1. f60bcfb Make SSL_state_string_long work for TLS 1.3. by David Benjamin · 8 years ago
  2. 65b87ce Remove internal uses of SSLv23_*. by David Benjamin · 8 years ago
  3. 6df7667 Add a -renegotiate-freely flag to bssl client. by David Benjamin · 8 years ago
  4. 590b677 Use names for the TLS 1.3 variants in bssl client. by David Benjamin · 8 years ago
  5. dbe0158 Implement ContentType TLS 1.3 variant. by Steven Valdez · 8 years ago
  6. 520e122 Implement experimental alternate encoding of TLS 1.3. by Steven Valdez · 8 years ago
  7. ee7aa02 Implement basic HTTP tunnel support in bssl client. by David Benjamin · 8 years ago
  8. e831a81 Adding support for sending early data on the client. by Steven Valdez · 8 years ago
  9. d075706 Allow selecting ECDH curves in bssl tool. by Piotr Sikora · 8 years ago
  10. cb3af3e Allow specifying certificate and key in separate files. by David Benjamin · 8 years ago
  11. 6952211 Support Ed25519 in TLS. by David Benjamin · 8 years ago
  12. 712f372 Make the bssl client -resume flag less confusing. by David Benjamin · 8 years ago
  13. 2d85062 Add Data-less Zero-RTT support. by Steven Valdez · 9 years ago
  14. 3c8652d tool: fix typo in -root-certs description by Alessandro Ghedini · 8 years ago
  15. a57dcfb Add new cipherlist-setting APIs that reject nonsense. by Matthew Braithwaite · 8 years ago
  16. 040bc49 Enable TLS 1.3 by default in bssl tool. by Adam Langley · 8 years ago
  17. e5dfb52 Add -root-certs options to bssl client. by Adam Langley · 8 years ago
  18. 7c7ab21 Guard a winsock2.h include under the usual pragmas. by David Benjamin · 9 years ago
  19. 17cf2cb Work around language and compiler bug in memcpy, etc. by David Benjamin · 9 years ago
  20. 87c0bb2 Adding new options for bssl tool. by Steven Valdez · 9 years ago
  21. 65ac997 Implement draft-davidben-tls-grease-01. by David Benjamin · 9 years ago
  22. e470690 Align SSL_set_{min,max}_version with upstream. by David Benjamin · 9 years ago
  23. 2dc0204 Don't return invalid versions in version_from_wire. by David Benjamin · 9 years ago
  24. 7072884 Fix bssl client -session-out. by David Benjamin · 9 years ago
  25. d17d74d Replace Scoped* heap types with bssl::UniquePtr. by Matt Braithwaite · 9 years ago
  26. 7b689f6 Using NewSessionCallback for bssl client. by Steven Valdez · 9 years ago
  27. 225e5ad Teach bssl server about -max-version and -min-version. by David Benjamin · 9 years ago
  28. f5975d8 Support TLS 1.3 in bssl client. by David Benjamin · 9 years ago
  29. 10f97f3 Revert "Move C++ helpers into |bssl| namespace." by Adam Langley · 9 years ago
  30. d2b5af5 Revert scoped_types.h change. by Adam Langley · 9 years ago
  31. 8c3c313 Remove scoped_types.h. by Adam Langley · 9 years ago
  32. 09feb0f Move C++ helpers into |bssl| namespace. by Adam Langley · 9 years ago
  33. 403c52a Support “-starttls smtp” in `bssl client` by Adam Langley · 9 years ago
  34. 86e412d Add client cert support to bssl client. by David Benjamin · 10 years ago
  35. d28f59c Switch the keylog BIO to a callback. by David Benjamin · 10 years ago
  36. 621f95a Add -session-in and -session-out to bssl client. by David Benjamin · 10 years ago
  37. 49c7af1 Convert the Channel ID extension to the new system. by Adam Langley · 10 years ago
  38. 1043ac0 Add a flag to bssl client to enable False Start. by David Benjamin · 10 years ago
  39. 054e682 Eliminate unnecessary includes from low-level crypto modules. by Brian Smith · 10 years ago
  40. 45fb1be Remove std::unique_ptr dependency on bssl_shim's scoped types. by David Benjamin · 10 years ago
  41. 0570923 Add additional features to bssl client. by David Benjamin · 10 years ago
  42. 33970e6 Enable bssl client/s_client and server/s_server on Windows. by Brian Smith · 10 years ago
  43. b8a824d Add the ability to run a server from the command line tool. by Dave Tapuska · 11 years ago
  44. eee7306 Get bssl tool building on Windows. by David Benjamin · 11 years ago
  45. 5f51c25 Add -cipher option to bssl client. by Adam Langley · 11 years ago
  46. eba2384 Missing includes for FreeBSD. by Ben Laurie · 11 years ago
  47. 859ec3c Add SSL_CTX_set_keylog_bio. by David Benjamin · 11 years ago
  48. 30eda1d Include some build fixes for OS X. by Adam Langley · 11 years ago
  49. bbb42ff Silence spurious GCC warning. by Adam Langley · 11 years ago
  50. aacec17 Add client functionality to helper tool. by Adam Langley · 11 years ago