rustls/rustls/src
Dirkjan Ochtman ca9cdfc20a
wip
2024-02-15 21:59:56 +01:00
..
client quic: construct initial Keys from CryptoProvider 2024-01-24 23:07:53 +01:00
crypto quic: expose limits via PacketKey trait 2024-01-24 22:56:38 +01:00
manual doc: add detail on UnexpectedEof 2023-11-30 18:20:36 +00:00
msgs wip 2024-02-15 21:59:56 +01:00
server quic: construct initial Keys from CryptoProvider 2024-01-24 23:07:53 +01:00
testdata aws_lc_rs::sign: add support for NISTP521 ECDSA keys 2024-01-08 11:09:44 +00:00
tls12 Prf: document guarantees and take &mut [u8; 48] 2023-12-01 08:49:37 +00:00
tls13 Expand documentation for `CryptoProvider` and associated 2023-11-21 19:15:40 +00:00
webpki Split test-ca ecdsa by curve; add p521 2024-01-08 11:09:44 +00:00
bs_debug.rs
builder.rs doc: remove `crate::` prefix for links 2023-12-04 17:58:51 +00:00
check.rs Move, rather than clone, Certificate message 2023-11-06 13:43:26 +00:00
common_state.rs remove the TLS 1.2 session ticket on DecryptError 2023-12-08 13:54:32 +00:00
conn.rs Batch discard operations 2023-12-08 13:54:32 +00:00
enums.rs Correct `SignatureScheme::sign()` for ED25519/448 2024-01-08 11:09:44 +00:00
error.rs api: use OtherError consistently 2023-12-01 10:00:33 +00:00
hash_hs.rs Allow optional use of aws-lc-rs 2023-11-09 16:18:11 +00:00
key_log.rs doc: remove `crate::` prefix for links 2023-12-04 17:58:51 +00:00
key_log_file.rs key_log: add Debug bound to KeyLog trait 2023-11-09 18:26:12 +00:00
lib.rs update examples to use pki_types re-export 2023-12-08 13:54:32 +00:00
limited_cache.rs Doc: replace "nb." with "Note:" 2023-11-22 14:14:37 +00:00
quic.rs quic: remove incorrect comment 2024-01-28 11:44:15 +01:00
rand.rs crypto: CryptoProvider is-a SecureRandom -> has-a 2023-11-30 15:53:39 +00:00
record_layer.rs Make receiver of `cipher::Message{En,De}crypter` mutable 2023-11-21 09:58:03 +00:00
stream.rs Use `BorrowedCursor` & `BorrowedBuf` from core::io 2023-11-10 16:11:42 +00:00
suites.rs suites: move Debug impl below inherent impl 2023-12-08 13:54:32 +00:00
ticketer.rs ticketer: add Debug bound to ProducesTickets 2023-11-09 18:26:12 +00:00
vecbuf.rs Use `BorrowedCursor` & `BorrowedBuf` from core::io 2023-11-10 16:11:42 +00:00
verify.rs doc: fix outdated documentation 2023-12-08 13:54:32 +00:00
verifybench.rs crypto: rework CryptoProvider as struct 2023-11-30 15:53:39 +00:00
versions.rs
x509.rs