1. 4c7f5fa Remove old TLS 1.3 variants (NoSessionID and RecordType). by Steven Valdez · 7 years ago
  2. 40b24c8 Add "-www" option to server tool. by Peter Wu · 8 years ago
  3. 5663b63 Write connection info to a BIO instead of stderr. by Peter Wu · 8 years ago
  4. 368cc3b Add support for SSLKEYLOGFILE to server tool. by Peter Wu · 8 years ago
  5. c7d4d21 Add experiment without client CCS and fix session ID bug. by Steven Valdez · 8 years ago
  6. 1682126 Add Experiment 2 by Steven Valdez · 8 years ago
  7. f60bcfb Make SSL_state_string_long work for TLS 1.3. by David Benjamin · 8 years ago
  8. e2daba6 Run the comment converter on fuzz/ and tool/ by David Benjamin · 8 years ago
  9. 65b87ce Remove internal uses of SSLv23_*. by David Benjamin · 8 years ago
  10. 388dfa1 Use getters in tools/ciphers.cc and add -openssl-name flag. by David Benjamin · 8 years ago
  11. 6df7667 Add a -renegotiate-freely flag to bssl client. by David Benjamin · 8 years ago
  12. 590b677 Use names for the TLS 1.3 variants in bssl client. by David Benjamin · 8 years ago
  13. dc110f5 tool: make speed use EVP_AEAD_CTX_seal_scatter by Martin Kreichgauer · 8 years ago
  14. 27e377e Fix miscellaneous clang-tidy warnings. by David Benjamin · 8 years ago
  15. 56851c8 Fix bssl sockets on Windows. by Steven Valdez · 8 years ago
  16. dbe0158 Implement ContentType TLS 1.3 variant. by Steven Valdez · 8 years ago
  17. 520e122 Implement experimental alternate encoding of TLS 1.3. by Steven Valdez · 8 years ago
  18. ee7aa02 Implement basic HTTP tunnel support in bssl client. by David Benjamin · 8 years ago
  19. 2b0444e Keep the same listening socket in bssl server -loop. by David Benjamin · 8 years ago
  20. 6fff386 Support standard RFC cipher suite names alongside OpenSSL ones. by David Benjamin · 8 years ago
  21. e831a81 Adding support for sending early data on the client. by Steven Valdez · 8 years ago
  22. b529253 Implement scrypt from RFC 7914. by David Benjamin · 8 years ago
  23. 1967094 Align EVP_PKEY Ed25519 API with upstream. by David Benjamin · 8 years ago
  24. c5e9ac1 Move AES-GCM-SIV out from SMALL and handle unaligned keys. by Adam Langley · 8 years ago
  25. 1ac4f16 tool: don't explicitly disable SSLv3 in the server by Alessandro Ghedini · 8 years ago
  26. 1ddd6e5 Make -loop survive errors. by David Benjamin · 8 years ago
  27. d075706 Allow selecting ECDH curves in bssl tool. by Piotr Sikora · 8 years ago
  28. 82b2b85 Unwind multiprime RSA support. by David Benjamin · 8 years ago
  29. cb3af3e Allow specifying certificate and key in separate files. by David Benjamin · 8 years ago
  30. 4a2cc28 Unwind RSA_generate_multi_prime_key. by David Benjamin · 8 years ago
  31. fd49993 First part of the FIPS module. by Adam Langley · 8 years ago
  32. 6952211 Support Ed25519 in TLS. by David Benjamin · 8 years ago
  33. 4e78e30 Add a basic signing tool. by David Benjamin · 8 years ago
  34. 712f372 Make the bssl client -resume flag less confusing. by David Benjamin · 8 years ago
  35. ca307ab tool: show if early data was accepted by Alessandro Ghedini · 8 years ago
  36. 2d85062 Add Data-less Zero-RTT support. by Steven Valdez · 8 years ago
  37. 3c8652d tool: fix typo in -root-certs description by Alessandro Ghedini · 8 years ago
  38. 84cd493 Don't pass |overhead_len| when testing “open” speed. by Adam Langley · 8 years ago
  39. ba9557d Benchmark open & seal separately for AES-GCM-SIV. by Adam Langley · 8 years ago
  40. a57dcfb Add new cipherlist-setting APIs that reject nonsense. by Matthew Braithwaite · 8 years ago
  41. f6d64ef tool: show if server sent SCT staple by Alessandro Ghedini · 8 years ago
  42. 040bc49 Enable TLS 1.3 by default in bssl tool. by Adam Langley · 8 years ago
  43. e5dfb52 Add -root-certs options to bssl client. by Adam Langley · 8 years ago
  44. 2e83924 Remove old ChaCha20-Poly1305 AEAD. by Adam Langley · 8 years ago
  45. 5322010 Revert "Remove old ChaCha20-Poly1305 AEAD." by Adam Langley · 8 years ago
  46. def9b46 Remove old ChaCha20-Poly1305 AEAD. by Adam Langley · 8 years ago
  47. 7c7ab21 Guard a winsock2.h include under the usual pragmas. by David Benjamin · 8 years ago
  48. 6add9f1 Fix setsockopt call. by David Benjamin · 8 years ago
  49. bf5bda3 Adding socket reuse to bssl server. by Steven Valdez · 8 years ago
  50. 17cf2cb Work around language and compiler bug in memcpy, etc. by David Benjamin · 8 years ago
  51. 87c0bb2 Adding new options for bssl tool. by Steven Valdez · 8 years ago
  52. 5488122 Remove SSL_get_dhe_group_size. by David Benjamin · 8 years ago
  53. 1149ee1 tool: show if server sent OCSP staple by Alessandro Ghedini · 8 years ago
  54. f440e82 Remove New Hope key agreement. by Matthew Braithwaite · 8 years ago
  55. df447ba Add generic AES-GCM-SIV support. by Adam Langley · 8 years ago
  56. f18ad08 tool: don't generate negative serial numbers. by Adam Langley · 8 years ago
  57. ce1f62c Make `bssl server` generate a self-signed cert if none is provided. by Martin Kreichgauer · 8 years ago
  58. 8d3f130 tool: print client's SNI value, if any. by Alessandro Ghedini · 8 years ago
  59. b348897 Correctness fixes for NaCl and other platforms. by Matthew Braithwaite · 8 years ago
  60. 1e5ac5d Fix more clang-tidy warnings. by David Benjamin · 8 years ago
  61. 0cce863 Use scopers in tool/ by David Benjamin · 8 years ago
  62. 4fec04b Place comment(lib, *) pragmas under OPENSSL_MSVC_PRAGMA. by David Benjamin · 8 years ago version_for_cocoapods_7.0
  63. 65ac997 Implement draft-davidben-tls-grease-01. by David Benjamin · 9 years ago
  64. e470690 Align SSL_set_{min,max}_version with upstream. by David Benjamin · 9 years ago
  65. 2dc0204 Don't return invalid versions in version_from_wire. by David Benjamin · 9 years ago
  66. 8aaa9e1 Remove RC4 from TLS for real. by Matthew Braithwaite · 9 years ago
  67. 2f401ec Fix IWYU violation in speed.cc. by David Benjamin · 9 years ago
  68. 31168c9 Print out the signature algorithm in bssl client. by David Benjamin · 9 years ago
  69. 7072884 Fix bssl client -session-out. by David Benjamin · 9 years ago
  70. d17d74d Replace Scoped* heap types with bssl::UniquePtr. by Matt Braithwaite · 9 years ago
  71. 7bee853 Include |BN_MONT_CTX| construction in RSA verification speed test. by Brian Smith · 9 years ago
  72. bcb65b9 Give bssl speed proper arg parsing and a -timeout flag. by David Benjamin · 9 years ago
  73. 505cf39 Fix STARTTLS detection. by Adam Langley · 9 years ago
  74. 7b689f6 Using NewSessionCallback for bssl client. by Steven Valdez · 9 years ago
  75. 225e5ad Teach bssl server about -max-version and -min-version. by David Benjamin · 9 years ago
  76. f5975d8 Support TLS 1.3 in bssl client. by David Benjamin · 9 years ago
  77. 49864a5 Use new APIs in bssl tool for connection info. by David Benjamin · 9 years ago
  78. 10f97f3 Revert "Move C++ helpers into |bssl| namespace." by Adam Langley · 9 years ago
  79. d2b5af5 Revert scoped_types.h change. by Adam Langley · 9 years ago
  80. 8c3c313 Remove scoped_types.h. by Adam Langley · 9 years ago
  81. 09feb0f Move C++ helpers into |bssl| namespace. by Adam Langley · 9 years ago
  82. 61367ee Set variables to avoid false-positive compiler warnings. by Adam Langley · 9 years ago
  83. 403c52a Support “-starttls smtp” in `bssl client` by Adam Langley · 9 years ago
  84. 72acbec Handle IPv6 literals in bssl client. by David Benjamin · 9 years ago
  85. a353cdb Wrap MSVC-only warning pragmas in a macro. by David Benjamin · 9 years ago
  86. 3995a38 Print out whether EMS was supported. by David Benjamin · 9 years ago
  87. f0322b2 Use non-deprecated methods on windows. by nmittler · 9 years ago
  88. e09e579 Rename NEWHOPE functions to offer/accept/finish. by Matt Braithwaite · 9 years ago
  89. 7909aa7 Pass array by reference in newhope speed test. by Adam Langley · 9 years ago
  90. 045a0ff Import `newhope' (post-quantum key exchange). by Matt Braithwaite · 9 years ago
  91. dcb3383 Modify 'bssl client' to print the cert subject and issuer by Gabriel Redner · 9 years ago
  92. 9819367 Remove some easy obj.h dependencies. by David Benjamin · 9 years ago
  93. f932894 Move function declarations to internal header. by Piotr Sikora · 9 years ago
  94. c6d3029 Add missing internal includes. by Piotr Sikora · 9 years ago
  95. 9bb8ba6 Make local functions static. by Piotr Sikora · 9 years ago
  96. 708db16 Pass |alice_msg| by reference in the SPAKE2 speed test. by Adam Langley · 9 years ago
  97. f27459e Add SPAKE2 over Ed25519. by Arnar Birgisson · 9 years ago
  98. e42da0e Fix bssl rand -hex. by David Benjamin · 9 years ago
  99. 4cc36ad Make it possible to tell what curve was used on the server. by David Benjamin · 9 years ago
  100. afe57cb Add a tool to generate Ed25519 keys. by David Benjamin · 9 years ago