209 Commits (045ee41928e482d7e3022ff9d9c73ed2bab48b91)

Author SHA1 Message Date
  David Benjamin 6965d25602 Work around a JDK 11 TLS 1.3 bug. 6 years ago
  Joshua Liebow-Feeser 8c7c6356e6 Support symbol prefixes 6 years ago
  David Benjamin 6855e0a470 Switch the default TLS 1.3 variant to tls13_rfc. 6 years ago
  Steven Valdez d451453067 Implement final TLS 1.3 RFC!!! 6 years ago
  David Benjamin e6fd125d31 Align on a single CMake style. 6 years ago
  David Benjamin 9bb15f58f7 Remove SSL 3.0 implementation. 6 years ago
  David Benjamin 7bf0bccd61 Add missing <condition_variable> include. 6 years ago
  David Benjamin c93724b530 Benchmark TLS AES-CBC ciphers in both directions. 6 years ago
  Steven Valdez 56c4ed9ad7 Allow enabling all TLS 1.3 variants by setting |tls13_default|. 6 years ago
  David Benjamin 65359f0887 Don't keep trying to read from stdin after EOF. 6 years ago
  David Benjamin 1d339558ac Fix clang-cl build. 6 years ago
  David Benjamin 26aa7c88d1 Handle blocked writes in bssl client/server. 6 years ago
  David Benjamin 3d9705d0a4 Fix bssl handling of buffered read data. 6 years ago
  David Benjamin 28385db6e1 Fix bssl select loop on Windows. 6 years ago
  David Benjamin 3c37d0aba5 Reland "Fix bssl client/server's error-handling." 6 years ago
  Steven Valdez 0cdbc876a2 Revert "Fix bssl client/server's error-handling." 6 years ago
  David Benjamin e7ca8a5d78 Fix bssl client/server's error-handling. 6 years ago
  Daniel Hirche 1414d86ff9 tool: Move the RSA specific code from |Speed| to |SpeedRSA|. 6 years ago
  Daniel Hirche de20810fb4 Fix return value in speed tool. 6 years ago
  David Benjamin f11ea19043 Actually benchmark RSA verification with a fresh key. 6 years ago
  Steven Valdez 861f384d7b Implement TLS 1.3 draft28. 6 years ago
  David Benjamin 88b1a37e88 Include EC_POINT_oct2point in ECDH benchmarks. 6 years ago
  Adam Langley a0f1c8e3b1 Add RSA key generation to speed.cc 6 years ago
  Steven Valdez f16cd4278f Add AES_128_CCM AEAD. 6 years ago
  Steven Valdez 7e5dd25d47 Remove draft22 and experiment2. 6 years ago
  Alessandro Ghedini 11a5726ee3 tool: update selection of draft22 TLS 1.3 variant 6 years ago
  Steven Valdez 64cc121f41 Remove deprecated TLS 1.3 variants. 6 years ago
  Steven Valdez 1530ef3ec5 Add early data input from file. 6 years ago
  Steven Valdez 8c9ceadc58 Add switch to enable draft 22. 7 years ago
  David Benjamin 4ddbc7bd0d Fix early data printout in bssl client. 7 years ago
  Steven Valdez 964b2377d0 Implement PR 1091 (TLS 1.3 draft '22'). 7 years ago
  David Benjamin 3bcbb37552 Fix -early-data documentation. 7 years ago
  David Benjamin 5b90eb98f6 Add a -require-any-client-cert flag to bssl server 7 years ago
  David Benjamin 6cc352e216 Add helper functions for SSL_SIGN_*. 7 years ago
  Steven Valdez cd8470f7fa Adding support for draft 21 as a TLS 1.3 variant. 7 years ago
  David Benjamin 02afbd338e Build with clang-cl standalone. 7 years ago
  Steven Valdez 4c7f5fa023 Remove old TLS 1.3 variants (NoSessionID and RecordType). 7 years ago
  Peter Wu 40b24c8154 Add "-www" option to server tool. 7 years ago
  Peter Wu 5663b634f4 Write connection info to a BIO instead of stderr. 7 years ago
  Peter Wu 368cc3b7e7 Add support for SSLKEYLOGFILE to server tool. 7 years ago
  Steven Valdez c7d4d21413 Add experiment without client CCS and fix session ID bug. 7 years ago
  Steven Valdez 1682126fd8 Add Experiment 2 7 years ago
  David Benjamin f60bcfb3ef Make SSL_state_string_long work for TLS 1.3. 7 years ago
  David Benjamin e2daba6d20 Run the comment converter on fuzz/ and tool/ 7 years ago
  David Benjamin 65b87ce4f6 Remove internal uses of SSLv23_*. 7 years ago
  David Benjamin 388dfa187f Use getters in tools/ciphers.cc and add -openssl-name flag. 7 years ago
  David Benjamin 6df7667f94 Add a -renegotiate-freely flag to bssl client. 7 years ago
  David Benjamin 590b677d48 Use names for the TLS 1.3 variants in bssl client. 7 years ago
  Martin Kreichgauer dc110f5145 tool: make speed use EVP_AEAD_CTX_seal_scatter 7 years ago
  David Benjamin 27e377ec65 Fix miscellaneous clang-tidy warnings. 7 years ago