]> git.ipfire.org Git - thirdparty/openssl.git/commit
Deprecate EC_KEY + Update ec apps to use EVP_PKEY
authorShane Lontis <shane.lontis@oracle.com>
Thu, 15 Oct 2020 03:41:59 +0000 (13:41 +1000)
committerTomas Mraz <tomas@openssl.org>
Tue, 26 Jan 2021 14:22:14 +0000 (15:22 +0100)
commit5b5eea4b60b682009d2b15587c9ceeae5e9c73f8
tree4a3261cb27a582770270a07b40ecf05ecb71c89a
parent98dbf2c1c8143c0cc6dd05be7950d90bc6792064
Deprecate EC_KEY + Update ec apps to use EVP_PKEY

Co-author: Richard Levitte <levitte@openssl.org>
Co-author: Tomas Mraz <tmraz@openssl.org>

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13139)
51 files changed:
CHANGES.md
apps/ec.c
apps/ecparam.c
apps/include/ec_common.h [new file with mode: 0644]
apps/include/opt.h
apps/lib/opt.c
apps/lib/s_cb.c
apps/pkey.c
apps/speed.c
crypto/asn1/asn1_item_list.h
crypto/ec/ec_backend.c
crypto/ec/ec_key.c
crypto/ec/ec_lib.c
crypto/ec/eck_prn.c
crypto/evp/ec_ctrl.c
crypto/evp/p_legacy.c
crypto/evp/p_lib.c
crypto/pem/pem_all.c
crypto/sm2/sm2_key.c
crypto/sm2/sm2_sign.c
crypto/x509/x509_cmp.c
crypto/x509/x509_vfy.c
doc/man3/d2i_RSAPrivateKey.pod
doc/man3/d2i_X509.pod
doc/man7/EVP_PKEY-EC.pod
fuzz/asn1.c
fuzz/server.c
include/crypto/ec.h
include/crypto/sm2.h
include/crypto/types.h
include/openssl/core_names.h
include/openssl/ec.h
include/openssl/evp.h
include/openssl/pem.h
include/openssl/ssl.h.in
include/openssl/types.h
include/openssl/x509.h.in
providers/common/der/der_ec.h.in
providers/common/der/der_sm2.h.in
providers/implementations/asymciphers/sm2_enc.c
providers/implementations/keymgmt/ec_kmgmt.c
ssl/s3_lib.c
ssl/ssl_local.h
ssl/t1_lib.c
ssl/tls_depr.c
test/build.info
test/ectest.c
test/evp_extra_test.c
test/helpers/handshake.c
test/ssl_old_test.c
util/libcrypto.num