1. 1ddd6e5 Make -loop survive errors. by David Benjamin · 8 years ago
  2. d075706 Allow selecting ECDH curves in bssl tool. by Piotr Sikora · 8 years ago
  3. 82b2b85 Unwind multiprime RSA support. by David Benjamin · 8 years ago
  4. cb3af3e Allow specifying certificate and key in separate files. by David Benjamin · 8 years ago
  5. 4a2cc28 Unwind RSA_generate_multi_prime_key. by David Benjamin · 8 years ago
  6. fd49993 First part of the FIPS module. by Adam Langley · 8 years ago
  7. 6952211 Support Ed25519 in TLS. by David Benjamin · 8 years ago
  8. 4e78e30 Add a basic signing tool. by David Benjamin · 8 years ago
  9. 712f372 Make the bssl client -resume flag less confusing. by David Benjamin · 8 years ago
  10. ca307ab tool: show if early data was accepted by Alessandro Ghedini · 8 years ago
  11. 2d85062 Add Data-less Zero-RTT support. by Steven Valdez · 8 years ago
  12. 3c8652d tool: fix typo in -root-certs description by Alessandro Ghedini · 8 years ago
  13. 84cd493 Don't pass |overhead_len| when testing “open” speed. by Adam Langley · 8 years ago
  14. ba9557d Benchmark open & seal separately for AES-GCM-SIV. by Adam Langley · 8 years ago
  15. a57dcfb Add new cipherlist-setting APIs that reject nonsense. by Matthew Braithwaite · 8 years ago
  16. f6d64ef tool: show if server sent SCT staple by Alessandro Ghedini · 8 years ago
  17. 040bc49 Enable TLS 1.3 by default in bssl tool. by Adam Langley · 8 years ago
  18. e5dfb52 Add -root-certs options to bssl client. by Adam Langley · 8 years ago
  19. 2e83924 Remove old ChaCha20-Poly1305 AEAD. by Adam Langley · 8 years ago
  20. 5322010 Revert "Remove old ChaCha20-Poly1305 AEAD." by Adam Langley · 8 years ago
  21. def9b46 Remove old ChaCha20-Poly1305 AEAD. by Adam Langley · 8 years ago
  22. 7c7ab21 Guard a winsock2.h include under the usual pragmas. by David Benjamin · 8 years ago
  23. 6add9f1 Fix setsockopt call. by David Benjamin · 8 years ago
  24. bf5bda3 Adding socket reuse to bssl server. by Steven Valdez · 8 years ago
  25. 17cf2cb Work around language and compiler bug in memcpy, etc. by David Benjamin · 8 years ago
  26. 87c0bb2 Adding new options for bssl tool. by Steven Valdez · 8 years ago
  27. 5488122 Remove SSL_get_dhe_group_size. by David Benjamin · 8 years ago
  28. 1149ee1 tool: show if server sent OCSP staple by Alessandro Ghedini · 8 years ago
  29. f440e82 Remove New Hope key agreement. by Matthew Braithwaite · 8 years ago
  30. df447ba Add generic AES-GCM-SIV support. by Adam Langley · 8 years ago
  31. f18ad08 tool: don't generate negative serial numbers. by Adam Langley · 8 years ago
  32. ce1f62c Make `bssl server` generate a self-signed cert if none is provided. by Martin Kreichgauer · 8 years ago
  33. 8d3f130 tool: print client's SNI value, if any. by Alessandro Ghedini · 8 years ago
  34. b348897 Correctness fixes for NaCl and other platforms. by Matthew Braithwaite · 8 years ago
  35. 1e5ac5d Fix more clang-tidy warnings. by David Benjamin · 8 years ago
  36. 0cce863 Use scopers in tool/ by David Benjamin · 8 years ago
  37. 4fec04b Place comment(lib, *) pragmas under OPENSSL_MSVC_PRAGMA. by David Benjamin · 8 years ago version_for_cocoapods_7.0
  38. 65ac997 Implement draft-davidben-tls-grease-01. by David Benjamin · 9 years ago
  39. e470690 Align SSL_set_{min,max}_version with upstream. by David Benjamin · 9 years ago
  40. 2dc0204 Don't return invalid versions in version_from_wire. by David Benjamin · 9 years ago
  41. 8aaa9e1 Remove RC4 from TLS for real. by Matthew Braithwaite · 9 years ago
  42. 2f401ec Fix IWYU violation in speed.cc. by David Benjamin · 9 years ago
  43. 31168c9 Print out the signature algorithm in bssl client. by David Benjamin · 9 years ago
  44. 7072884 Fix bssl client -session-out. by David Benjamin · 9 years ago
  45. d17d74d Replace Scoped* heap types with bssl::UniquePtr. by Matt Braithwaite · 9 years ago
  46. 7bee853 Include |BN_MONT_CTX| construction in RSA verification speed test. by Brian Smith · 9 years ago
  47. bcb65b9 Give bssl speed proper arg parsing and a -timeout flag. by David Benjamin · 9 years ago
  48. 505cf39 Fix STARTTLS detection. by Adam Langley · 9 years ago
  49. 7b689f6 Using NewSessionCallback for bssl client. by Steven Valdez · 9 years ago
  50. 225e5ad Teach bssl server about -max-version and -min-version. by David Benjamin · 9 years ago
  51. f5975d8 Support TLS 1.3 in bssl client. by David Benjamin · 9 years ago
  52. 49864a5 Use new APIs in bssl tool for connection info. by David Benjamin · 9 years ago
  53. 10f97f3 Revert "Move C++ helpers into |bssl| namespace." by Adam Langley · 9 years ago
  54. d2b5af5 Revert scoped_types.h change. by Adam Langley · 9 years ago
  55. 8c3c313 Remove scoped_types.h. by Adam Langley · 9 years ago
  56. 09feb0f Move C++ helpers into |bssl| namespace. by Adam Langley · 9 years ago
  57. 61367ee Set variables to avoid false-positive compiler warnings. by Adam Langley · 9 years ago
  58. 403c52a Support “-starttls smtp” in `bssl client` by Adam Langley · 9 years ago
  59. 72acbec Handle IPv6 literals in bssl client. by David Benjamin · 9 years ago
  60. a353cdb Wrap MSVC-only warning pragmas in a macro. by David Benjamin · 9 years ago
  61. 3995a38 Print out whether EMS was supported. by David Benjamin · 9 years ago
  62. f0322b2 Use non-deprecated methods on windows. by nmittler · 9 years ago
  63. e09e579 Rename NEWHOPE functions to offer/accept/finish. by Matt Braithwaite · 9 years ago
  64. 7909aa7 Pass array by reference in newhope speed test. by Adam Langley · 9 years ago
  65. 045a0ff Import `newhope' (post-quantum key exchange). by Matt Braithwaite · 9 years ago
  66. dcb3383 Modify 'bssl client' to print the cert subject and issuer by Gabriel Redner · 9 years ago
  67. 9819367 Remove some easy obj.h dependencies. by David Benjamin · 9 years ago
  68. f932894 Move function declarations to internal header. by Piotr Sikora · 9 years ago
  69. c6d3029 Add missing internal includes. by Piotr Sikora · 9 years ago
  70. 9bb8ba6 Make local functions static. by Piotr Sikora · 9 years ago
  71. 708db16 Pass |alice_msg| by reference in the SPAKE2 speed test. by Adam Langley · 9 years ago
  72. f27459e Add SPAKE2 over Ed25519. by Arnar Birgisson · 9 years ago
  73. e42da0e Fix bssl rand -hex. by David Benjamin · 9 years ago
  74. 4cc36ad Make it possible to tell what curve was used on the server. by David Benjamin · 9 years ago
  75. afe57cb Add a tool to generate Ed25519 keys. by David Benjamin · 9 years ago
  76. 77c3c0b Enable Ed25519 when building with OPENSSL_SMALL. by Adam Langley · 9 years ago
  77. df57163 Add RC4-SHA1 and DES-EDE3-CBC-SHA1 to bssl speed. by David Benjamin · 9 years ago
  78. 86e412d Add client cert support to bssl client. by David Benjamin · 9 years ago
  79. 8ffab72 Point EVP_aead_chacha20_poly1305 at the standardized version. by David Benjamin · 9 years ago
  80. d28f59c Switch the keylog BIO to a callback. by David Benjamin · 9 years ago
  81. 3ac32b1 Fix curve25519 code for MSVC. by Adam Langley · 9 years ago
  82. 4fb0dc4 Add X25519 and Ed25519 support. by Adam Langley · 9 years ago
  83. f606f98 bssl pkcs12 shouldn't crash on missing key. by David Benjamin · 9 years ago
  84. eb8be01 Add ciphers option to bssl. by Adam Langley · 9 years ago
  85. 5dbdad9 For now, give the unsuffixed ChaCha20 AEAD name to the old version. by Adam Langley · 9 years ago
  86. 3e23e4c Add the RFC 7539 ChaCha20-Poly1305 AEAD. by Brian Smith · 9 years ago
  87. 29d8adb Better handle IPv6. by Matt Braithwaite · 9 years ago
  88. 7a1eefd Deprecate SSL_library_init. by David Benjamin · 9 years ago
  89. ed50cee Check fread's return value in tool/server.cc. by David Benjamin · 10 years ago
  90. 621f95a Add -session-in and -session-out to bssl client. by David Benjamin · 10 years ago
  91. aeeff2c Server-side OCSP stapling support. by Paul Lietar · 10 years ago
  92. 49c7af1 Convert the Channel ID extension to the new system. by Adam Langley · 10 years ago
  93. a5e2915 Fix build on Unix systems without POSIX realtime extensions. by Doug Hogan · 10 years ago
  94. 74f7110 Parse RSAPrivateKey with CBS. by David Benjamin · 10 years ago
  95. 3d960e5 Include base.h in tool/internal.h. by Adam Langley · 10 years ago
  96. 58084af Make constants in bssl tool actually const. by David Benjamin · 10 years ago
  97. dd45e3b Possible Windows build fix. by Adam Langley · 10 years ago
  98. 1a3c232 Fix build. by David Benjamin · 10 years ago
  99. 1043ac0 Add a flag to bssl client to enable False Start. by David Benjamin · 10 years ago
  100. 839b881 Multi-prime RSA support. by Adam Langley · 10 years ago