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
x509-cert: builder: use DynSignatureAlgorithmIdentifier for S
RSA PSS implements DynSignatureAlgorithmIdentifier only for the
SigningKey, not for the verifying key. To allow using CertificateBuilder
with RSA PSS keys require DynSignatureAlgorithmIdentifier implementation
on S rather than on S::VerifyingKey.
This also follows the following logic: verifying key can possibly verify
several kinds of signatures, while for the signing key we must know
exact signature kind and parameters.
Signed-off-by: Dmitry Baryshkov <[email protected]>
0 commit comments