212 コミット (5e350d13f5b787561dd580d5b6f5cd7924b322d1)

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