]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[crypto] Generalise X.509 OID-identified algorithm to asn1.c
authorMichael Brown <mcb30@ipxe.org>
Wed, 21 Mar 2012 13:57:32 +0000 (13:57 +0000)
committerMichael Brown <mcb30@ipxe.org>
Thu, 22 Mar 2012 00:31:22 +0000 (00:31 +0000)
commit38b7e43f7d88a35b23b2d44a72d07d2ee589d31e
tree1e8a9472a0b433e1f0e25f694b49301f850c1c17
parent9a03a8e3d23b993d4f4a475a9334cf29d8ce182b
[crypto] Generalise X.509 OID-identified algorithm to asn1.c

The concept of an OID-identified algorithm as defined in X.509 is used
in some other standards (e.g. PKCS#7).  Generalise this functionality
and provide it as part of the ASN.1 core.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/crypto/asn1.c
src/crypto/rsa.c
src/crypto/x509.c
src/include/ipxe/asn1.h
src/include/ipxe/x509.h