CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/11/07 08:45:41
Modified files:
lib/libcrypto/rsa: rsa_ameth.c
Log message:
Add a helper to set RSA PKCS #1 v1.5 padding OID
This removes a few duplicated and unchecked X509_ALGOR_set0() calls and
factors them into a helper function that sets the AlgorithmIdentifier on
the recipient info or signer info to rsaEncryption with null parameters.
ok jsing
