aboutsummaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)AuthorFilesLines
2021-01-26Add basic BLAKE2b-256 support.Adam Langley1-0/+1
2021-01-08Use gai_strerrorA on Windows.David Benjamin1-1/+6
2020-10-08Update TrustTokenV2 to use VOPRFs and assemble RR.Steven Valdez1-16/+27
2020-07-09Link to ws2_32 more consistently.David Benjamin1-0/+4
2020-07-07Remove TRUST_TOKEN_experiment_v0.Steven Valdez1-30/+0
2020-06-17Fixes warning when redefining PATH_MAX when building with MINGW.Jesko Jochum1-0/+2
2020-06-16Abstract fd operations better in tool.David Benjamin6-106/+232
2020-05-04Introduce TRUST_TOKENS_experiment_v1.David Benjamin1-0/+4
2020-05-01Introduce a TRUST_TOKEN_METHOD hook to select TRUST_TOKEN variations.David Benjamin1-12/+15
2020-05-01Fix the types used in token counts.David Benjamin1-4/+2
2020-04-30Switch the P-384 hash-to-curve to draft-07.David Benjamin1-4/+4
2020-04-29Add hash-to-curve code for P384.Steven Valdez1-20/+48
2020-04-23Benchmark ECDH slightly more accurately.David Benjamin1-6/+3
2020-04-22Add bssl speed support for hashtocurve and trusttoken.Steven Valdez1-1/+282
2020-04-15Add SHA-512-256.Adam Langley3-0/+6
2020-02-06Remove SSL_CTX_set_ed25519_enabled.David Benjamin1-7/+0
2020-02-06Add a -sigalgs option to bssl client.David Benjamin1-0/+11
2020-01-10Add bssl client option to load a hashed directory of cacerts.Pete Bentley1-1/+17
2019-11-07Fix build warning if _SCL_SECURE_NO_WARNINGS is defined globallyDavid Benjamin1-0/+2
2019-10-18Drop CECPQ2b code.fips-android-20191020Adam Langley1-61/+0
2019-10-02tool: add -json flag to |speed|Zola Bridges1-25/+86
2019-09-13Add benchmarks for AES block operations.David Benjamin1-0/+72
2019-08-21Add a function to convert SSL_ERROR_* values to strings.David Benjamin1-1/+2
2019-07-16Implements SIKE/p434Kris Kwiatkowski1-10/+10
2019-05-16Add support for SIKE/p503 post-quantum KEMKris Kwiatkowski1-0/+61
2019-05-14tool: fix speed tests.Adam Langley1-2/+2
2019-03-20Add 16384 to the default bssl speed sizes.David Benjamin1-2/+2
2019-02-25Add an option to configure bssl speed chunk size.David Benjamin1-28/+95
2019-01-08Delete the variants/draft code.Steven Valdez2-68/+0
2018-12-19HRSS: omit reconstruction of ciphertext.Adam Langley1-2/+2
2018-12-12Add initial HRSS support.Adam Langley1-1/+58
2018-11-21Work around a JDK 11 TLS 1.3 bug.David Benjamin1-0/+8
2018-09-06Support symbol prefixesJoshua Liebow-Feeser1-0/+2
2018-08-28Switch the default TLS 1.3 variant to tls13_rfc.David Benjamin2-0/+8
2018-08-13Implement final TLS 1.3 RFC!!!Steven Valdez2-0/+8
2018-08-10Align on a single CMake style.David Benjamin1-2/+2
2018-06-28Remove SSL 3.0 implementation.David Benjamin1-4/+1
2018-06-04Add missing <condition_variable> include.David Benjamin1-0/+1
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