1. 4fec04b Place comment(lib, *) pragmas under OPENSSL_MSVC_PRAGMA. by David Benjamin · 8 years ago version_for_cocoapods_7.0
  2. 65ac997 Implement draft-davidben-tls-grease-01. by David Benjamin · 9 years ago
  3. e470690 Align SSL_set_{min,max}_version with upstream. by David Benjamin · 9 years ago
  4. 2dc0204 Don't return invalid versions in version_from_wire. by David Benjamin · 9 years ago
  5. 8aaa9e1 Remove RC4 from TLS for real. by Matthew Braithwaite · 9 years ago
  6. 2f401ec Fix IWYU violation in speed.cc. by David Benjamin · 9 years ago
  7. 31168c9 Print out the signature algorithm in bssl client. by David Benjamin · 9 years ago
  8. 7072884 Fix bssl client -session-out. by David Benjamin · 9 years ago
  9. d17d74d Replace Scoped* heap types with bssl::UniquePtr. by Matt Braithwaite · 9 years ago
  10. 7bee853 Include |BN_MONT_CTX| construction in RSA verification speed test. by Brian Smith · 9 years ago
  11. bcb65b9 Give bssl speed proper arg parsing and a -timeout flag. by David Benjamin · 9 years ago
  12. 505cf39 Fix STARTTLS detection. by Adam Langley · 9 years ago
  13. 7b689f6 Using NewSessionCallback for bssl client. by Steven Valdez · 9 years ago
  14. 225e5ad Teach bssl server about -max-version and -min-version. by David Benjamin · 9 years ago
  15. f5975d8 Support TLS 1.3 in bssl client. by David Benjamin · 9 years ago
  16. 49864a5 Use new APIs in bssl tool for connection info. by David Benjamin · 9 years ago
  17. 10f97f3 Revert "Move C++ helpers into |bssl| namespace." by Adam Langley · 9 years ago
  18. d2b5af5 Revert scoped_types.h change. by Adam Langley · 9 years ago
  19. 8c3c313 Remove scoped_types.h. by Adam Langley · 9 years ago
  20. 09feb0f Move C++ helpers into |bssl| namespace. by Adam Langley · 9 years ago
  21. 61367ee Set variables to avoid false-positive compiler warnings. by Adam Langley · 9 years ago
  22. 403c52a Support “-starttls smtp” in `bssl client` by Adam Langley · 9 years ago
  23. 72acbec Handle IPv6 literals in bssl client. by David Benjamin · 9 years ago
  24. a353cdb Wrap MSVC-only warning pragmas in a macro. by David Benjamin · 9 years ago
  25. 3995a38 Print out whether EMS was supported. by David Benjamin · 9 years ago
  26. f0322b2 Use non-deprecated methods on windows. by nmittler · 9 years ago
  27. e09e579 Rename NEWHOPE functions to offer/accept/finish. by Matt Braithwaite · 9 years ago
  28. 7909aa7 Pass array by reference in newhope speed test. by Adam Langley · 9 years ago
  29. 045a0ff Import `newhope' (post-quantum key exchange). by Matt Braithwaite · 9 years ago
  30. dcb3383 Modify 'bssl client' to print the cert subject and issuer by Gabriel Redner · 9 years ago
  31. 9819367 Remove some easy obj.h dependencies. by David Benjamin · 9 years ago
  32. f932894 Move function declarations to internal header. by Piotr Sikora · 9 years ago
  33. c6d3029 Add missing internal includes. by Piotr Sikora · 9 years ago
  34. 9bb8ba6 Make local functions static. by Piotr Sikora · 9 years ago
  35. 708db16 Pass |alice_msg| by reference in the SPAKE2 speed test. by Adam Langley · 9 years ago
  36. f27459e Add SPAKE2 over Ed25519. by Arnar Birgisson · 9 years ago
  37. e42da0e Fix bssl rand -hex. by David Benjamin · 9 years ago
  38. 4cc36ad Make it possible to tell what curve was used on the server. by David Benjamin · 9 years ago
  39. afe57cb Add a tool to generate Ed25519 keys. by David Benjamin · 9 years ago
  40. 77c3c0b Enable Ed25519 when building with OPENSSL_SMALL. by Adam Langley · 9 years ago
  41. df57163 Add RC4-SHA1 and DES-EDE3-CBC-SHA1 to bssl speed. by David Benjamin · 9 years ago
  42. 86e412d Add client cert support to bssl client. by David Benjamin · 9 years ago
  43. 8ffab72 Point EVP_aead_chacha20_poly1305 at the standardized version. by David Benjamin · 9 years ago
  44. d28f59c Switch the keylog BIO to a callback. by David Benjamin · 9 years ago
  45. 3ac32b1 Fix curve25519 code for MSVC. by Adam Langley · 9 years ago
  46. 4fb0dc4 Add X25519 and Ed25519 support. by Adam Langley · 9 years ago
  47. f606f98 bssl pkcs12 shouldn't crash on missing key. by David Benjamin · 9 years ago
  48. eb8be01 Add ciphers option to bssl. by Adam Langley · 9 years ago
  49. 5dbdad9 For now, give the unsuffixed ChaCha20 AEAD name to the old version. by Adam Langley · 9 years ago
  50. 3e23e4c Add the RFC 7539 ChaCha20-Poly1305 AEAD. by Brian Smith · 9 years ago
  51. 29d8adb Better handle IPv6. by Matt Braithwaite · 9 years ago
  52. 7a1eefd Deprecate SSL_library_init. by David Benjamin · 9 years ago
  53. ed50cee Check fread's return value in tool/server.cc. by David Benjamin · 10 years ago
  54. 621f95a Add -session-in and -session-out to bssl client. by David Benjamin · 10 years ago
  55. aeeff2c Server-side OCSP stapling support. by Paul Lietar · 10 years ago
  56. 49c7af1 Convert the Channel ID extension to the new system. by Adam Langley · 10 years ago
  57. a5e2915 Fix build on Unix systems without POSIX realtime extensions. by Doug Hogan · 10 years ago
  58. 74f7110 Parse RSAPrivateKey with CBS. by David Benjamin · 10 years ago
  59. 3d960e5 Include base.h in tool/internal.h. by Adam Langley · 10 years ago
  60. 58084af Make constants in bssl tool actually const. by David Benjamin · 10 years ago
  61. dd45e3b Possible Windows build fix. by Adam Langley · 10 years ago
  62. 1a3c232 Fix build. by David Benjamin · 10 years ago
  63. 1043ac0 Add a flag to bssl client to enable False Start. by David Benjamin · 10 years ago
  64. 839b881 Multi-prime RSA support. by Adam Langley · 10 years ago
  65. ac63748 Revert "tool: we don't need -lrt." by David Benjamin · 10 years ago
  66. e60e2a4 tool: we don't need -lrt. by Adam Langley · 10 years ago
  67. 843ab66 Add support for building with the Android NDK. by Adam Langley · 10 years ago
  68. f0df86a Fix standalone build on Mac. by David Benjamin · 10 years ago
  69. 92b6b02 tool: include base.h before testing OPENSSL_WINDOWS. by Adam Langley · 10 years ago
  70. ad6b28e Add 64-bit, P-256 implementation. by Adam Langley · 10 years ago
  71. 90b5840 tool: benchmark the RNG. by Adam Langley · 10 years ago
  72. f030369 tool: add rand. by Adam Langley · 10 years ago
  73. 1f26ed7 Undo one fragment of 054e6826. by Adam Langley · 10 years ago
  74. dd973b2 Use smart pointers instead of gotos in digest.cc. by Brian Smith · 10 years ago
  75. 054e682 Eliminate unnecessary includes from low-level crypto modules. by Brian Smith · 10 years ago
  76. 83a8298 Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. by Brian Smith · 10 years ago
  77. 0e434b9 Define NOMINMAX across the entire project. by David Benjamin · 10 years ago
  78. 45fb1be Remove std::unique_ptr dependency on bssl_shim's scoped types. by David Benjamin · 10 years ago
  79. 3e71931 Lowercase some Windows headers. by Adam Langley · 10 years ago
  80. 0570923 Add additional features to bssl client. by David Benjamin · 10 years ago
  81. d434f28 Fix bssl speed. by David Benjamin · 10 years ago
  82. 1d1562d Free new[]'d array using delete[] instead of free in speed.cc. by Brian Smith · 10 years ago
  83. d53b2c3 Fix out-of-bounds memory write in speed.cc. by Brian Smith · 10 years ago
  84. 2b2d66d Remove string.h from base.h. by Adam Langley · 10 years ago
  85. efed221 Enable more warnings & treat warnings as errors on Windows. by Brian Smith · 10 years ago
  86. 2672534 Align pointers by hand. by Adam Langley · 10 years ago
  87. a87de9b Define WIN32_LEAN_AND_MEAN in the build system, not in the code. by Brian Smith · 10 years ago
  88. 4a0f0c4 Change CMakeLists.txt to two-space indent. by Adam Langley · 10 years ago
  89. dc94b54 Clean up use of Windows Platform SDK headers. by Brian Smith · 10 years ago
  90. 33970e6 Enable bssl client/s_client and server/s_server on Windows. by Brian Smith · 10 years ago
  91. afdaeee Enable bssl (md5sum, sha256sum, etc.) on Windows. by Brian Smith · 10 years ago
  92. bed8f73 Fix build after mistake addressing comments in cca4d599. by Adam Langley · 10 years ago
  93. cca4d59 Add digest sum handling to the tool. by Adam Langley · 10 years ago
  94. 384673c Fix tool build on Windows. by David Benjamin · 10 years ago
  95. e762434 Also test AES-CBC modes in the speed tool. by Adam Langley · 10 years ago
  96. 543d006 Benchmark AEADs with aligned buffers. by Adam Langley · 10 years ago
  97. b8a824d Add the ability to run a server from the command line tool. by Dave Tapuska · 10 years ago
  98. eee7306 Get bssl tool building on Windows. by David Benjamin · 10 years ago
  99. 5f51c25 Add -cipher option to bssl client. by Adam Langley · 10 years ago
  100. eba2384 Missing includes for FreeBSD. by Ben Laurie · 10 years ago