Commit 17c48428 authored by eroman's avatar eroman Committed by Commit bot

Remove a TODO that is no longer applicable.

HKDF was added to the spec trunk:
https://github.com/w3c/webcrypto/commit/36bc6686c4cc630a91df3d9e9f38bfc9b8f0ce47

BUG=642045

Review-Url: https://codereview.chromium.org/2295613002
Cr-Commit-Position: refs/heads/master@{#415344}
parent a8b8d082
......@@ -797,12 +797,7 @@ bool parseAesDerivedKeyParams(const Dictionary& raw, std::unique_ptr<WebCryptoAl
return true;
}
// FIXME: once the spec has been updated, check that the implementation is
// still correct and update this comment. http://crbug.com/399095
//
// The WebCrypto spec hasn't been updated yet to define HKDF
// (https://www.w3.org/Bugs/Public/show_bug.cgi?id=27425). The assumed
// parameters are:
// Defined by the WebCrypto spec as:
//
// dictionary HkdfParams : Algorithm {
// required HashAlgorithmIdentifier hash;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment