1. eed2401 Apply SendClientVersion at the end. by David Benjamin · 9 years ago
  2. 4ac2dc4 Add a comment about ServerHello.supported_groups. by David Benjamin · 9 years ago version_for_cocoapods_6.0
  3. 96a16cd Finish aligning up_ref functions with OpenSSL 1.1.0. by David Benjamin · 9 years ago
  4. 3e51757d Enforce the server ALPN protocol was advertised. by David Benjamin · 9 years ago
  5. 37b486a Remove optimisation for known DH groups. by Adam Langley · 9 years ago
  6. 881f196 Make ECDHE_PSK + AES_GCM unmatchable. by David Benjamin · 9 years ago
  7. 25fe85b Insert a state before cert_cb. by David Benjamin · 9 years ago
  8. fddbadc Pass a ClientHello into ssl3_choose_cipher. by David Benjamin · 9 years ago
  9. 1deb41b Move SCSV handling out of cipher list parsing. by David Benjamin · 9 years ago
  10. 19d5cf8 Move remaining ScopedContext types out of scoped_types.h by Martin Kreichgauer · 9 years ago
  11. e14ff06 Only have one ClientHello parser, not three. by David Benjamin · 9 years ago
  12. f71d7ed Shim-specific configuration file with suppressions and error translation. by EKR · 9 years ago
  13. baafa4a Undo rename of tlsext_tick_lifetime_hint. by Martin Kreichgauer · 9 years ago
  14. e7e36aa Test that switching versions on renego is illegal. by David Benjamin · 9 years ago
  15. b919540 Align SSL_SESSION_up_ref with OpenSSL. by David Benjamin · 9 years ago
  16. a9c3bf1 Add TLS_{client,server}_method. by David Benjamin · 9 years ago
  17. 4087df9 Move more side-specific code out of tls13_process_certificate. by David Benjamin · 9 years ago
  18. bb9e36e Test client certificates carry over on session resumption. by David Benjamin · 9 years ago
  19. e455e51 Push some duplicated code into ssl_verify_cert_chain. by David Benjamin · 9 years ago
  20. 56d280d Remove the SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED sanity check. by David Benjamin · 9 years ago
  21. 721e8b7 Test that servers enforce session timeouts. by David Benjamin · 9 years ago
  22. a20e535 Add a test for session ID context logic. by David Benjamin · 9 years ago
  23. 33dad1b Stop pretending to ssl_clear_bad_session. by David Benjamin · 9 years ago
  24. cec7344 Add a CBS version of SSL_early_callback_ctx_extension_get. by David Benjamin · 9 years ago
  25. 1e6f11a Adding NewSessionTicket. by Steven Valdez · 9 years ago
  26. e8e84b9 Reject warning alerts in TLS 1.3. by David Benjamin · 9 years ago
  27. 7259f2f Prefix ext_key_share methods. by Steven Valdez · 9 years ago
  28. a70de14 Check for trailing data in key_share extension. by David Benjamin · 9 years ago
  29. ce079fd Add SSL_is_dtls. by David Benjamin · 9 years ago
  30. da2630c Remove redundant SSL_VERIFY_PEER check. by David Benjamin · 9 years ago
  31. 0b3625b Add support for TLS 1.3 PSK resumption in Go. by Nick Harper · 9 years ago
  32. afc64de Add tests to ensure our ClientHello does not change. by David Benjamin · 9 years ago
  33. 3ce4389 Move some client/server special-cases out of tls13_process_certificate. by David Benjamin · 9 years ago
  34. 4501bd5 Align with OpenSSL on SSL_set_bio behavior. by David Benjamin · 9 years ago
  35. d4aae0f Minor typo fixes. by Adam Langley · 9 years ago
  36. 4890165 Empty signature algorithms in TLS 1.3 CertificateRequest is illegal. by David Benjamin · 9 years ago
  37. 0c40a96 Send unsupported_extension on unexpected ServerHello extensions. by David Benjamin · 9 years ago
  38. 636ff1c Convert rsa_1024_key.pem to a PKCS#8 PEM blob. by David Benjamin · 9 years ago
  39. 9498e74 Don't have the default value of |verify_result| be X509_V_OK. by Adam Langley · 9 years ago
  40. 0d1b096 Fix mixed comment markers. by David Benjamin · 9 years ago
  41. 1dc53d2 Adding handling for KeyUpdate post-handshake message. by Steven Valdez · 9 years ago
  42. 8e1c7be Adding Post-Handshake message handling. by Steven Valdez · 9 years ago
  43. 87eab49 Splitting SSL session state. by Steven Valdez · 9 years ago
  44. 163f29a Move post-handshake message handling out of read_app_data. by David Benjamin · 9 years ago
  45. e97fb48 Test that V2ClientHello must be the first record. by David Benjamin · 9 years ago
  46. 173bf93 Accept the special token 'UNTRANSLATED_ERROR' instead of the expected error code when -loose-errors argument is used. Usable for non-bssl shims by EKR · 9 years ago
  47. 4edca0b Add BN_rand_range_ex and use internally. by Brian Smith · 9 years ago
  48. 4792110 Forbid interleaving app data in a HelloRequest. by David Benjamin · 9 years ago
  49. 17e1292 Make runner's -test parameter take glob patterns. by David Benjamin · 9 years ago
  50. 4497e58 Switch finish_handshake to release_current_message. by David Benjamin · 9 years ago
  51. 02edcd0 Reject stray post-Finished messages in DTLS. by David Benjamin · 9 years ago
  52. 9fd9580 Remove ssl->s3->message_complete in favor of ssl->init_msg. by David Benjamin · 9 years ago
  53. a950948 Use SSL3_HM_HEADER_LENGTH a bit more. by David Benjamin · 9 years ago
  54. 481b9d2 Remove begin_handshake and allocate init_buf lazily. by David Benjamin · 9 years ago
  55. 7baf681 Convert all of our test private keys to PKCS#8 PEM blobs. by David Benjamin · 9 years ago
  56. 4905454 Clear init_msg/init_num whenever we clear the backing store. by David Benjamin · 9 years ago
  57. bd4679d Tidy up ssl3_get_message slightly. by David Benjamin · 9 years ago
  58. 21c0028 Implement KeyUpdate in Go. by David Benjamin · 9 years ago
  59. d5a4ecb Support accepting TLS 1.3 tickets on the Go client. by David Benjamin · 9 years ago
  60. 5810488 Add support for sending TLS 1.3 tickets in Go. by David Benjamin · 9 years ago
  61. 4528e2b Take DHE ciphers out of 1.3 in Go. by David Benjamin · 9 years ago
  62. 842ae6c Support unimplemented tests in test runner. by EKR · 9 years ago
  63. 1d4f4c0 Add SSL_send_fatal_alert. by David Benjamin · 9 years ago
  64. 12d2c48 Add a packed renegotiation test. by David Benjamin · 9 years ago
  65. 613fe3b Call expect_flight and received_flight in the 1.3 logic. by David Benjamin · 9 years ago
  66. a68c118 Make SSL_get_extms_support a little friendlier. by David Benjamin · 9 years ago
  67. 5e7e7cc Add SSL_set_fallback_version. by David Benjamin · 9 years ago
  68. d7573dc Tweak ssl_early_callback_init. by David Benjamin · 9 years ago
  69. 5440fe0 Adding HelloRetryRequest. by Steven Valdez · 9 years ago
  70. 4d90c10 Send extension indicating the TLS 1.3 draft version in Go. by Nick Harper · 9 years ago
  71. 13f1ebe Factor out the client_cert_cb code. by David Benjamin · 9 years ago
  72. 14a077c Revert "Add tests to ensure our ClientHello does not change." by David Benjamin · 9 years ago
  73. 69f40df Add tests to ensure our ClientHello does not change. by David Benjamin · 9 years ago
  74. dcfbc67 Implement HelloRetryRequest in Go. by Nick Harper · 9 years ago
  75. 3a28755 Fix sending draft_version. by Steven Valdez · 9 years ago
  76. e776cc2 Implement SSLKEYLOGFILE support for TLS 1.3. by David Benjamin · 9 years ago
  77. f2401eb Add a ssl_hs_flush_and_read_message wait mode. by David Benjamin · 9 years ago
  78. e470e66 Test if the ServerHello includes an unknown cipher suite. by David Benjamin · 9 years ago
  79. b62d287 Add TLS 1.3 versions of the -Enforced versions. by David Benjamin · 9 years ago
  80. 8d315d7 Remove enableTLS13Handshake. by David Benjamin · 9 years ago
  81. 4f92157 Add a TLS 1.3 version of UnsupportedCurve. by David Benjamin · 9 years ago
  82. 942f4ed Implement OCSP stapling in TLS 1.3. by David Benjamin · 9 years ago
  83. 143e8b3 Add TLS 1.3 1-RTT. by Steven Valdez · 9 years ago
  84. 4ee027f Allow server supported_curves in TLS 1.3 in Go. by David Benjamin · 9 years ago
  85. eeef635 Remove dead code. by David Benjamin · 9 years ago
  86. 0b8d5da Add much more aggressive WrongMessageType tests. by David Benjamin · 9 years ago
  87. 7964b18 Add machinery for testing TLS 1.3 cipher change synchronization. by David Benjamin · 9 years ago
  88. 6167281 Check for buffered handshake messages on cipher change in DTLS. by David Benjamin · 9 years ago
  89. cea0ab4 Reject 1.3 ServerHellos with the RI extension in Go. by David Benjamin · 9 years ago
  90. 9ec1c75 Add TLS 1.3 version of EmptyCertificateList. by David Benjamin · 9 years ago
  91. 97d17d9 Run extensions tests at all versions. by David Benjamin · 9 years ago
  92. 46f94bd Enforce in Go that all ServerHello extensions are known. by David Benjamin · 9 years ago
  93. d3440b4 Give SSL_PRIVATE_KEY_METHOD a message-based API. by David Benjamin · 9 years ago
  94. 0c0b7e1 Widen SSL_PRIVATE_KEY_METHOD types to include the curve name. by David Benjamin · 9 years ago
  95. ca3d545 Add SSL_set_signing_algorithm_prefs. by David Benjamin · 9 years ago
  96. 0ee2e11 Fixing TLS 1.3 Go Handshake Bugs. by Steven Valdez · 9 years ago
  97. bf5aa84 Moving ssl_check_leaf_certificate to ssl_cert. by Steven Valdez · 9 years ago
  98. 2aad406 Switch application traffic keys at the right time in Go TLS 1.3. by David Benjamin · 9 years ago
  99. 49ec9bb Fix ssl3_get_cert_verify key type checks. by David Benjamin · 9 years ago
  100. 5c900c8 Factor out certificate list parsing. by David Benjamin · 9 years ago