PeculiarVentures / webcrypto-liner

webcrypto-liner is a polyfill that let's down-level User Agents (like IE/Edge) use libraries that depend on WebCrypto. (Keywords: Javascript, WebCrypto, Shim, Polyfill)
MIT License
149 stars 26 forks source link

Safari Issues #25

Closed microshine closed 7 years ago

microshine commented 7 years ago

Safari

  1. Wrong usages for generated RSASSA key. Native error image
  2. Cannot to export RSASSA, RSA-OAEP keys using jwk format. Native error image answer
  3. Native RSA-PSS doesn't work
microshine commented 7 years ago

Safari export RSASSA key has limitation, only keys with modulesLength 2048, 4096 and hashes SHA-256, SHA-384, SHA-512 arre allowed