From cff715d8c9ab730405aa79305007d97df61d8e97 Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Mon, 30 Dec 2024 14:53:31 +0000 Subject: [PATCH] Rename exported key variable in `crypto.subtle.wrapKey` SHA: 2fecff88501b98c401e885075a2d930e7b252349 Reason: push, by twiss Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- index.html | 62 +++++++++++++++++++++++++++--------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/index.html b/index.html index 8ef37da..db2deeb 100644 --- a/index.html +++ b/index.html @@ -123,7 +123,7 @@ - + @@ -2853,7 +2853,7 @@

Web Cryptography API

that is marked as non-extractable using the ext JWK member.

- However, the unwrapKey method does support the JsonWebKey/ext}} JWK member, + However, the unwrapKey method does support the ext JWK member, so that wrapped non-extractable keys created elsewhere, for example by a server, can be unwrapped using this API.

@@ -2861,7 +2861,7 @@

Web Cryptography API

  • - Let key be the result of performing the export key operation specified + Let exportedKey be the result of performing the export key operation specified by the [[algorithm]] internal slot of key using key and format.

    @@ -2873,7 +2873,7 @@

    Web Cryptography API

    "pkcs8", or "spki":
    - Let bytes be key. + Let bytes be exportedKey.
    If format is equal to the string "jwk": @@ -2882,7 +2882,7 @@

    Web Cryptography API

    1. - Let json be the result of representing key as a + Let json be the result of representing exportedKey as a UTF-16 string conforming to the JSON grammar; for example, by executing the JSON.stringify algorithm specified in [ECMA-262] in the context of a new global object. @@ -4557,7 +4557,7 @@

      Web Cryptography API

    2. - If the ext field of jwk is present and + If the ext field of jwk is present and has the value false and extractable is true, then throw a DataError. @@ -5582,7 +5582,7 @@

      Web Cryptography API

    3. - If the ext field of jwk is present and + If the ext field of jwk is present and has the value false and extractable is true, then throw a DataError. @@ -6632,7 +6632,7 @@

      Web Cryptography API

    4. - If the ext field of jwk is present and + If the ext field of jwk is present and has the value false and extractable is true, then throw a DataError. @@ -8061,7 +8061,7 @@

      Web Cryptography API

    5. - If the ext field of jwk is present and + If the ext field of jwk is present and has the value false and extractable is true, then throw a DataError. @@ -9693,7 +9693,7 @@

      Web Cryptography API

    6. - If the ext field of jwk is present and + If the ext field of jwk is present and has the value false and extractable is true, then throw a DataError. @@ -10946,7 +10946,7 @@

      Web Cryptography API

    7. - If the ext field of jwk is present and + If the ext field of jwk is present and has the value false and extractable is true, then throw a DataError. @@ -11787,7 +11787,7 @@

      Web Cryptography API

    8. - If the ext field of jwk is present and + If the ext field of jwk is present and has the value false and extractable is true, then throw a DataError. @@ -12522,7 +12522,7 @@

      Web Cryptography API

    9. - If the ext field of jwk is present and + If the ext field of jwk is present and has the value false and extractable is true, then throw a DataError. @@ -13063,7 +13063,7 @@

      Web Cryptography API

    10. - If the ext field of jwk is present and + If the ext field of jwk is present and has the value false and extractable is true, then throw a DataError. @@ -13687,7 +13687,7 @@

      Web Cryptography API

    11. - If the ext field of jwk is present and + If the ext field of jwk is present and has the value false and extractable is true, then throw a DataError. @@ -14174,7 +14174,7 @@

      Web Cryptography API

    12. - If the ext field of jwk is present and + If the ext field of jwk is present and has the value false and extractable is true, then throw a DataError.

      @@ -14763,7 +14763,7 @@

      Web Cryptography API

    13. - If the ext field of jwk is present and + If the ext field of jwk is present and has the value false and extractable is true, then throw a DataError. @@ -18401,31 +18401,31 @@

      Web Cryptography API

      Referenced in: