Hi, I'm currently using the latest release of cryptopp (8.6.0) in react-native-cryptopp (see JiriHoffmann/react-native-cryptopp#17). I need to make RSA-PSS-SHA256 signatures with a max salt length (which is the default in many libraries,...
"rsa-pkcs15-padding-disabled" /* * A boolean that determines if the runtime salt length check for RSA-PSS is * performed. * This is disabled by default. * Type: OSSL_PARAM_UTF8_STRING */ # define OSSL_PROV_FIPS_PARAM_RSA_PSS_SALTLEN_CHECK "rsa-pss-saltlen-check" /* * A boolea...
According to FIPS 186-5 section 5.4 item (g), RSA-PSS salt length shall meet the condition: 0 <= sLen <= hLen. This PR implement the check, provide a FIPS configurable item rsa-pss-saltlen-check an...
{"rsa_pss_saltlen_check", OPT_RSA_PSS_SALTLEN_CHECK, '-', "Enable salt length check for RSA-PSS signature operations"}, {"rsa_sign_x931_disabled", OPT_DISALLOW_SIGNATURE_X931_PADDING, '-', "Disallow X931 Padding for RSA signing"}, {"hkdf_key_check", OPT_HKDF_KEY_CHECK, '-'...
"rsa-pkcs15-padding-disabled" /* * A boolean that determines if the runtime salt length check for RSA-PSS is * performed. * This is disabled by default. * Type: OSSL_PARAM_UTF8_STRING */ # define OSSL_PROV_FIPS_PARAM_RSA_PSS_SALTLEN_CHECK "rsa-pss-saltlen-check" /* * A boolea...
{"rsa_pss_saltlen_check", OPT_RSA_PSS_SALTLEN_CHECK, '-', "Enable salt length check for RSA-PSS signature operations"}, {"rsa_sign_x931_disabled", OPT_DISALLOW_SIGNATURE_X931_PADDING, '-', "Disallow X931 Padding for RSA signing"}, {"hkdf_key_check", OPT_HKDF_KEY_CHECK, '-'...