1. 335523a Align remaining TLS ECDH APIs on "group" terminology by David Benjamin · 1 year, 10 months ago
  2. 7ac94aa More -Wshorten-64-to-32 fixes. by David Benjamin · 2 years, 5 months ago
  3. 4f1fae3 Fix the easy -Wformat-signedness errors. by David Benjamin · 3 years, 4 months ago
  4. 3a036c7 Add SSL_ech_accepted API and ech_is_required alerts. by David Benjamin · 3 years, 10 months ago
  5. 571c3e7 Use gai_strerrorA on Windows. by David Benjamin · 4 years, 3 months ago
  6. 8afdbf0 Abstract fd operations better in tool. by David Benjamin · 4 years, 10 months ago
  7. 43890db Fix build warning if _SCL_SECURE_NO_WARNINGS is defined globally by David Benjamin · 5 years ago
  8. bd2a8d6 Add a function to convert SSL_ERROR_* values to strings. by David Benjamin · 6 years ago
  9. 9bb15f5 Remove SSL 3.0 implementation. by David Benjamin · 7 years ago
  10. 7bf0bcc Add missing <condition_variable> include. by David Benjamin · 7 years ago
  11. 65359f0 Don't keep trying to read from stdin after EOF. by David Benjamin · 7 years ago
  12. 1d33955 Fix clang-cl build. by David Benjamin · 7 years ago
  13. 26aa7c8 Handle blocked writes in bssl client/server. by David Benjamin · 7 years ago
  14. 3d9705d Fix bssl handling of buffered read data. by David Benjamin · 7 years ago
  15. 28385db Fix bssl select loop on Windows. by David Benjamin · 7 years ago
  16. 3c37d0a Reland "Fix bssl client/server's error-handling." by David Benjamin · 7 years ago
  17. 0cdbc87 Revert "Fix bssl client/server's error-handling." by Steven Valdez · 7 years ago
  18. e7ca8a5 Fix bssl client/server's error-handling. by David Benjamin · 7 years ago
  19. 4ddbc7b Fix early data printout in bssl client. by David Benjamin · 7 years ago
  20. 6cc352e Add helper functions for SSL_SIGN_*. by David Benjamin · 7 years ago
  21. 02afbd3 Build with clang-cl standalone. by David Benjamin · 7 years ago
  22. 5663b63 Write connection info to a BIO instead of stderr. by Peter Wu · 8 years ago
  23. 56851c8 Fix bssl sockets on Windows. by Steven Valdez · 8 years ago
  24. ee7aa02 Implement basic HTTP tunnel support in bssl client. by David Benjamin · 8 years ago
  25. 2b0444e Keep the same listening socket in bssl server -loop. by David Benjamin · 8 years ago
  26. 6fff386 Support standard RFC cipher suite names alongside OpenSSL ones. by David Benjamin · 8 years ago
  27. 6952211 Support Ed25519 in TLS. by David Benjamin · 8 years ago
  28. ca307ab tool: show if early data was accepted by Alessandro Ghedini · 8 years ago
  29. f6d64ef tool: show if server sent SCT staple by Alessandro Ghedini · 8 years ago
  30. 6add9f1 Fix setsockopt call. by David Benjamin · 8 years ago
  31. bf5bda3 Adding socket reuse to bssl server. by Steven Valdez · 8 years ago
  32. 17cf2cb Work around language and compiler bug in memcpy, etc. by David Benjamin · 8 years ago
  33. 5488122 Remove SSL_get_dhe_group_size. by David Benjamin · 8 years ago
  34. 1149ee1 tool: show if server sent OCSP staple by Alessandro Ghedini · 8 years ago
  35. 8d3f130 tool: print client's SNI value, if any. by Alessandro Ghedini · 8 years ago
  36. b348897 Correctness fixes for NaCl and other platforms. by Matthew Braithwaite · 8 years ago
  37. 0cce863 Use scopers in tool/ by David Benjamin · 8 years ago
  38. 4fec04b Place comment(lib, *) pragmas under OPENSSL_MSVC_PRAGMA. by David Benjamin · 8 years ago version_for_cocoapods_7.0
  39. 31168c9 Print out the signature algorithm in bssl client. by David Benjamin · 9 years ago
  40. 505cf39 Fix STARTTLS detection. by Adam Langley · 9 years ago
  41. 225e5ad Teach bssl server about -max-version and -min-version. by David Benjamin · 9 years ago
  42. 49864a5 Use new APIs in bssl tool for connection info. by David Benjamin · 9 years ago
  43. 10f97f3 Revert "Move C++ helpers into |bssl| namespace." by Adam Langley · 9 years ago
  44. 09feb0f Move C++ helpers into |bssl| namespace. by Adam Langley · 9 years ago
  45. 61367ee Set variables to avoid false-positive compiler warnings. by Adam Langley · 9 years ago
  46. 403c52a Support “-starttls smtp” in `bssl client` by Adam Langley · 9 years ago
  47. 72acbec Handle IPv6 literals in bssl client. by David Benjamin · 9 years ago
  48. a353cdb Wrap MSVC-only warning pragmas in a macro. by David Benjamin · 9 years ago
  49. 3995a38 Print out whether EMS was supported. by David Benjamin · 9 years ago
  50. f0322b2 Use non-deprecated methods on windows. by nmittler · 9 years ago
  51. dcb3383 Modify 'bssl client' to print the cert subject and issuer by Gabriel Redner · 9 years ago
  52. c6d3029 Add missing internal includes. by Piotr Sikora · 9 years ago
  53. 4cc36ad Make it possible to tell what curve was used on the server. by David Benjamin · 9 years ago
  54. 29d8adb Better handle IPv6. by Matt Braithwaite · 10 years ago
  55. 621f95a Add -session-in and -session-out to bssl client. by David Benjamin · 10 years ago
  56. f0df86a Fix standalone build on Mac. by David Benjamin · 10 years ago
  57. 054e682 Eliminate unnecessary includes from low-level crypto modules. by Brian Smith · 10 years ago
  58. 0e434b9 Define NOMINMAX across the entire project. by David Benjamin · 10 years ago
  59. 3e71931 Lowercase some Windows headers. by Adam Langley · 10 years ago
  60. 0570923 Add additional features to bssl client. by David Benjamin · 10 years ago
  61. 2b2d66d Remove string.h from base.h. by Adam Langley · 10 years ago
  62. efed221 Enable more warnings & treat warnings as errors on Windows. by Brian Smith · 10 years ago
  63. a87de9b Define WIN32_LEAN_AND_MEAN in the build system, not in the code. by Brian Smith · 10 years ago
  64. dc94b54 Clean up use of Windows Platform SDK headers. by Brian Smith · 10 years ago
  65. 33970e6 Enable bssl client/s_client and server/s_server on Windows. by Brian Smith · 10 years ago
  66. b8a824d Add the ability to run a server from the command line tool. by Dave Tapuska · 10 years ago