summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-09-26client/server: support for KeyLog trait, SSLKEYLOGFILEDaniel McCarney
2024-09-10cipher: allow getting the proto of a ciphersuiteDaniel 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-09acceptor: tidy up expected sig scheme testDaniel McCarney
2024-09-09project: default to aws-lc-rs, offer ring featureDaniel 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-05Docs passJoe Birr-Pixton
2024-07-30Add missing error `UnknownRevocationStatus`Joe Birr-Pixton
2024-07-30doc: fix comment on WebPKI and platform verifierJacob 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-19lib: remove test_rustls_version()Daniel McCarney
2024-06-19lib: move unit tests to bottomDaniel McCarney
2024-06-05client/server: fix clippy::useless_vecDaniel McCarney
2024-06-05connection: fix clippy redundant_locals findingDaniel McCarney
2024-06-05apply formatting pass throughoutDaniel McCarney
2024-06-05session: remove superfluous explicit typingDaniel McCarney
2024-06-05server: remove unnecessary prefixingDaniel McCarney
2024-06-05server: remove superfluous explicit typingDaniel McCarney
2024-06-05rslice: remove superfluous explicit typingDaniel McCarney
2024-06-05io: remove superfluous explicit typingDaniel McCarney
2024-06-05error: remove unnecessary prefixingDaniel McCarney
2024-06-05error: remove superfluous explicit typingDaniel McCarney
2024-06-05connection: remove superfluous explicit typingDaniel McCarney
2024-06-05client: remove unnecessary prefixingDaniel McCarney
2024-06-05client: remove superfluous explicit typingDaniel McCarney
2024-06-05cipher: remove unnecessary prefixingDaniel McCarney
2024-06-05cipher: remove superfluous explicit typingDaniel McCarney
2024-06-05acceptor: remove unnecessary prefixingDaniel McCarney
2024-06-05acceptor: remove superfluous explicit typingDaniel McCarney
2024-06-05lib: remove superfluous explicit typingDaniel McCarney
2024-06-05fix unused code warnings w/ no_log_capture featureDaniel McCarney
2024-05-29connection: more docs for rustls_connection_is_handshakingDaniel McCarney
2024-05-29lib: whitespace around Userdata invariants listDaniel McCarney