Implement EVP interfaces for Ed25519 and X25519.
authorjsing <jsing@openbsd.org>
Thu, 10 Nov 2022 16:37:51 +0000 (16:37 +0000)
committerjsing <jsing@openbsd.org>
Thu, 10 Nov 2022 16:37:51 +0000 (16:37 +0000)
commitc93606bba17b5c5dfedfc6be81baf5a3c520d6c0
treefa031ea8841810ee3ad859f67e928998a937f172
parent64bbbc7e30fe1b2ee35b1cabb510a82e165d4262
Implement EVP interfaces for Ed25519 and X25519.

ok beck@ tb@
lib/libcrypto/Makefile
lib/libcrypto/asn1/ameth_lib.c
lib/libcrypto/ec/ec.h
lib/libcrypto/ec/ec_err.c
lib/libcrypto/ec/ecx_methods.c [new file with mode: 0644]
lib/libcrypto/evp/evp.h
lib/libcrypto/evp/evp_locl.h
lib/libcrypto/evp/pmeth_lib.c