diff --git a/spec/Overview-WebCryptoAPI.xml b/spec/Overview-WebCryptoAPI.xml index 71fe541..fc23119 100644 --- a/spec/Overview-WebCryptoAPI.xml +++ b/spec/Overview-WebCryptoAPI.xml @@ -3491,7 +3491,7 @@ dictionary CryptoKeyPair {
This section is non-normative.
- The "HKDF-CTR"
algorithm identifier is used to
+ The "HKDF"
algorithm identifier is used to
perform key derivation using the extraction-then-expansion approach described in
- [NIST SP800-56C], using HMAC in counter mode, and
- using the SHA hash functions defined in this specification
- as described in Section 5.1 of
- [NIST SP800-108].
+ [RFC 5869] and
+ using the SHA hash functions defined in this specification.
Other specifications
@@ -14678,11 +14676,11 @@ dictionary HmacKeyGenParams :
+
The recognized algorithm name
- for this algorithm is Registration
"HKDF-CTR"
.
+ for this algorithm is "HKDF"
.