Add a helper to set RSA PKCS #1 v1.5 padding OID
authortb <tb@openbsd.org>
Tue, 7 Nov 2023 15:45:41 +0000 (15:45 +0000)
committertb <tb@openbsd.org>
Tue, 7 Nov 2023 15:45:41 +0000 (15:45 +0000)
commitffbbbf5c11d9f19d0e657477481933f953cb7cf7
tree71904c13fddcb7d67e06aa1c2756437dbbe7a3f7
parent4cf3f6fda4106306baf1f5c503e8869d28187047
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
lib/libcrypto/rsa/rsa_ameth.c