Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion features/web-cryptography.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,22 @@ spec:
- https://wicg.github.io/webcrypto-secure-curves/
caniuse: cryptography
group: security
# Override the status to match caniuse. This is the same as one would get by
# computing the status from api.SubtleCrypto.encrypt/decrypt/sign/verify, except
# for Edge 12-18 where BCD has partial_implementation due to some unsupported
# algorithms. However, the supported algorithms have changed over time, so it
# seems more fair to treat it as supported in Edge 12-18.
Comment on lines +8 to +12
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I filed mdn/browser-compat-data#27669 for this. It seems like BCD ought to break out all the algorithms as separate subfeatures. Not sure how much, if at all, you wish to prioritize such a clean up.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea to break it into subfeatures, that would help us here. But doing so would require confirming support in all browsers, which would be a lot of work...

status:
compute_from: api.Crypto
baseline: high
baseline_low_date: 2015-07-29
support:
chrome: "37"
chrome_android: "37"
edge: "12"
firefox: "34"
firefox_android: "34"
safari: "11"
safari_ios: "11"
compat_features:
- api.Crypto
- api.Crypto.getRandomValues
Expand Down
13 changes: 0 additions & 13 deletions features/web-cryptography.yml.dist
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
# Generated from: web-cryptography.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2015-07-29
baseline_high_date: 2018-01-29
support:
chrome: "11"
chrome_android: "18"
edge: "12"
firefox: "21"
firefox_android: "21"
safari: "5"
safari_ios: "5"
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
Expand Down