summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-01build(deps): bump rustls-pemfile from 2.1.3 to 2.2.0HEADmaindependabot[bot]
2024-09-27tests: fix clippy::zombie_processes findingDaniel McCarney
2024-09-26client/server: support for KeyLog trait, SSLKEYLOGFILEDaniel McCarney
2024-09-25build(deps): bump libc from 0.2.158 to 0.2.159dependabot[bot]
2024-09-12Cargo: version 0.14.0-rc1 -> 0.14.0v0.14.0Daniel McCarney
2024-09-10cipher: allow getting the proto of a ciphersuiteDaniel McCarney
2024-09-10cargo: rustls 0.23.12 -> 0.23.13Daniel McCarney
2024-09-10crypto_provider: expose a way to get CSRNG dataDaniel McCarney
2024-09-10lib: remove usize cast from `try_slice!`Daniel McCarney
2024-09-10lib: add try_slice_mut! macroDaniel McCarney
2024-09-09ci: remove unneeded cargo-c job in test workflowDaniel McCarney
2024-09-09Cargo: version 0.13.0 -> 0.14.0-rc1Daniel McCarney
2024-09-09docs: add 0.14.0 changelogDaniel McCarney
2024-09-09Cargo: update rustls 0.23.4 -> 0.23.12Daniel McCarney
2024-09-09docs: update README for crypto provider supportDaniel McCarney
2024-09-09tests: support customizing supported ciphersuiteDaniel McCarney
2024-09-09ci: add aws-lc-rs/ring crypto provider coverageDaniel McCarney
2024-09-09acceptor: tidy up expected sig scheme testDaniel McCarney
2024-09-09build: include crypto provider in rustls_version()Daniel McCarney
2024-09-09project: default to aws-lc-rs, offer ring featureDaniel McCarney
2024-09-09cmake: reformat CMakeLists filesDaniel McCarney
2024-09-09cipher: convert platform verifier to providerDaniel McCarney
2024-09-09cipher: convert server/client webpki verifiers to providerDaniel McCarney
2024-09-09cipher: use provider to load signing keysDaniel McCarney
2024-09-09crypto_provider: add signing key loading supportDaniel McCarney
2024-09-09client: convert Verifier to providerDaniel McCarney
2024-09-09cipher: remove hardcoded ring ciphersuitesDaniel McCarney
2024-09-09client: convert client config/builder to providerDaniel McCarney
2024-09-09server: convert server config/builder to providerDaniel McCarney
2024-09-09crypto_provider: start wiring up crypto providerDaniel McCarney
2024-09-09client: remove NoneVerifierDaniel McCarney
2024-09-09client: make config builder building fallibleDaniel McCarney
2024-09-09connection: avoid `rustls_supported_ciphersuite` ptrDaniel McCarney
2024-09-09rslice: rustls_str -> strDaniel McCarney
2024-09-09connection: use preferred rustls style for importsDaniel McCarney
2024-09-09ci: pin cbindgen to 0.27.0Daniel McCarney
2024-09-05pkg-config.yml: remove pkg-config install on macJoe Birr-Pixton
2024-09-05Docs passJoe Birr-Pixton
2024-08-26build(deps): bump rustls-platform-verifier from 0.3.3 to 0.3.4dependabot[bot]
2024-08-26build(deps): bump libc from 0.2.157 to 0.2.158dependabot[bot]
2024-08-19build(deps): bump libc from 0.2.155 to 0.2.157dependabot[bot]
2024-08-05build(deps): bump rustls-pemfile from 2.1.2 to 2.1.3dependabot[bot]
2024-07-30Add missing error `UnknownRevocationStatus`Joe Birr-Pixton
2024-07-30doc: fix comment on WebPKI and platform verifierJacob Hoffman-Andrews
2024-07-30build(deps): bump rustls-platform-verifier from 0.3.2 to 0.3.3dependabot[bot]
2024-07-30Remove authors from Cargo.tomlJacob Hoffman-Andrews
2024-07-29add more whitespace to doc comments, fix var namesDaniel McCarney
2024-07-29docs: clarify freeing client/server builder directlyDaniel McCarney
2024-07-29lib: allow renamed_and_removed_lints for nowDaniel McCarney
2024-06-28build(deps): bump log from 0.4.21 to 0.4.22dependabot[bot]