EVP: Add EVP_PKEY_get_group_name() to extract the group name of a pkey
authorRichard Levitte <levitte@openssl.org>
Fri, 4 Dec 2020 05:32:24 +0000 (06:32 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 8 Dec 2020 19:13:54 +0000 (20:13 +0100)
commit88bddad42ee27483d153a0b0c0edd13b2b5fdbc0
treefd271110a0be056d687571762287de1357a78c53
parenta73a1892221e04ddb8ff9ec85ebaa48b5a853de6
EVP: Add EVP_PKEY_get_group_name() to extract the group name of a pkey

This replaces the internal evp_pkey_get_EC_KEY_curve_nid()

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13436)
crypto/err/openssl.txt
crypto/evp/evp_err.c
crypto/evp/p_lib.c
doc/man3/EVP_PKEY_get_group_name.pod [new file with mode: 0644]
include/internal/evp.h [deleted file]
include/openssl/evp.h
include/openssl/evperr.h
util/libcrypto.num
util/missingcrypto.txt