mirror of
https://github.com/openssl/openssl.git
synced 2025-01-06 13:26:43 +08:00
6f4b766315
This includes legacy PSS controls to params conversion, and an attempt to generalise the parameter names when they are suitable for more than one operation. Also added crypto/rsa/rsa_aid.c, containing proper AlgorithmIdentifiers for known RSA+hash function combinations. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10557)
11 lines
431 B
Plaintext
11 lines
431 B
Plaintext
LIBS=../../libcrypto
|
|
|
|
$COMMON=rsa_ossl.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_aid.c rsa_pk1.c \
|
|
rsa_none.c rsa_oaep.c rsa_chk.c rsa_pss.c rsa_x931.c rsa_crpt.c \
|
|
rsa_x931g.c rsa_sp800_56b_gen.c rsa_sp800_56b_check.c
|
|
|
|
SOURCE[../../libcrypto]=$COMMON\
|
|
rsa_saos.c rsa_err.c rsa_asn1.c rsa_depr.c rsa_ameth.c rsa_prn.c \
|
|
rsa_pmeth.c rsa_meth.c rsa_mp.c rsa_ssl.c
|
|
SOURCE[../../providers/libfips.a]=$COMMON
|