]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[crypto] Add OID-identified algorithms for AES ciphers
authorMichael Brown <mcb30@ipxe.org>
Wed, 14 Aug 2024 12:02:22 +0000 (13:02 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 14 Aug 2024 12:04:01 +0000 (13:04 +0100)
commit998edc6ec515a6c9b0635d728b1cc51253e7dd7f
tree06044bb91ae26686e7d9ce78289b5ccd75d6e895
parent3b4d0cb555a01df8b56f422d9d17522ae60e17be
[crypto] Add OID-identified algorithms for AES ciphers

Extend the definition of an ASN.1 OID-identified algorithm to include
a potential cipher suite, and add identifiers for AES-CBC and AES-GCM.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/config/config_crypto.c
src/crypto/asn1.c
src/crypto/mishmash/oid_aes_cbc.c [new file with mode: 0644]
src/crypto/mishmash/oid_aes_gcm.c [new file with mode: 0644]
src/include/ipxe/asn1.h