aboutsummaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)AuthorFilesLines
2018-05-21Benchmark TLS AES-CBC ciphers in both directions.David Benjamin1-6/+21
2018-05-10Allow enabling all TLS 1.3 variants by setting |tls13_default|.Steven Valdez2-3/+22
2018-05-10Don't keep trying to read from stdin after EOF.David Benjamin1-0/+3
2018-05-07Fix clang-cl build.David Benjamin1-1/+4
2018-05-07Handle blocked writes in bssl client/server.David Benjamin1-42/+60
2018-05-07Fix bssl handling of buffered read data.David Benjamin1-18/+20
2018-05-07Fix bssl select loop on Windows.David Benjamin1-57/+270
2018-05-07Reland "Fix bssl client/server's error-handling."David Benjamin4-35/+75
2018-05-07Revert "Fix bssl client/server's error-handling."Steven Valdez4-75/+35
2018-05-07Fix bssl client/server's error-handling.David Benjamin4-35/+75
2018-04-13tool: Move the RSA specific code from |Speed| to |SpeedRSA|.Daniel Hirche1-91/+84
2018-04-13Fix return value in speed tool.Daniel Hirche1-1/+1
2018-04-10Actually benchmark RSA verification with a fresh key.David Benjamin1-2/+14
2018-04-05Implement TLS 1.3 draft28.Steven Valdez2-1/+5
2018-04-02Include EC_POINT_oct2point in ECDH benchmarks.David Benjamin1-4/+26
2018-03-30Add RSA key generation to speed.ccAdam Langley1-1/+57
2018-02-16Add AES_128_CCM AEAD.Steven Valdez1-0/+2
2018-01-31Remove draft22 and experiment2.Steven Valdez2-7/+3
2018-01-10tool: update selection of draft22 TLS 1.3 variantAlessandro Ghedini1-1/+1
2017-12-18Remove deprecated TLS 1.3 variants.Steven Valdez2-26/+4
2017-11-30Add early data input from file.Steven Valdez4-19/+23
2017-11-27Add switch to enable draft 22.Steven Valdez1-2/+7
2017-11-11Fix early data printout in bssl client.David Benjamin1-2/+3
2017-11-11Implement PR 1091 (TLS 1.3 draft '22').Steven Valdez1-0/+4
2017-11-11Fix -early-data documentation.David Benjamin1-1/+2
2017-11-06Add a -require-any-client-cert flag to bssl serverDavid Benjamin1-0/+12
2017-11-03Add helper functions for SSL_SIGN_*.David Benjamin1-33/+2
2017-11-01Adding support for draft 21 as a TLS 1.3 variant.Steven Valdez1-0/+4
2017-10-05Build with clang-cl standalone.David Benjamin2-0/+15
2017-10-03Remove old TLS 1.3 variants (NoSessionID and RecordType).Steven Valdez1-8/+0
2017-09-19Add "-www" option to server tool.Peter Wu1-1/+45
2017-09-19Write connection info to a BIO instead of stderr.Peter Wu4-30/+32
2017-09-13Add support for SSLKEYLOGFILE to server tool.Peter Wu1-0/+17
2017-09-12Add experiment without client CCS and fix session ID bug.Steven Valdez1-0/+4
2017-09-11Add Experiment 2Steven Valdez1-0/+4
2017-08-18Make SSL_state_string_long work for TLS 1.3.David Benjamin2-0/+44
2017-08-18Run the comment converter on fuzz/ and tool/David Benjamin3-10/+10
2017-08-18Remove internal uses of SSLv23_*.David Benjamin1-1/+1
2017-08-18Use getters in tools/ciphers.cc and add -openssl-name flag.David Benjamin1-7/+11
2017-08-16Add a -renegotiate-freely flag to bssl client.David Benjamin1-0/+8
2017-08-09Use names for the TLS 1.3 variants in bssl client.David Benjamin1-3/+27
2017-08-04tool: make speed use EVP_AEAD_CTX_seal_scatterMartin Kreichgauer1-15/+29
2017-08-01Fix miscellaneous clang-tidy warnings.David Benjamin1-1/+1
2017-07-25Fix bssl sockets on Windows.Steven Valdez1-16/+63
2017-07-14Implement ContentType TLS 1.3 variant.Steven Valdez1-3/+5
2017-07-10Implement experimental alternate encoding of TLS 1.3.Steven Valdez2-0/+16
2017-07-07Implement basic HTTP tunnel support in bssl client.David Benjamin3-9/+58
2017-06-29Keep the same listening socket in bssl server -loop.David Benjamin3-24/+51
2017-06-22Support standard RFC cipher suite names alongside OpenSSL ones.David Benjamin2-2/+2
2017-06-15Adding support for sending early data on the client.Steven Valdez1-1/+15