Hi Steve,
Here are some patches that might be of interest for CIFS:
(1) The first patch uses the OID registry I created for module signing's use
of X.509 certs and potentially PKCS#7. The lookup function finds the OIDs
from its table (using a hash value to speed up the binary search) and maps
known OIDs onto values in an enum.
(2) The second and third patches make CIFS use the linux/asn1.h file for
common ASN.1 constant definitions. Note that ASN1_OJI is now ASN1_OID
since 'OBJECT IDENTIFIER' is almost always abbreviated to 'OID'.
David
---
David Howells (3):
CIFS: Use linux/asn1.h
ASN.1: Define indefinite length marker constant
CIFS: Use OID registry facility
fs/cifs/Kconfig | 1
fs/cifs/asn1.c | 230 +++++++++---------------------------------
include/linux/oid_registry.h | 6 +
3 files changed, 59 insertions(+), 178 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html