]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[asn1] Rename ASN1_OID_CURSOR to ASN1_CURSOR
authorMichael Brown <mcb30@ipxe.org>
Tue, 8 Dec 2020 12:30:57 +0000 (12:30 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 8 Dec 2020 12:38:45 +0000 (12:38 +0000)
commite4b6328c84cf3dcbb4af9ba42b2e3cbbb2cfbfee
tree62272ccce436c733685c2e76612190a54a89c88c
parente33f5210813d704477eb16b45fbbaec143d8da95
[asn1] Rename ASN1_OID_CURSOR to ASN1_CURSOR

There is nothing OID-specific about the ASN1_OID_CURSOR macro.  Rename
to allow it to be used for constructing ASN.1 cursors with arbitrary
contents.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
20 files changed:
src/crypto/cms.c
src/crypto/mishmash/oid_md4.c
src/crypto/mishmash/oid_md5.c
src/crypto/mishmash/oid_rsa.c
src/crypto/mishmash/oid_sha1.c
src/crypto/mishmash/oid_sha224.c
src/crypto/mishmash/oid_sha256.c
src/crypto/mishmash/oid_sha384.c
src/crypto/mishmash/oid_sha512.c
src/crypto/mishmash/oid_sha512_224.c
src/crypto/mishmash/oid_sha512_256.c
src/crypto/mishmash/rsa_md5.c
src/crypto/mishmash/rsa_sha1.c
src/crypto/mishmash/rsa_sha224.c
src/crypto/mishmash/rsa_sha256.c
src/crypto/mishmash/rsa_sha384.c
src/crypto/mishmash/rsa_sha512.c
src/crypto/ocsp.c
src/crypto/x509.c
src/include/ipxe/asn1.h