anvilresearch/webcrypto

RSASSA-PKCS1-v1_5 verify: fix support for additional hashes

thelunararmy opened this issue · 1 comments

Currently only allows hardcoded 'RSA-SHA256' as verify parameter. Line 109.
Should support:

  • 'SHA-1'
  • 'SHA-256'
  • 'SHA-384'
  • 'SHA-512'

Fixed in 0712942