summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-01Prepare 0.21.1v/0.21.1Joseph Birr-Pixton
2023-05-01Fix OwnedTrustAnchor::subject()Joseph Birr-Pixton
2023-05-01Extending testing for ResolvesClientCert::resolveJoseph Birr-Pixton
2023-04-27verify: remove unneeded deprecated.Daniel McCarney
2023-04-23examples: separate connectivity tests into crate.Daniel McCarney
2023-04-22docs: update webpki link (#1284)Ofek Lev
2023-04-17conn: ensure complete_io flushes pending writes.Daniel McCarney
2023-04-14docs: replace dead Ring link from README.Daniel McCarney
2023-04-13Drop log messages on error pathsDirkjan Ochtman
2023-04-13Inline trivial alert helper functionsDirkjan Ochtman
2023-04-13Clarify that sending a fatal alert always yields an errorDirkjan Ochtman
2023-04-03docs: fix broken link in ClientCertVerifier docs. (#1270)Daniel McCarney
2023-04-03Update PrivateKey docs to note Sec1 supportSteven Fackler
2023-04-03build(deps): update webpki-roots requirement from 0.22 to 0.23dependabot[bot]
2023-03-30handshake: show illegal SNI hostname as lossy str.Daniel McCarney
2023-03-30Document 1.57 as min supported version in READMEDennis Collinson
2023-03-29docs: remove future release notes. (#1265)Daniel McCarney
2023-03-29docs: tidy README for 0.21.0 release. (#1264)Daniel McCarney
2023-03-29Bump version number to 0.21.0v/0.21.0Dirkjan Ochtman
2023-03-29Update note regarding stabilityDirkjan Ochtman
2023-03-29Update changelog in preparation for 0.21.0Dirkjan Ochtman
2023-03-29client: use type + builder pattern for resumption config APIDirkjan Ochtman
2023-03-29bench: remove Resumption to ResumptionParamDirkjan Ochtman
2023-03-29client: replace enable_tickets option with tls12_resumptionDirkjan Ochtman
2023-03-29client: format comment to make it more readableDirkjan Ochtman
2023-03-29client: avoid passing duplicate state to prepare_resumption()Dirkjan Ochtman
2023-03-29client: encapsulate client hello input stateDirkjan Ochtman
2023-03-29Rename SessionID to SessionIdDirkjan Ochtman
2023-03-29client: simplify and centralize SessionID setupDirkjan Ochtman
2023-03-29client: inline single-use expressionDirkjan Ochtman
2023-03-29Reduce CIFuzz timeout to 300sDirkjan Ochtman
2023-03-29Remove deprecated type aliasesDirkjan Ochtman
2023-03-29document secret_extraction feature flagJacob Hoffman-Andrews
2023-03-29client/hs: ignore some aggressive clippy warnings.Daniel McCarney
2023-03-29CI: clippy coverage for `--no-default-features`.Daniel McCarney
2023-03-29msgs: gate `ClientSessionCommon` on "tls12".Daniel McCarney
2023-03-29OwnedTrustAnchor: subject is a DistinguishedNameJacob Hoffman-Andrews
2023-03-29RootCertStore: remove deprecated subjects()Jacob Hoffman-Andrews
2023-03-29ClientCertVerifier: return &[DistinguishedNames]Jacob Hoffman-Andrews
2023-03-29ClientCertVerifier: remove "abort connection" return valuesJacob Hoffman-Andrews
2023-03-29anchors: tweak rustdoc comment about malformed roots.Daniel McCarney
2023-03-28CI: test examples with --no-default-features.Daniel McCarney
2023-03-28examples: make logging mandatory.Daniel McCarney
2023-03-28error: restore PartialEq implementationJacob Hoffman-Andrews
2023-03-28Revert "Remove `PartialEq` from `rustls::Error`"Jacob Hoffman-Andrews
2023-03-27client: stricter logic for resuming protocol versionsDirkjan Ochtman
2023-03-27client: extract check for cipher suite matchDirkjan Ochtman
2023-03-27client: extract check for TLS 1.2 cipher suiteDirkjan Ochtman
2023-03-27client: extract check for 1.3 resumptionDirkjan Ochtman
2023-03-27client: check for empty tickets up frontDirkjan Ochtman