130 Commits (47383aadffdd80b5a8d4e4fa4b172a1a25dbd376)

Author SHA1 Message Date
  Adam Langley 2e839244b0 Remove old ChaCha20-Poly1305 AEAD. 7 years ago
  Adam Langley 5322010405 Revert "Remove old ChaCha20-Poly1305 AEAD." 7 years ago
  Adam Langley def9b46801 Remove old ChaCha20-Poly1305 AEAD. 7 years ago
  David Benjamin 7c7ab21781 Guard a winsock2.h include under the usual pragmas. 7 years ago
  David Benjamin 6add9f172c Fix setsockopt call. 7 years ago
  Steven Valdez bf5bda37cf Adding socket reuse to bssl server. 7 years ago
  David Benjamin 17cf2cb1d2 Work around language and compiler bug in memcpy, etc. 7 years ago
  Steven Valdez 87c0bb2939 Adding new options for bssl tool. 7 years ago
  David Benjamin 54881224e8 Remove SSL_get_dhe_group_size. 7 years ago
  Alessandro Ghedini 1149ee1d38 tool: show if server sent OCSP staple 7 years ago
  Matthew Braithwaite f440e827f1 Remove New Hope key agreement. 7 years ago
  Adam Langley df447ba3a9 Add generic AES-GCM-SIV support. 8 years ago
  Adam Langley f18ad089f1 tool: don't generate negative serial numbers. 8 years ago
  Martin Kreichgauer ce1f62c3be Make `bssl server` generate a self-signed cert if none is provided. 8 years ago
  Alessandro Ghedini 8d3f130c55 tool: print client's SNI value, if any. 8 years ago
  Matthew Braithwaite b348897a02 Correctness fixes for NaCl and other platforms. 8 years ago
  David Benjamin 1e5ac5d502 Fix more clang-tidy warnings. 8 years ago
  David Benjamin 0cce863f74 Use scopers in tool/ 8 years ago
  David Benjamin 4fec04b484 Place comment(lib, *) pragmas under OPENSSL_MSVC_PRAGMA. 8 years ago
  David Benjamin 65ac997f20 Implement draft-davidben-tls-grease-01. 8 years ago
  David Benjamin e470690633 Align SSL_set_{min,max}_version with upstream. 8 years ago
  David Benjamin 2dc0204603 Don't return invalid versions in version_from_wire. 8 years ago
  Matthew Braithwaite 8aaa9e12c2 Remove RC4 from TLS for real. 8 years ago
  David Benjamin 2f401ecaac Fix IWYU violation in speed.cc. 8 years ago
  David Benjamin 31168c9999 Print out the signature algorithm in bssl client. 8 years ago
  David Benjamin 7072884350 Fix bssl client -session-out. 8 years ago
  Matt Braithwaite d17d74d73f Replace Scoped* heap types with bssl::UniquePtr. 8 years ago
  Brian Smith 7bee853d18 Include |BN_MONT_CTX| construction in RSA verification speed test. 8 years ago
  David Benjamin bcb65b90fe Give bssl speed proper arg parsing and a -timeout flag. 8 years ago
  Adam Langley 505cf39af9 Fix STARTTLS detection. 8 years ago
  Steven Valdez 7b689f6b9e Using NewSessionCallback for bssl client. 8 years ago
  David Benjamin 225e5ade82 Teach bssl server about -max-version and -min-version. 8 years ago
  David Benjamin f5975d865b Support TLS 1.3 in bssl client. 8 years ago
  David Benjamin 49864a56ec Use new APIs in bssl tool for connection info. 8 years ago
  Adam Langley 10f97f3bfc Revert "Move C++ helpers into |bssl| namespace." 8 years ago
  Adam Langley d2b5af56cf Revert scoped_types.h change. 8 years ago
  Adam Langley 8c3c3135a2 Remove scoped_types.h. 8 years ago
  Adam Langley 09feb0f3d9 Move C++ helpers into |bssl| namespace. 8 years ago
  Adam Langley 61367eedfe Set variables to avoid false-positive compiler warnings. 8 years ago
  Adam Langley 403c52aa94 Support “-starttls smtp” in `bssl client` 8 years ago
  David Benjamin 72acbecb89 Handle IPv6 literals in bssl client. 8 years ago
  David Benjamin a353cdb671 Wrap MSVC-only warning pragmas in a macro. 8 years ago
  David Benjamin 3995a38f3b Print out whether EMS was supported. 8 years ago
  nmittler f0322b2abc Use non-deprecated methods on windows. 8 years ago
  Matt Braithwaite e09e579603 Rename NEWHOPE functions to offer/accept/finish. 8 years ago
  Adam Langley 7909aa7c23 Pass array by reference in newhope speed test. 8 years ago
  Matt Braithwaite 045a0ffe35 Import `newhope' (post-quantum key exchange). 8 years ago
  Gabriel Redner dcb3383463 Modify 'bssl client' to print the cert subject and issuer 8 years ago
  David Benjamin 981936791e Remove some easy obj.h dependencies. 8 years ago
  Piotr Sikora f932894c7f Move function declarations to internal header. 8 years ago