mirror of
https://github.com/openssl/openssl.git
synced 2025-02-05 14:10:53 +08:00
0abae1636d
Downgrading EVP_PKEYs from containing provider side internal keys to containing legacy keys demands support in the EVP_PKEY_ASN1_METHOD. This became a bit elaborate because the code would be almost exactly the same as the import functions int EVP_KEYMGMT. Therefore, we end up moving most of the code to common backend support files that can be used both by legacy backend code and by our providers. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11375)
10 lines
286 B
Plaintext
10 lines
286 B
Plaintext
LIBS=../../libcrypto
|
|
|
|
$COMMON=dh_lib.c dh_key.c dh_group_params.c dh_check.c dh_backend.c
|
|
|
|
SOURCE[../../libcrypto]=$COMMON\
|
|
dh_asn1.c dh_gen.c dh_err.c dh_depr.c \
|
|
dh_ameth.c dh_pmeth.c dh_prn.c dh_rfc5114.c dh_kdf.c dh_meth.c
|
|
|
|
SOURCE[../../providers/libfips.a]=$COMMON
|