| commit | 8d4ff5c3ca03e6f80329c8cfe54db3a25fd74fef | [log] [tgz] |
|---|---|---|
| author | nharper <nharper@google.com> | Thu Feb 27 11:43:44 2020 -0800 |
| committer | Copybara-Service <copybara-worker@google.com> | Thu Feb 27 11:44:19 2020 -0800 |
| tree | fa945a2e5f072e65d34cbb9ffbbb6b5491310594 | |
| parent | 21a1035bed9703495ee30d45a7e4faf87e1264d8 [diff] [blame] |
Delay delivering 1-RTT read key to QUIC This change simulates the behavior pending in https://boringssl-review.googlesource.com/c/boringssl/+/40127, so that when BoringSSL is updated it will be a no-op. gfe-relnote: Protected by reloadable flag quic_enable_version_draft_25_v2 PiperOrigin-RevId: 297650164 Change-Id: I6822ebbd3cb95abb5ef816a2629e5e4b6b61b630
diff --git a/quic/core/tls_handshaker.h b/quic/core/tls_handshaker.h index ab84e3b..3d5f1e2 100644 --- a/quic/core/tls_handshaker.h +++ b/quic/core/tls_handshaker.h
@@ -60,7 +60,7 @@ const std::string& reason_phrase) = 0; // Returns the PRF used by the cipher suite negotiated in the TLS handshake. - const EVP_MD* Prf(); + const EVP_MD* Prf(const SSL_CIPHER* cipher); virtual const TlsConnection* tls_connection() const = 0;