1. db520ab Internal change by wub · 3 years, 2 months ago
  2. f88c4a5 Make QuicCryptoStream::ExportKeyingMaterial pure virtual and implement it in subclasses. by haoyuewang · 3 years, 3 months ago
  3. f65d8af Internal change by QUICHE team · 3 years, 4 months ago
  4. 5be974e Project import generated by Copybara. by QUICHE team · 4 years ago
  5. 9b0a1af Expose ProofSource::Details on QuicCryptoServerStream by nharper · 4 years, 5 months ago
  6. fd0e263 Improve QuicCryptoServerStreamBase functions for querying resumption status by nharper · 4 years, 7 months ago
  7. 6098a0a gfe-relnote: In QUIC, combine NumHandshakeMessages and NumHandshakeMessagesWithServerNonces in QuicCryptoServerStreamBase to IsZeroRtt. Refactoring only, not protected. by fayang · 4 years, 10 months ago
  8. f6cb54d Move quic_crypto_server_stream.h to quic_crypto_server_stream_base.h by nharper · 4 years, 11 months ago[Renamed (95%) from quic/core/quic_crypto_server_stream.h]
  9. bb7d1f3 Remove one layer of abstraction in QuicCryptoServerStream classes by nharper · 4 years, 11 months ago
  10. 5f23a2d Move QuicCryptoServerStream::Helper to QuicCryptoServerStreamBase by nharper · 4 years, 11 months ago
  11. 3e6b4ff gfe-relnote: deprecate reloadable flag quic_create_server_handshaker_in_constructor by nharper · 5 years ago
  12. 2f2915d gfe-relnote: In QUIC, add OnOneRttPacketAckowledged to TLS handshaker, and this is used to allow client mark handshake confirmed when handshake done frame is not supported. Not affecting prod, not protected. by fayang · 5 years ago
  13. 0106294 gfe-relnote: In QUIC version T099, implement HANDSHAKE_DONE frame to drive the handshake to confirmation on the client side. Not used in prod yet. by fayang · 5 years ago
  14. 9a863cf gfe-relnote: In QUIC, implement GetHandshakeState() in various handshakers. Not used yet, not protected. by fayang · 5 years ago
  15. 685367a gfe-relnote: In QUIC, rename handshake_confirmed in handshaker to one_rtt_keys_available to make it clearer and more informative. Renaming only, not protected. by fayang · 5 years ago
  16. 1f4fe2d Add QUIC_EXPORT_PRIVATE to the CreateCryptoServerStream declaration. by ianswett · 5 years ago
  17. bec1333 Move QUIC_EXPORT_PRIVATE keyword to first declaration of CreateCryptoServerStream by nharper · 5 years ago
  18. 5a79a6e Add QUIC_EXPORT_PRIVATE to CreateCryptoServerStream to fix the quiche merge. by ianswett · 5 years ago
  19. 23d4074 gfe-relnote: Return QuicCryptoServerStreamBase from CreateCryptoServerStream. Refactor only - no behavior change, not flag protected by nharper · 5 years ago
  20. e5e28f9 gfe-relnote: Replace QuicCryptoServerStream constructor with CreateCryptoServerStream. Refactor only - no behavior change, not flag protected by nharper · 5 years ago
  21. 85240a1 Rename HandshakerDelegate to HandshakerInterface in QuicCryptoServerStream by rch · 5 years ago
  22. fe59774 gfe-relnote: Create handshaker for QuicCryptoServerStream in constructor instead of later. Protected by reloadable flag quic_set_server_handshaker_in_constructor. by nharper · 5 years ago
  23. b93b64e Refactor GfeQuicCryptoServerStream so parent class owns handshaker by nharper · 5 years ago
  24. d58736d gfe-relnote: Use HandshakerDelegateInterface in QUIC handshakers. Abstract keys installation, keys discarding, default encryption level change and mark handshake complete to HandshakerDelegateInterface. Protected by gfe2_reloadable_flag_quic_use_handshaker_delegate. by fayang · 5 years ago
  25. f25169a Add QUIC_EXPORT_PRIVATE to prepare for presubmit by dschinazi · 5 years ago
  26. 486a8a9 Limit the amount of incoming crypto data that will be buffered. by nharper · 5 years ago
  27. 662a3d6 gfe-relnote: Move QuicCryptoServerStream::Helper::GenerateConnectionIdForReject to QuicDispatcher::GenerateNewServerConnectionId. Refactor only. by wub · 5 years ago
  28. ecf9bd8 gfe-relnote: Cleanup stateless reject related stuff from QuicCryptoServerConfig::ProcessClientHello and QuicCryptoServerHandshaker::GenerateConnectionIdForReject. No behavior change, not protected. by wub · 6 years ago
  29. 0a4b9c5 gfe-relnote: Remove stateless reject from QUIC. This deprecates two flags in the false position: --gfe2_reloadable_flag_enable_quic_stateless_reject_support and --gfe2_reloadable_flag_quic_use_cheap_stateless_rejects. by wub · 6 years ago
  30. d893df1 gfe-relnote: (n/a) Delete use_stateless_rejects_if_peer_supported from QuicCryptoServerStream's constructor. No behavior change, not protected. by wub · 6 years ago
  31. 63d0bc4 gfe-relnote: (n/a) Delete two unused member variables from QuicCryptoServerStream. Not protected. by wub · 6 years ago
  32. 46a1de7 gfe-relnote: (n/a) Delete some functions from QuicCryptoServerStream and tests that uses those function. Not protected. by wub · 6 years ago
  33. 0fb4443 Remove direct references to //base from shared QUIC code by vasilvv · 6 years ago
  34. 872e7a3 Remove QuicString wrapper for std::string by vasilvv · 6 years ago
  35. c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
  36. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago