RSASSA-PKCS1-v1_5 verify: fix support for additional hashes
thelunararmy opened this issue · 1 comments
thelunararmy commented
Currently only allows hardcoded 'RSA-SHA256' as verify parameter. Line 109.
Should support:
- 'SHA-1'
- 'SHA-256'
- 'SHA-384'
- 'SHA-512'
thelunararmy commented
Fixed in 0712942