aboutsummaryrefslogtreecommitdiff
path: root/lib/.gitignore
diff options
context:
space:
mode:
authorGravatar David Howells <dhowells@redhat.com> 2012-09-21 23:30:46 +0100
committerGravatar Rusty Russell <rusty@rustcorp.com.au> 2012-10-08 13:50:18 +1030
commita77ad6ea0b0bb1f9d1f52ed494bd72a5fdde208e (patch)
tree96f3bcb637dc80c7a92611237ce4a9b3f6466387 /lib/.gitignore
parentRSA: Fix signature verification for shorter signatures (diff)
downloadlinux-a77ad6ea0b0bb1f9d1f52ed494bd72a5fdde208e.tar.gz
linux-a77ad6ea0b0bb1f9d1f52ed494bd72a5fdde208e.tar.bz2
linux-a77ad6ea0b0bb1f9d1f52ed494bd72a5fdde208e.zip
X.509: Implement simple static OID registry
Implement a simple static OID registry that allows the mapping of an encoded OID to an enum value for ease of use. The OID registry index enum appears in the: linux/oid_registry.h header file. A script generates the registry from lines in the header file that look like: <sp*>OID_foo,<sp*>/*<sp*>1.2.3.4<sp*>*/ The actual OID is taken to be represented by the numbers with interpolated dots in the comment. All other lines in the header are ignored. The registry is queries by calling: OID look_up_oid(const void *data, size_t datasize); This returns a number from the registry enum representing the OID if found or OID__NR if not. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'lib/.gitignore')
-rw-r--r--lib/.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/.gitignore b/lib/.gitignore
index 3bef1ea94c99..09aae85418ab 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -3,4 +3,4 @@
#
gen_crc32table
crc32table.h
-
+oid_registry_data.c