1. a861460 Make SNI per-connection, not per-session. by David Benjamin · 8 years ago
  2. c0e15d1 Zero memory in |OPENSSL_free|. by Martin Kreichgauer · 8 years ago
  3. a23b68f ssl/test/runner: Change ecdsa.PublicKey initialization by Martin Kreichgauer · 8 years ago
  4. 74795b3 More miscellaneous bools. by David Benjamin · 8 years ago
  5. 046bc1f SSL3_STATE ints to bools. by David Benjamin · 8 years ago
  6. 4cbb931 Collapse client Finished states together. by David Benjamin · 8 years ago
  7. fd45ee7 Replace bits in SSL_HANDSHAKE with bool. by David Benjamin · 8 years ago
  8. d816874 Set SSL_in_init to false before new_session_cb. by Steven Valdez · 8 years ago
  9. 6abaa31 Remove unnecessary parameter. by David Benjamin · 8 years ago
  10. 0a47191 Test empty extensions fields are omitted. by David Benjamin · 8 years ago
  11. 3536809 Update style guide for C++. by David Benjamin · 8 years ago
  12. c11ea942 Convert comments in ssl. by David Benjamin · 8 years ago
  13. 66d49b4 Fix SSL_CTX client_CA list locking. by David Benjamin · 8 years ago
  14. c79ae7a Test SSL_add_client_CA. by David Benjamin · 8 years ago
  15. 3969fdf Test invalid certificates. by David Benjamin · 8 years ago
  16. 398085b Simplify states with hs_wait_t returns. by Steven Valdez · 8 years ago
  17. 617b818 Add a test for SSL_R_NO_CIPHERS_AVAILABLE. by David Benjamin · 8 years ago
  18. 4d71a9a Migrate TLS 1.2 and below state machines to the new style. by Steven Valdez · 8 years ago
  19. 8997b2a Better test cert verification happening only once. by David Benjamin · 8 years ago
  20. e3bb51c Remove deprecated cipher property APIs. by David Benjamin · 8 years ago chromium-3202
  21. f216507 Cut down on some redundant flags. by David Benjamin · 8 years ago
  22. 5c4271f Don't reauthenticate on renegotiation. by David Benjamin · 8 years ago
  23. 5ef40c6 Mark renego-established sessions not resumable. by David Benjamin · 8 years ago
  24. 302b818 Only enable DTLS post-handshake rexmits if we sent the final Finished. by David Benjamin · 8 years ago
  25. 8fc2dc0 Put SCTs and OCSP responses in CRYPTO_BUFFERs. by David Benjamin · 8 years ago
  26. f60bcfb Make SSL_state_string_long work for TLS 1.3. by David Benjamin · 8 years ago
  27. 1a66326 Refactor ssl_test ForEachVersion into a GTest fixture. by Martin Kreichgauer · 8 years ago
  28. 72912d2 Rotate the default ticket encryption key. by Martin Kreichgauer · 8 years ago
  29. f4ecc84 Prevent both early data and custom extensions from being accepted. by Steven Valdez · 8 years ago
  30. 348f0d8 Add OpenSSL 1.1.0's cipher property functions. by David Benjamin · 8 years ago
  31. bd70845 Add tests for CertificateVerify by Dimitar Vlahovski · 8 years ago
  32. ca9e8f5 Tidy up handshake digest logic. by David Benjamin · 8 years ago
  33. 4a37de0 Test that Finished checks are enforced in 0-RTT. by David Benjamin · 8 years ago
  34. 70dbf04 Add SSL_CTX_cipher_in_group. by David Benjamin · 8 years ago
  35. f6ae9e6 Fix more hard-coded TLS 1.3 variant strings. by David Benjamin · 8 years ago
  36. 7934f08 Replace init_msg/init_num with a get_message hook. by David Benjamin · 8 years ago
  37. 8f94c31 Replace reuse_message with an explicit next_message call. by David Benjamin · 8 years ago
  38. ba2d3df Add DTLS_with_buffers_method. by David Benjamin · 8 years ago
  39. e3dee27 Remove the free_buffer parameter to release_current_message. by David Benjamin · 8 years ago
  40. 9bbdf58 Remove expect and received flight hooks. by David Benjamin · 8 years ago
  41. 26ababb Fix a bug in bssl::OpenRecord. by Martin Kreichgauer · 8 years ago
  42. 4492a61 More scopers. by David Benjamin · 8 years ago
  43. 78b8b99 Fix a bug in and test the message callback. by David Benjamin · 8 years ago
  44. b0c761e Tolerate early ChangeCipherSpec in DTLS. by David Benjamin · 8 years ago
  45. 27e377e Fix miscellaneous clang-tidy warnings. by David Benjamin · 8 years ago
  46. 37af90f Convert a few more scopers. by David Benjamin · 8 years ago
  47. d272dea Explicitly include <new> for placement new. by David Benjamin · 8 years ago
  48. a4cb62f Fix build against LLVM CFI. by David Benjamin · 8 years ago
  49. ee910bf Use new STACK_OF helpers. by David Benjamin · 8 years ago
  50. abbf365 Make the bssl::SealRecord out_suffix arg fixed length. by Martin Kreichgauer · 8 years ago
  51. 182b573 Don't set timeout in runner when using GDB. by Adam Langley · 8 years ago
  52. 6e9321f Add a bssl::PushToStack helper. by David Benjamin · 8 years ago
  53. e6c58ff go fmt runner.go by Adam Langley · 8 years ago
  54. ec78383 Make ranged for loops work with STACK_OF(T). by David Benjamin · 8 years ago
  55. 9a89250 Don't use std::is_trivially_destructable. by David Benjamin · 8 years ago
  56. 10e1060 Send correct fatal alert the renegotation extension fails to match. by Adam Langley · 8 years ago
  57. 22df691 Document the behaviour of non-standard separators in cipher strings. by Adam Langley · 8 years ago
  58. 506be38 Add a BORINGSSL_ALLOW_CXX_RUNTIME build flag. by David Benjamin · 8 years ago
  59. e664a53 Return null from SSL_get0_peer_certificates if unauthenticated. by David Benjamin · 8 years ago
  60. d6a8a5a Remove obsolete TODOs. by David Benjamin · 8 years ago
  61. 17c3057 Add bssl::SealRecord and bssl::OpenRecord. by Martin Kreichgauer · 8 years ago
  62. c937699 Avoid a C++ runtime dependency. by David Benjamin · 8 years ago
  63. c642aca Convert SSL_ECDH_CTX to C++. by David Benjamin · 8 years ago
  64. 6dc8bf6 Convert SSL_TRANSCRIPT to C++. by David Benjamin · 8 years ago
  65. bf1117d Sample server GREASE from the server_random. by David Benjamin · 8 years ago
  66. 31b0c9b Add a bunch of scopers. by David Benjamin · 8 years ago
  67. 8f28886 Give SSL_HANDSHAKE a constructor and destructor. by David Benjamin · 8 years ago
  68. e39ac8f Switch BORINGSSL_INTERNAL_CXX_TYPES in favor of subclassing games. by David Benjamin · 8 years ago
  69. 1386aad Switch various things to scopers. by David Benjamin · 8 years ago
  70. cfc11c2 C++-ify SSL_AEAD_CTX. by David Benjamin · 8 years ago
  71. 86e95b8 Move libssl's internals into the bssl namespace. by David Benjamin · 8 years ago
  72. 0e4a448 Add ClientHello no_session_id variant. by Steven Valdez · 8 years ago
  73. 71dfad4 Add new functions for configuring the client CA list. by David Benjamin · 8 years ago
  74. 3a1dd46 Add async certificate verification callback. by David Benjamin · 8 years ago
  75. 11d11d6 Fix and/or annotate all switch fall-throughs. by Adam Langley · 8 years ago
  76. 09ed119 Test that record-splitting splits records. by David Benjamin · 8 years ago
  77. 1430873 Disable record splitting in fuzzer mode. by Adam Langley · 8 years ago
  78. a3d76d0 Switch OPENSSL_COMPILE_ASSERT to static_assert in C++ code. by David Benjamin · 8 years ago
  79. 9f2bffb Add SSL_AEAD_CTX_seal_scatter. by Martin Kreichgauer · 8 years ago
  80. b853f31 Fix handling of ServerHellos with omitted extensions. by David Benjamin · 8 years ago
  81. c386440 Add some timestamps to connect/accept failures. by David Benjamin · 8 years ago
  82. 2abda63 Fix TLS 1.3 variant fuzzers. by David Benjamin · 8 years ago
  83. dbe0158 Implement ContentType TLS 1.3 variant. by Steven Valdez · 8 years ago
  84. 8a5dcbc Print the socket error when connect fails. by David Benjamin · 8 years ago
  85. d304a2f Switch tls13_client and tls13_server to C++. by David Benjamin · 8 years ago
  86. 81678aa Switch t1_lib, tls_record, and tls13_both to C++. by David Benjamin · 8 years ago
  87. 0238d8f Switch more files to C++. by David Benjamin · 8 years ago
  88. b609c22 Switch ssl_privkey to C++. by David Benjamin · 8 years ago
  89. f526081 Switch ssl_aead_ctx, ssl_file, and ssl_lib to C++. by David Benjamin · 8 years ago
  90. 81a5df4 Switch ssl_ecdh to C++. by David Benjamin · 8 years ago
  91. e64d2c7 Convert ssl_buffer, ssl_cert, and ssl_cipher to C++. by David Benjamin · 8 years ago
  92. d781fc4 Switch handshake_client and handshake_server to C++. by David Benjamin · 8 years ago
  93. e8703a3 Switch a number of files to C++. by David Benjamin · 8 years ago
  94. 52586f9 Adding TLS 1.3 variant to SSL*. by Steven Valdez · 8 years ago
  95. 1ffb4a4 Route the TLS 1.3 experiment into the fuzzer. by David Benjamin · 8 years ago
  96. a502239 Actually test the TLS 1.3 experimental variant. by David Benjamin · 8 years ago
  97. 038da9b Move the version to an extension in the experimental TLS 1.3 encoding. by Steven Valdez · 8 years ago
  98. 08fea48 Fix fuzzer mode test suppressions. by David Benjamin · 8 years ago
  99. 520e122 Implement experimental alternate encoding of TLS 1.3. by Steven Valdez · 8 years ago
  100. a818134 Simplify ChangeCipherSpec code in runner. by David Benjamin · 8 years ago