CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/11/07 09:04:12
Modified files:
lib/libcrypto/rsa: rsa_ameth.c
Log message:
Rework RSA_PKCS1_PSS_PADDING handling in rsa_item_sign()
The current convoluted mess can be handled with two calls to the new
rsa_alg_set_pss_padding() helper. Not that this would be obvious at
all.
This fixes two more leaks in case of X509_ALGOR_set0() failure.
ok jsing
