48 コミット (041dd68cecd28bdaf5506d148df4634cd0c540af)

作成者 SHA1 メッセージ 日付
  David Benjamin 4ddbc7bd0d Fix early data printout in bssl client. 7年前
  David Benjamin 6cc352e216 Add helper functions for SSL_SIGN_*. 7年前
  David Benjamin 02afbd338e Build with clang-cl standalone. 7年前
  Peter Wu 5663b634f4 Write connection info to a BIO instead of stderr. 7年前
  Steven Valdez 56851c85f3 Fix bssl sockets on Windows. 7年前
  David Benjamin ee7aa02744 Implement basic HTTP tunnel support in bssl client. 7年前
  David Benjamin 2b0444e01d Keep the same listening socket in bssl server -loop. 7年前
  David Benjamin 6fff386492 Support standard RFC cipher suite names alongside OpenSSL ones. 7年前
  David Benjamin 69522117a6 Support Ed25519 in TLS. 7年前
  Alessandro Ghedini ca307ab6a3 tool: show if early data was accepted 7年前
  Alessandro Ghedini f6d64efd19 tool: show if server sent SCT staple 7年前
  David Benjamin 6add9f172c Fix setsockopt call. 7年前
  Steven Valdez bf5bda37cf Adding socket reuse to bssl server. 7年前
  David Benjamin 17cf2cb1d2 Work around language and compiler bug in memcpy, etc. 7年前
  David Benjamin 54881224e8 Remove SSL_get_dhe_group_size. 7年前
  Alessandro Ghedini 1149ee1d38 tool: show if server sent OCSP staple 7年前
  Alessandro Ghedini 8d3f130c55 tool: print client's SNI value, if any. 8年前
  Matthew Braithwaite b348897a02 Correctness fixes for NaCl and other platforms. 8年前
  David Benjamin 0cce863f74 Use scopers in tool/ 8年前
  David Benjamin 4fec04b484 Place comment(lib, *) pragmas under OPENSSL_MSVC_PRAGMA. 8年前
  David Benjamin 31168c9999 Print out the signature algorithm in bssl client. 8年前
  Adam Langley 505cf39af9 Fix STARTTLS detection. 8年前
  David Benjamin 225e5ade82 Teach bssl server about -max-version and -min-version. 8年前
  David Benjamin 49864a56ec Use new APIs in bssl tool for connection info. 8年前
  Adam Langley 10f97f3bfc Revert "Move C++ helpers into |bssl| namespace." 8年前
  Adam Langley 09feb0f3d9 Move C++ helpers into |bssl| namespace. 8年前
  Adam Langley 61367eedfe Set variables to avoid false-positive compiler warnings. 8年前
  Adam Langley 403c52aa94 Support “-starttls smtp” in `bssl client` 8年前
  David Benjamin 72acbecb89 Handle IPv6 literals in bssl client. 8年前
  David Benjamin a353cdb671 Wrap MSVC-only warning pragmas in a macro. 8年前
  David Benjamin 3995a38f3b Print out whether EMS was supported. 8年前
  nmittler f0322b2abc Use non-deprecated methods on windows. 8年前
  Gabriel Redner dcb3383463 Modify 'bssl client' to print the cert subject and issuer 8年前
  Piotr Sikora c6d3029eda Add missing internal includes. 8年前
  David Benjamin 4cc36adf5a Make it possible to tell what curve was used on the server. 8年前
  Matt Braithwaite 29d8adbdc6 Better handle IPv6. 9年前
  David Benjamin 621f95a3ea Add -session-in and -session-out to bssl client. 9年前
  David Benjamin f0df86a1f6 Fix standalone build on Mac. 9年前
  Brian Smith 054e682675 Eliminate unnecessary includes from low-level crypto modules. 9年前
  David Benjamin 0e434b9470 Define NOMINMAX across the entire project. 9年前
  Adam Langley 3e719319be Lowercase some Windows headers. 9年前
  David Benjamin 0570923ed2 Add additional features to bssl client. 9年前
  Adam Langley 2b2d66d409 Remove string.h from base.h. 9年前
  Brian Smith efed2210e8 Enable more warnings & treat warnings as errors on Windows. 9年前
  Brian Smith a87de9b39b Define WIN32_LEAN_AND_MEAN in the build system, not in the code. 9年前
  Brian Smith dc94b54708 Clean up use of Windows Platform SDK headers. 9年前
  Brian Smith 33970e6ce0 Enable bssl client/s_client and server/s_server on Windows. 9年前
  Dave Tapuska b8a824d70d Add the ability to run a server from the command line tool. 10年前
  David Benjamin eee7306c72 Get bssl tool building on Windows. 10年前
  Adam Langley 5f51c25303 Add -cipher option to bssl client. 10年前