summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-01Cargo: hashbrown 0.14 -> 0.15HEADmainDaniel McCarney
2024-10-01examples: use pki-types pem decoderJoe Birr-Pixton
2024-10-01openssl-tests: use pki-types pem decoderJoe Birr-Pixton
2024-10-01ci-bench: use pki-types pem decoderJoe Birr-Pixton
2024-10-01rustls: use pki-types pem decoder in testsJoe Birr-Pixton
2024-10-01bogo: switch to pki-types pem decodingJoe Birr-Pixton
2024-10-01Fix tls13_packed_handshake test bitrotJoe Birr-Pixton
2024-09-30chore(deps): lock file maintenanceMend Renovate
2024-09-26Eliminate allocation in signature verificationJoe Birr-Pixton
2024-09-26Avoid excess copying of ticketsJoe Birr-Pixton
2024-09-26Avoid excess copying of client identityJoe Birr-Pixton
2024-09-24examples: convert tlsclient-mioJoe Birr-Pixton
2024-09-24examples: convert server_acceptor to clapJoe Birr-Pixton
2024-09-24examples: convert ech-client to clapJoe Birr-Pixton
2024-09-23chore(deps): lock file maintenanceMend Renovate
2024-09-21misc: small refactors (#2130)liujustin604
2024-09-20examples: clarify types in server exampleDirkjan Ochtman
2024-09-20examples: convert tlsserver-mio from docopt to clapDirkjan Ochtman
2024-09-20Remove example interface description from the READMEDirkjan Ochtman
2024-09-20README.md: update to track recent changesJoe Birr-Pixton
2024-09-20Remove unnecessary calibration runJoe Birr-Pixton
2024-09-20Make double-sure resumption tests are successfulJoe Birr-Pixton
2024-09-20Remove code for subtracting benchmark case costsJoe Birr-Pixton
2024-09-20Remove code that marks certain tests as noisyJoe Birr-Pixton
2024-09-20Reduce instruction counting scope to minimumJoe Birr-Pixton
2024-09-20Use callgrind instead of cachegrindJoe Birr-Pixton
2024-09-20ci-bench: eliminate CryptoProvider-sourced randomnessJoe Birr-Pixton
2024-09-20Fix links in howto section of manualJoe Birr-Pixton
2024-09-19connect-tests: update cloudflare ECH domainDaniel McCarney
2024-09-19common_state: feature gate TLS 1.2 HS flight aliasDaniel McCarney
2024-09-16client/tls13: send second flight in one messageJoe Birr-Pixton
2024-09-16server/tls13: send first flight in one messageJoe Birr-Pixton
2024-09-16server/tls12: send first flight in one messageJoe Birr-Pixton
2024-09-16chore(deps): lock file maintenanceMend Renovate
2024-09-11examples: add simple_0rtt_servertahmid-23
2024-09-11examples/simple_0rtt_client: allow connection with arbitrary endpoints/catahmid-23
2024-09-11examples/tlsserver-mio: process received early data if it is presenttahmid-23
2024-09-10Allow `SupportedKxGroup` to be version-specificJoe Birr-Pixton
2024-09-10Prepare 0.23.13v/0.23.13Joe Birr-Pixton
2024-09-10kx: work around aws-lc-rs accepting more point formatsJoe Birr-Pixton
2024-09-10Take aws-lc-rs 1.9 and enable prebuilt-nasmJoe Birr-Pixton
2024-09-06fix(deps): update rust crate zlib-rs to 0.3Mend Renovate
2024-09-05added links to rustls-wolfcrypt-provider in the third-party crypto providers ...Reda Chouk
2024-09-05validate_ffdhe_params: also validate constantsJoe Birr-Pixton
2024-09-05Override default `ffdhe_group()` for all kx implsJoe Birr-Pixton
2024-09-05Deprecate and remove use of `FfdheGroup::named_group`Joe Birr-Pixton
2024-09-05Deprecate and remove use of `FfdheGroup::from_named_group`Joe Birr-Pixton
2024-09-05Have key exchange types know their FFDHE groupJoe Birr-Pixton
2024-09-05Inline single-use `ServerKeyExchangeParams::named_group()`Joe Birr-Pixton
2024-09-05Fix excessively long first rustdoc paragraphsJoe Birr-Pixton