Migrate all of non-QUIC uses of crypto::HKDF to a new API
crypto::HKDF was originally written for QUIC and has QUIC-specific assumptions in it, and hence it's moved into the QUIC codebase. The new API is just a thin wrapper around BoringSSL's HKDF implementation. I intend to do the same to crypto::HKDF itself, but for now it's parked in QUIC platform impl directory. Change-Id: Ie60072dab4570bc840d9e6aaa5b1fef72fb387a2 Reviewed-on: https://chromium-review.googlesource.com/1122698 Commit-Queue: Victor Vasiliev <vasilvv@chromium.org> Reviewed-by:Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Jun Choi <hongjunchoi@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Tim Song <tengs@chromium.org> Reviewed-by:
David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#573403}
Showing
Please register or sign in to comment