Skip to content

Commit

Permalink
Document that Safari generates randomized Ed25519 signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
twiss committed Sep 17, 2024
1 parent 5f58836 commit 6ca564b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/SubtleCrypto.json
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,8 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "17"
"version_added": "17",
"notes": "Generates randomized signatures as per <a href='https://datatracker.ietf.org/doc/draft-irtf-cfrg-det-sigs-with-noise/'>draft-irtf-cfrg-det-sigs-with-noise</a>, instead of deterministic signatures as per <a href='https://www.rfc-editor.org/rfc/rfc8032'>RFC 8032</a>."
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit 6ca564b

Please sign in to comment.