webcrypto.dart icon indicating copy to clipboard operation
webcrypto.dart copied to clipboard

Tests if P-521 works on Safari

Open jonasfj opened this issue 9 months ago • 0 comments

Comments in our code reference a bug claiming that P-521 doesn't work in safari: https://github.com/google/webcrypto.dart/blob/e7fbe5012c83fb1907901f4ccb03d816bd574f7d/lib/src/webcrypto/webcrypto.dart#L71-L76

However, reading: https://bugs.webkit.org/show_bug.cgi?id=216755 this appears to have been fixed.

We should:

  • [ ] Check if this is true,
  • [ ] Enable tests covering P-521 on Safari / Mac
  • [ ] Add additional tests if warranted.
  • [ ] Remove the comment.

jonasfj avatar May 30 '24 13:05 jonasfj