openssl/crypto/ec
Richard Levitte bed7437b00 Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importer
We previously took an EVP_KEYMGMT pointer, but now found it necessary
to use a different import function in some cases.  Since that's the
only thing we use from EVP_KEYMGMT, we might as well pass the import
function directly, allowing for some flexibility in how export_to is
used.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15293)
2021-05-20 12:57:22 +01:00
..
asm
curve448 Fix build failure with MSVC 2021-04-22 14:24:44 +01:00
build.info Remove unused code from the fips module 2021-05-08 20:44:41 +10:00
curve25519.c Update copyright year 2021-04-08 13:04:41 +01:00
ec2_oct.c Replace some of the ERR_clear_error() calls with mark calls 2021-05-13 19:26:06 +02:00
ec2_smpl.c Update copyright year 2021-03-11 13:27:36 +00:00
ec_ameth.c Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importer 2021-05-20 12:57:22 +01:00
ec_asn1.c Implement pem_read_key directly through OSSL_DECODER 2021-05-13 13:30:07 +02:00
ec_backend.c Add convenience functions and macros for asymmetric key generation 2021-05-11 12:46:42 +02:00
ec_check.c Update copyright year 2021-03-11 13:27:36 +00:00
ec_curve.c Update copyright year 2021-03-11 13:27:36 +00:00
ec_cvt.c Update copyright year 2021-03-11 13:27:36 +00:00
ec_deprecated.c Deprecate EC_POINT_bn2point and EC_POINT_point2bn. 2020-12-07 17:15:39 +10:00
ec_err.c ERR: Rebuild all generated error headers and source files 2020-11-24 15:22:33 +01:00
ec_key.c Implement pem_read_key directly through OSSL_DECODER 2021-05-13 13:30:07 +02:00
ec_kmeth.c Update copyright year 2021-03-11 13:27:36 +00:00
ec_lib.c Fix external symbols related to ec & sm2 keys 2021-02-26 10:53:01 +10:00
ec_local.h Update copyright year 2021-03-11 13:27:36 +00:00
ec_mult.c Fix external symbols related to ec & sm2 keys 2021-02-26 10:53:01 +10:00
ec_oct.c Update copyright year 2021-03-11 13:27:36 +00:00
ec_pmeth.c Remove a TODO(3.0) from EVP_PKEY_derive_set_peer() 2021-03-17 09:56:33 +00:00
ec_print.c Deprecate EC_POINT_bn2point and EC_POINT_point2bn. 2020-12-07 17:15:39 +10:00
ecdh_kdf.c Update copyright year 2021-03-11 13:27:36 +00:00
ecdh_ossl.c Update copyright year 2021-03-11 13:27:36 +00:00
ecdsa_ossl.c Update copyright year 2021-03-11 13:27:36 +00:00
ecdsa_sign.c
ecdsa_vrf.c
eck_prn.c Update copyright year 2021-01-28 13:54:57 +01:00
ecp_mont.c Update copyright year 2021-03-11 13:27:36 +00:00
ecp_nist.c Update copyright year 2021-03-11 13:27:36 +00:00
ecp_nistp224.c Use numbers definition of int128_t and uint128_t 2021-04-08 12:18:09 +01:00
ecp_nistp256.c Use numbers definition of int128_t and uint128_t 2021-04-08 12:18:09 +01:00
ecp_nistp521.c Use numbers definition of int128_t and uint128_t 2021-04-08 12:18:09 +01:00
ecp_nistputil.c Update copyright year 2021-03-11 13:27:36 +00:00
ecp_nistz256_table.c
ecp_nistz256.c Update copyright year 2021-03-11 13:27:36 +00:00
ecp_oct.c Replace some of the ERR_clear_error() calls with mark calls 2021-05-13 19:26:06 +02:00
ecp_s390x_nistp.c Update copyright year 2021-03-11 13:27:36 +00:00
ecp_smpl.c Update copyright year 2021-03-11 13:27:36 +00:00
ecx_backend.c Add selection support to the provider keymgmt_dup function 2021-04-15 09:19:39 +02:00
ecx_backend.h
ecx_key.c Do not allow creating empty RSA keys by duplication 2021-04-15 09:23:18 +02:00
ecx_meth.c Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importer 2021-05-20 12:57:22 +01:00
ecx_s390x.c