78 Commity (15c1488b6177b269a311814b63e670df534549e3)

Autor SHA1 Wiadomość Data
  Adam Langley 708db16463 Pass |alice_msg| by reference in the SPAKE2 speed test. 8 lat temu
  Arnar Birgisson f27459e412 Add SPAKE2 over Ed25519. 8 lat temu
  David Benjamin e42da0e4b4 Fix bssl rand -hex. 8 lat temu
  David Benjamin 4cc36adf5a Make it possible to tell what curve was used on the server. 8 lat temu
  David Benjamin afe57cb14d Add a tool to generate Ed25519 keys. 8 lat temu
  Adam Langley 77c3c0b025 Enable Ed25519 when building with OPENSSL_SMALL. 8 lat temu
  David Benjamin df571631cc Add RC4-SHA1 and DES-EDE3-CBC-SHA1 to bssl speed. 9 lat temu
  David Benjamin 86e412dc18 Add client cert support to bssl client. 9 lat temu
  David Benjamin 8ffab72683 Point EVP_aead_chacha20_poly1305 at the standardized version. 9 lat temu
  David Benjamin d28f59c27b Switch the keylog BIO to a callback. 9 lat temu
  Adam Langley 3ac32b1eda Fix curve25519 code for MSVC. 9 lat temu
  Adam Langley 4fb0dc4b03 Add X25519 and Ed25519 support. 9 lat temu
  David Benjamin f606f9831b bssl pkcs12 shouldn't crash on missing key. 9 lat temu
  Adam Langley eb8be01f0c Add ciphers option to bssl. 9 lat temu
  Adam Langley 5dbdad9c33 For now, give the unsuffixed ChaCha20 AEAD name to the old version. 9 lat temu
  Brian Smith 3e23e4cb58 Add the RFC 7539 ChaCha20-Poly1305 AEAD. 9 lat temu
  Matt Braithwaite 29d8adbdc6 Better handle IPv6. 9 lat temu
  David Benjamin 7a1eefd3cd Deprecate SSL_library_init. 9 lat temu
  David Benjamin ed50cee007 Check fread's return value in tool/server.cc. 9 lat temu
  David Benjamin 621f95a3ea Add -session-in and -session-out to bssl client. 9 lat temu
  Paul Lietar aeeff2ceee Server-side OCSP stapling support. 9 lat temu
  Adam Langley 49c7af1c42 Convert the Channel ID extension to the new system. 9 lat temu
  Doug Hogan a5e2915ba1 Fix build on Unix systems without POSIX realtime extensions. 9 lat temu
  David Benjamin 74f711083d Parse RSAPrivateKey with CBS. 9 lat temu
  Adam Langley 3d960e5ec1 Include base.h in tool/internal.h. 9 lat temu
  David Benjamin 58084affbe Make constants in bssl tool actually const. 9 lat temu
  Adam Langley dd45e3b236 Possible Windows build fix. 9 lat temu
  David Benjamin 1a3c23234c Fix build. 9 lat temu
  David Benjamin 1043ac0fac Add a flag to bssl client to enable False Start. 9 lat temu
  Adam Langley 839b881c61 Multi-prime RSA support. 9 lat temu
  David Benjamin ac63748997 Revert "tool: we don't need -lrt." 9 lat temu
  Adam Langley e60e2a483b tool: we don't need -lrt. 9 lat temu
  Adam Langley 843ab66e17 Add support for building with the Android NDK. 9 lat temu
  David Benjamin f0df86a1f6 Fix standalone build on Mac. 9 lat temu
  Adam Langley 92b6b02475 tool: include base.h before testing OPENSSL_WINDOWS. 9 lat temu
  Adam Langley ad6b28e974 Add 64-bit, P-256 implementation. 9 lat temu
  Adam Langley 90b5840b02 tool: benchmark the RNG. 9 lat temu
  Adam Langley f030369717 tool: add rand. 9 lat temu
  Adam Langley 1f26ed767a Undo one fragment of 054e6826. 9 lat temu
  Brian Smith dd973b2364 Use smart pointers instead of gotos in digest.cc. 9 lat temu
  Brian Smith 054e682675 Eliminate unnecessary includes from low-level crypto modules. 9 lat temu
  Brian Smith 83a82981dc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. 9 lat temu
  David Benjamin 0e434b9470 Define NOMINMAX across the entire project. 9 lat temu
  David Benjamin 45fb1be33e Remove std::unique_ptr dependency on bssl_shim's scoped types. 9 lat temu
  Adam Langley 3e719319be Lowercase some Windows headers. 9 lat temu
  David Benjamin 0570923ed2 Add additional features to bssl client. 9 lat temu
  David Benjamin d434f28ef2 Fix bssl speed. 9 lat temu
  Brian Smith 1d1562d9b5 Free new[]'d array using delete[] instead of free in speed.cc. 9 lat temu
  Brian Smith d53b2c3c88 Fix out-of-bounds memory write in speed.cc. 9 lat temu
  Adam Langley 2b2d66d409 Remove string.h from base.h. 9 lat temu