CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/27 06:36:06
Modified files:
lib/libcrypto/asn1: ameth_lib.c asn1_locl.h
lib/libcrypto/dh: dh_ameth.c
lib/libcrypto/dsa: dsa_ameth.c
lib/libcrypto/ec: ec_ameth.c
lib/libcrypto/evp: evp.h p_lib.c
lib/libcrypto/rsa: rsa_ameth.c
Log message:
Prepare to provide EVP_PKEY_security_bits()
This also provides a pkey_security_bits member to the PKEY ASN.1 methods
and a corresponding setter EVP_PKEY_asn1_set_security_bits().
ok beck jsing
