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