Skip to content

crypto: use correct webcrypto RSASSA-PKCS1-v1_5 algorithm name

This fixes the algorithm name used in Web Cryptography API.

Correct value is RSASSA-PKCS1-v1_5. The difference is lowercase "v" instead of uppercase "V".

Ref: https://www.w3.org/TR/WebCryptoAPI/#rsassa-pkcs1

Merge request reports

Loading