]> git.ipfire.org Git - thirdparty/openssl.git/commit - util/libcrypto.num
EVP: Move the functions and controls for setting and getting distid
authorRichard Levitte <levitte@openssl.org>
Fri, 4 Sep 2020 16:00:29 +0000 (18:00 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 8 Sep 2020 10:07:40 +0000 (12:07 +0200)
commit8d6481f532ab8c502de2ad17e09f688abb675a71
tree7c7a472963f32cd077cc28bbbf76cca62ee971fa
parentb968945204130620b1328f585610cbe1d6b5a69e
EVP: Move the functions and controls for setting and getting distid

Those functions were located in the EC files, but is really broader
than that, even thought currently only used for SM2.  They should
therefore be in a more central location, which was also indicated by
diverse TODOs.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12789)
crypto/ec/ec_ctrl.c
crypto/evp/pmeth_lib.c
include/openssl/ec.h
include/openssl/evp.h
util/libcrypto.num