]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[crypto] Add definitions and tests for the NIST P-384 elliptic curve
authorMichael Brown <mcb30@ipxe.org>
Thu, 30 Jan 2025 15:35:34 +0000 (15:35 +0000)
committerMichael Brown <mcb30@ipxe.org>
Thu, 30 Jan 2025 15:35:34 +0000 (15:35 +0000)
commitc85de315a601d95a6348c4caf5d3af6b146274b7
treeaabf897aa6df9c4cca11fa9b67f1ab7d33dde99e
parentbc5f3dbe3e03bc67a846981c1fb93206f5557283
[crypto] Add definitions and tests for the NIST P-384 elliptic curve

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