CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/16 18:00:24
Modified files:
lib/libcrypto/rsa: rsa_pmeth.c
Log message:
rsa_pmeth: also copy saltlen and min_saltlen for RSA-PSS
EVP_PKEY_CTX_dup() failed to copy saltlen and min_saltlen for RSA-PSS and
would therefore use the defaults for the copied context, losing intended
restrictions from the original.
>From Frank Denis
