You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support RSA PKCS#1 signatures with absent parameters
RFC4055 says on sha256WithRSAEncryption and company:
> When any of these four object identifiers appears within an
> AlgorithmIdentifier, the parameters MUST be NULL. Implementations
> MUST accept the parameters being absent as well as present.
The latter clause is implemented in this commit.
The algorithm identifiers live here rather than pki-types, as they
_must not_ be used to originate new certificates. Putting them in
pki-types would mean they appear in a public API, whereas here they
are kept private and restricted to verifying existing signatures.
0 commit comments