OpenSSL 3.0.0 APIs for creating an EVP_PKEY from a p256 private key octet string

Matt Caswell matt at openssl.org
Wed Mar 10 12:11:14 UTC 2021



On 10/03/2021 12:08, Stephen Farrell wrote:
> It seems a pity that one has to special case in two ways
> there (both keytype and groupname) but I can live with it,

For X25519 you can actually pass a groupname of "x25519" through if you 
want to keep everything consistent. But it's not strictly necessary 
since that is the only group supported by that keytype.

Matt



More information about the openssl-users mailing list