There was an error while loading. Please reload this page.
1 parent 094eead commit bbba835Copy full SHA for bbba835
1 file changed
src/verify.rs
@@ -35,6 +35,8 @@ pub static SUPPORTED_SIG_ALGS: WebPkiSupportedAlgorithms = WebPkiSupportedAlgori
35
RSA_PSS_SHA512,
36
RSA_PSS_SHA384,
37
RSA_PSS_SHA256,
38
+ // RFC 4055 requires accepting sha*WithRSAEncryption AlgorithmIdentifiers both with
39
+ // explicit NULL parameters and with parameters absent in certificate signatures.
40
RSA_PKCS1_SHA512,
41
RSA_PKCS1_SHA512_ABSENT_PARAMS,
42
RSA_PKCS1_SHA384,
0 commit comments