1. 182b573 Don't set timeout in runner when using GDB. by Adam Langley · 8 years ago
  2. 6e9321f Add a bssl::PushToStack helper. by David Benjamin · 8 years ago
  3. e6c58ff go fmt runner.go by Adam Langley · 8 years ago
  4. ec78383 Make ranged for loops work with STACK_OF(T). by David Benjamin · 8 years ago
  5. 9a89250 Don't use std::is_trivially_destructable. by David Benjamin · 8 years ago
  6. 10e1060 Send correct fatal alert the renegotation extension fails to match. by Adam Langley · 8 years ago
  7. 22df691 Document the behaviour of non-standard separators in cipher strings. by Adam Langley · 8 years ago
  8. 506be38 Add a BORINGSSL_ALLOW_CXX_RUNTIME build flag. by David Benjamin · 8 years ago
  9. e664a53 Return null from SSL_get0_peer_certificates if unauthenticated. by David Benjamin · 8 years ago
  10. d6a8a5a Remove obsolete TODOs. by David Benjamin · 8 years ago
  11. 17c3057 Add bssl::SealRecord and bssl::OpenRecord. by Martin Kreichgauer · 8 years ago
  12. c937699 Avoid a C++ runtime dependency. by David Benjamin · 8 years ago
  13. c642aca Convert SSL_ECDH_CTX to C++. by David Benjamin · 8 years ago
  14. 6dc8bf6 Convert SSL_TRANSCRIPT to C++. by David Benjamin · 8 years ago
  15. bf1117d Sample server GREASE from the server_random. by David Benjamin · 8 years ago
  16. 31b0c9b Add a bunch of scopers. by David Benjamin · 8 years ago
  17. 8f28886 Give SSL_HANDSHAKE a constructor and destructor. by David Benjamin · 8 years ago
  18. e39ac8f Switch BORINGSSL_INTERNAL_CXX_TYPES in favor of subclassing games. by David Benjamin · 8 years ago
  19. 1386aad Switch various things to scopers. by David Benjamin · 8 years ago
  20. cfc11c2 C++-ify SSL_AEAD_CTX. by David Benjamin · 8 years ago
  21. 86e95b8 Move libssl's internals into the bssl namespace. by David Benjamin · 8 years ago
  22. 0e4a448 Add ClientHello no_session_id variant. by Steven Valdez · 8 years ago
  23. 71dfad4 Add new functions for configuring the client CA list. by David Benjamin · 8 years ago
  24. 3a1dd46 Add async certificate verification callback. by David Benjamin · 8 years ago
  25. 11d11d6 Fix and/or annotate all switch fall-throughs. by Adam Langley · 8 years ago
  26. 09ed119 Test that record-splitting splits records. by David Benjamin · 8 years ago
  27. 1430873 Disable record splitting in fuzzer mode. by Adam Langley · 8 years ago
  28. a3d76d0 Switch OPENSSL_COMPILE_ASSERT to static_assert in C++ code. by David Benjamin · 8 years ago
  29. 9f2bffb Add SSL_AEAD_CTX_seal_scatter. by Martin Kreichgauer · 8 years ago
  30. b853f31 Fix handling of ServerHellos with omitted extensions. by David Benjamin · 8 years ago
  31. c386440 Add some timestamps to connect/accept failures. by David Benjamin · 8 years ago
  32. 2abda63 Fix TLS 1.3 variant fuzzers. by David Benjamin · 8 years ago
  33. dbe0158 Implement ContentType TLS 1.3 variant. by Steven Valdez · 8 years ago
  34. 8a5dcbc Print the socket error when connect fails. by David Benjamin · 8 years ago
  35. d304a2f Switch tls13_client and tls13_server to C++. by David Benjamin · 8 years ago
  36. 81678aa Switch t1_lib, tls_record, and tls13_both to C++. by David Benjamin · 8 years ago
  37. 0238d8f Switch more files to C++. by David Benjamin · 8 years ago
  38. b609c22 Switch ssl_privkey to C++. by David Benjamin · 8 years ago
  39. f526081 Switch ssl_aead_ctx, ssl_file, and ssl_lib to C++. by David Benjamin · 8 years ago
  40. 81a5df4 Switch ssl_ecdh to C++. by David Benjamin · 8 years ago
  41. e64d2c7 Convert ssl_buffer, ssl_cert, and ssl_cipher to C++. by David Benjamin · 8 years ago
  42. d781fc4 Switch handshake_client and handshake_server to C++. by David Benjamin · 8 years ago
  43. e8703a3 Switch a number of files to C++. by David Benjamin · 8 years ago
  44. 52586f9 Adding TLS 1.3 variant to SSL*. by Steven Valdez · 8 years ago
  45. 1ffb4a4 Route the TLS 1.3 experiment into the fuzzer. by David Benjamin · 8 years ago
  46. a502239 Actually test the TLS 1.3 experimental variant. by David Benjamin · 8 years ago
  47. 038da9b Move the version to an extension in the experimental TLS 1.3 encoding. by Steven Valdez · 8 years ago
  48. 08fea48 Fix fuzzer mode test suppressions. by David Benjamin · 8 years ago
  49. 520e122 Implement experimental alternate encoding of TLS 1.3. by Steven Valdez · 8 years ago
  50. a818134 Simplify ChangeCipherSpec code in runner. by David Benjamin · 8 years ago
  51. d9cbb53 Fix SSL_version on 0-RTT. by David Benjamin · 8 years ago
  52. a1ce856 Test record splitting at all ciphers. by David Benjamin · 8 years ago
  53. bf5f192 Add some addition tests for the cipher parsing code and tidy. by David Benjamin · 8 years ago
  54. 634f475 Test the Channel IDs are not requested without ECDHE. by David Benjamin · 8 years ago
  55. 99a93d4 Remove some unnecessary error codes. by David Benjamin · 8 years ago
  56. c3648fa Add tests for SSL_VERIFY_PEER_IF_NO_OBC and fix TLS 1.3. by David Benjamin · 8 years ago
  57. 364af78 Add some cipher negotiation tests. by David Benjamin · 8 years ago
  58. eb083b0 Remove some dead code. by David Benjamin · 8 years ago
  59. 413e79e Test the client rejects invalid compression methods from the server. by David Benjamin · 8 years ago
  60. 9343b0b Don't check renegotiation_info in fuzzer mode. by David Benjamin · 8 years ago
  61. 0fde2eb Update TLS fuzzer format with prepended settings. by David Benjamin · 8 years ago
  62. a6bae93 Never set not_resumable on an immutable session. by David Benjamin · 8 years ago
  63. c94998a Revise version negotiation on the Go half. by Steven Valdez · 8 years ago
  64. 353577c Fix SSL_set_{min,max}_proto_version APIs in invalid versions. by David Benjamin · 8 years ago
  65. 8f36c51 Revise version negotiation logic on the C side. by Steven Valdez · 8 years ago
  66. 3120950 Size TLS read buffers based on the size requested. by David Benjamin · 8 years ago
  67. 5df5be1 Fix record header callback on writes. by David Benjamin · 8 years ago
  68. 5aaaa98 Detect WatchGuard's TLS 1.3 interference failure mode. by David Benjamin · 8 years ago
  69. 6fff386 Support standard RFC cipher suite names alongside OpenSSL ones. by David Benjamin · 8 years ago
  70. 05d4c97 Simplify SSL_get0_next_proto_negotiated. by David Benjamin · 8 years ago
  71. 0a9bf66 Clean up some duplicated code. by David Benjamin · 8 years ago
  72. 68161cb Stash the computed version range in SSL_HANDSHAKE. by David Benjamin · 8 years ago
  73. fc08dfc Rename {ssl,ctx}->{min,max}_version. by David Benjamin · 8 years ago
  74. 4414874 Simplify ssl_private_key_* state machine points. by David Benjamin · 8 years ago
  75. 9961dff Unwind V2ClientHello counters. by David Benjamin · 8 years ago
  76. 0d1730d Squash together states in the TLS 1.2 server Certificate flight. by David Benjamin · 8 years ago
  77. b5f55c3 Squash together TLS 1.2 states for server Finished block. by David Benjamin · 8 years ago
  78. d98107b Remove the last of the f_err pattern. by David Benjamin · 8 years ago
  79. 8d606e3 Clear out f_err pattern from handshake_client.c. by David Benjamin · 8 years ago
  80. a75fc71 Update fuzzer mode suppressions. by David Benjamin · 8 years ago
  81. ca74358 Test SSL_select_next_proto and SSL_get_fd. by David Benjamin · 8 years ago
  82. 0391f16 Fix some malloc failure handling. by David Benjamin · 8 years ago
  83. e831a81 Adding support for sending early data on the client. by Steven Valdez · 8 years ago
  84. 24e5886 Add a test for invalid alert types. by David Benjamin · 8 years ago fips-20170615
  85. 1967094 Align EVP_PKEY Ed25519 API with upstream. by David Benjamin · 8 years ago
  86. 8ba6a14 Fix build with VS 2017. by David Benjamin · 8 years ago
  87. 2f3404b Enforce incrementing counter for TLS 1.2 AES-GCM. by Steven Valdez · 8 years ago
  88. 2d04cf0 Test with IPv6 by default, and IPv4 only if that fails. by Matthew Braithwaite · 8 years ago
  89. d94682d Remove ex_data's dup hook. by David Benjamin · 8 years ago
  90. 01f8a8c Convert stack.h to use inline functions. by David Benjamin · 8 years ago
  91. d55bd79 Fix SSL_COMP_get_compression_methods type signature. by David Benjamin · 8 years ago
  92. 48b6b8f Add SSL_CIPHER_has_SHA384_HMAC. by Alessandro Ghedini · 8 years ago
  93. 873ebc9 Improve TestConfig flags for initial and resumption connections. by Steven Valdez · 8 years ago
  94. 93731d9 Remove old SSL min/max version functions. by David Benjamin · 8 years ago
  95. 4d1f4ba Timeout the shim on Accept and Wait. by David Benjamin · 8 years ago
  96. 2997589 Unwind DHE support from BoGo. by David Benjamin · 8 years ago
  97. c88f245 Don't print message when waiting for urandom entropy. by Adam Langley · 8 years ago
  98. 321fcdc Convert default version tests in ssl_test. by David Benjamin · 8 years ago
  99. e11726a Properly convert more of ssl_test. by David Benjamin · 8 years ago
  100. a365138 Factor out the default signature algorithm logic. by David Benjamin · 8 years ago