DescriptionImplement QUIC key extraction.
Added a new subkey_secret output to crypto::HKDF which is
saved by the forward-secure key derivation and used for a new
ExportKeyingMaterial method on QuicCryptoStream. This will be used
in Chromium for WebRTC on QUIC.
Generated some tests by making a straightforward alternative
implementation in Python.
Written by Daniel Ziegler.
Merge internal CL: 72073257
R=agl@chromium.org,dmziegler@chromium.org
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=286738
Patch Set 1 #Patch Set 2 : Fix build errors #Patch Set 3 : Fix one std::string in quic_crypto_stream.h #
Total comments: 2
Patch Set 4 : Remove the space between char and * #
Total comments: 2
Patch Set 5 : Pass a size_t constant as a size_t argument. #
Total comments: 1
Messages
Total messages: 10 (0 generated)
|