Skip to content

Commit

Permalink
Add more keys to Web Crypto (#2029)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Oct 22, 2024
1 parent 2ec1236 commit 2066b11
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 10 deletions.
24 changes: 14 additions & 10 deletions features/web-cryptography.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ compat_features:
- api.Crypto.getRandomValues
- api.Crypto.randomUUID
- api.Crypto.subtle
- api.Crypto.subtle.secure_context_required
- api.CryptoKey
- api.CryptoKey.algorithm
- api.CryptoKey.extractable
Expand All @@ -19,28 +20,31 @@ compat_features:
- api.SubtleCrypto
- api.SubtleCrypto.decrypt
- api.SubtleCrypto.deriveBits
- api.SubtleCrypto.deriveBits.x25519
- api.SubtleCrypto.deriveKey
- api.SubtleCrypto.deriveKey.derivedKeyAlgorithm_option_aes
- api.SubtleCrypto.deriveKey.derivedKeyAlgorithm_option_hkdf
- api.SubtleCrypto.deriveKey.derivedKeyAlgorithm_option_hmac
- api.SubtleCrypto.deriveKey.derivedKeyAlgorithm_option_pbkdf2
- api.SubtleCrypto.deriveKey.x25519
- api.SubtleCrypto.digest
- api.SubtleCrypto.encrypt
- api.SubtleCrypto.exportKey
- api.SubtleCrypto.exportKey.ed25519
- api.SubtleCrypto.exportKey.x25519
- api.SubtleCrypto.generateKey
- api.SubtleCrypto.generateKey.ed25519
- api.SubtleCrypto.generateKey.x25519
- api.SubtleCrypto.importKey
- api.SubtleCrypto.importKey.ed25519
- api.SubtleCrypto.importKey.x25519
- api.SubtleCrypto.secure_context_required
- api.SubtleCrypto.sign
- api.SubtleCrypto.sign.ed25519
- api.SubtleCrypto.unwrapKey
- api.SubtleCrypto.verify
- api.SubtleCrypto.wrapKey
- api.SubtleCrypto.exportKey.ed25519
- api.SubtleCrypto.generateKey.ed25519
- api.SubtleCrypto.importKey.ed25519
- api.SubtleCrypto.sign.ed25519
- api.SubtleCrypto.verify.ed25519
- api.SubtleCrypto.deriveBits.x25519
- api.SubtleCrypto.deriveKey.x25519
- api.SubtleCrypto.exportKey.x25519
- api.SubtleCrypto.generateKey.x25519
- api.SubtleCrypto.importKey.x25519
- api.SubtleCrypto.worker_support
- api.SubtleCrypto.wrapKey
- api.crypto
- api.crypto.worker_support
40 changes: 40 additions & 0 deletions features/web-cryptography.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,32 @@ compat_features:
- api.SubtleCrypto.verify
- api.SubtleCrypto.wrapKey

# baseline: high
# baseline_low_date: 2020-01-15
# baseline_high_date: 2022-07-15
# support:
# chrome: "37"
# chrome_android: "37"
# edge: "79"
# firefox: "48"
# firefox_android: "48"
# safari: "10.1"
# safari_ios: "10.3"
- api.crypto.worker_support

# baseline: high
# baseline_low_date: 2020-01-15
# baseline_high_date: 2022-07-15
# support:
# chrome: "37"
# chrome_android: "37"
# edge: "79"
# firefox: "48"
# firefox_android: "48"
# safari: "11"
# safari_ios: "11"
- api.SubtleCrypto.worker_support

# baseline: high
# baseline_low_date: 2020-01-15
# baseline_high_date: 2022-07-15
Expand All @@ -111,6 +137,20 @@ compat_features:
- api.SubtleCrypto.deriveKey.derivedKeyAlgorithm_option_aes
- api.SubtleCrypto.deriveKey.derivedKeyAlgorithm_option_hmac

# baseline: high
# baseline_low_date: 2021-09-20
# baseline_high_date: 2024-03-20
# support:
# chrome: "60"
# chrome_android: "60"
# edge: "79"
# firefox: "75"
# firefox_android: "79"
# safari: "15"
# safari_ios: "15"
- api.Crypto.subtle.secure_context_required
- api.SubtleCrypto.secure_context_required

# baseline: high
# baseline_low_date: 2022-03-14
# baseline_high_date: 2024-09-14
Expand Down

0 comments on commit 2066b11

Please sign in to comment.