aboutsummaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)AuthorFilesLines
2021-09-22Speed up constant-time base64 decoding.David Benjamin1-1/+45
2021-09-16Ignore SIGPIPE in the bssl tool.David Benjamin1-0/+3
2021-08-30Benchmark RSA private key parsing.David Benjamin1-0/+10
2021-08-02generate_ech.cc: include needed headersAdam Langley1-0/+1
2021-07-20Add 'generate-ech' command to bssl toolDan McArdle6-18/+157
2021-07-20Check strtoul return for overflow error in GetUnsigned()Dan McArdle1-3/+7
2021-07-15hrss: use less stack space.Adam Langley1-18/+17
2021-07-12Add a pointer alignment helper function.David Benjamin1-10/+8
2021-06-14Add an option to permute ClientHello extension order.David Benjamin1-0/+9
2021-06-11Add most of an ECH client implementation.David Benjamin1-0/+25
2021-06-11Make ECH server APIs take EVP_HPKE_KEY.David Benjamin1-21/+23
2021-06-10Rename SSL_ECH_SERVER_CONFIG_LIST to SSL_ECH_KEYS.David Benjamin1-8/+7
2021-06-03Add SSL_ech_accepted API and ech_is_required alerts.David Benjamin1-0/+3
2021-05-24Don't try to write empty early data in the tool.David Benjamin1-9/+11
2021-04-08Add ECH server (draft-ietf-tls-esni-09).Daniel McArdle1-0/+51
2021-01-27Benchmark BORINGSSL_self_test in FIPS mode.David Benjamin1-0/+24
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