summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-17Prepare 0.23.7v/0.23.7Joseph Birr-Pixton
2024-05-17Test for more `close_notify` conditionsJoseph Birr-Pixton
2024-05-17Ignore duplicative `send_close_notify` callsJoseph Birr-Pixton
2024-05-17`read_tls` refuse to read further data after `close_notify` alertJoseph Birr-Pixton
2024-05-17Correctly discard data after `close_notify` alertJoseph Birr-Pixton
2024-05-16deps: update cargo semver compatible depsv/0.23.6Daniel McCarney
2024-05-16Prepare 0.23.6Joseph Birr-Pixton
2024-05-16Test for junk in unbuffered input after `close_notify`Joseph Birr-Pixton
2024-05-16Test app data after `close_notify` is ignoredJoseph Birr-Pixton
2024-05-16Test for junk in deframer buffer after `close_notify`Joseph Birr-Pixton
2024-05-16Ignore data appearing after `close_notify`Dirkjan Ochtman
2024-05-16Deduplicate Reader state checksDirkjan Ochtman
2024-05-16Linearize Reader::read() and read_buf()Dirkjan Ochtman
2024-05-16Warn on lints, don't denyDirkjan Ochtman
2024-05-15bogo: fix config rewriting when cpp is clangDirkjan Ochtman
2024-05-12tests: rework test_config_builders_debugDaniel McCarney
2024-05-12handshake: derive Clone for HelloRetryRequestDaniel McCarney
2024-05-12crypto: implement Zeroize for HpkePrivateKeyDaniel McCarney
2024-05-12crypto: trait tweaks for HpkeSuite, HpkePublicKeyDaniel McCarney
2024-05-12crypto: derive Clone & Debug for HpkeSuiteDaniel McCarney
2024-05-07deps: update cargo semver compatible depsDaniel McCarney
2024-05-06build: emit rustc-check-cfg for bench, read_bufDaniel McCarney
2024-05-04ring: cfg-gate the hmac moduleDaniel McCarney
2024-05-03Cargo.lock: update rustls version under hickoryJoseph Birr-Pixton
2024-05-03Rename `SignatureScheme::sign`Joseph Birr-Pixton
2024-05-03aws-lc-rs: reduce priority of `ECDSA_NISTP521_SHA512`Joseph Birr-Pixton
2024-05-02Apply suggestions from clippy 1.78Dirkjan Ochtman
2024-05-01README.md: fix spelling errorJoseph Birr-Pixton
2024-04-30Small correction to the quic::PacketKey::integrity_limit docMOZGIII
2024-04-29deps: update cargo semver compatible depsDaniel McCarney
2024-04-26crypto::aws_lc_rs: minor docs nitsJoseph Birr-Pixton
2024-04-24deps: update cargo semver compatible depsDaniel McCarney
2024-04-24Install golang on macos runnersJoe Birr-Pixton
2024-04-19proj: fix clippy::unnecessary_lazy_evaluation findingsDaniel McCarney
2024-04-19proj: MSRV 1.61 -> 1.63Daniel McCarney
2024-04-19Prepare 0.23.5v/0.23.5Joseph Birr-Pixton
2024-04-19complete_io: bail out if progress is impossibleJoseph Birr-Pixton
2024-04-19Regression test for `complete_io` infinite loop bugJoseph Birr-Pixton
2024-04-19Don't specially handle unauthenticated close_notify alertsJoseph Birr-Pixton
2024-04-19docs: update SECURITY exampleDaniel McCarney
2024-04-17Return `Option` from `handshake_kind()`Joseph Birr-Pixton
2024-04-16bogo: verify expected handshake kindJoseph Birr-Pixton
2024-04-16Add API exposing shape of the performed handshakeJoseph Birr-Pixton
2024-04-16tests/api.rs: reformatJoseph Birr-Pixton
2024-04-15deps: update cargo semver compatible depsDaniel McCarney
2024-04-11docs: update ROADMAP post-quantum kex itemDaniel McCarney
2024-04-09test-ca: add README, point to test_ca.rs toolDaniel McCarney
2024-04-09test-ca: remove legacy OpenSSL tooling/configDaniel McCarney
2024-04-09test-ca: regenerate with rcgenDaniel McCarney
2024-04-09rustls/examples: add rcgen based CA generation toolDaniel McCarney