CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/13 07:04:14
Modified files:
lib/libcrypto/evp: evp.h
Log message:
Expose various EVP hooks for Ed25519 and X25519
This adds the EVP_PKEY_ED25519 and EVP_PKEY_X25519 aliases for the NIDs
and exposes the raw public key API.
The ED25519_KEYLEN and X25519_KEYLEN defines are still kept internal for
now to match what OpenSSL have. We may want to expose those later.
