rustls/rustls/src
Daniel McCarney 21b51fc206 msgs: fix clippy::use_self finding
```
warning: unnecessary structure name repetition
    --> rustls/src/msgs/handshake.rs:1385:52
     |
1385 |     pub(crate) fn new(cert: CertificateDer<'a>) -> CertificateEntry<'a> {
     |                                                    ^^^^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self`
     |
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self
note: the lint level is defined here
    --> rustls/src/lib.rs:310:5
     |
310  |     clippy::use_self,
     |     ^^^^^^^^^^^^^^^^
```
2024-05-28 14:55:40 +00:00
..
client Derive Clone for `ServerConfig` & `ClientConfig` 2024-05-23 08:56:57 +00:00
conn
crypto crypto: implement Zeroize for HpkePrivateKey 2024-05-12 15:02:33 +00:00
manual
msgs msgs: fix clippy::use_self finding 2024-05-28 14:55:40 +00:00
server Derive Clone for `ServerConfig` & `ClientConfig` 2024-05-23 08:56:57 +00:00
testdata
tls12 Format imports with `cargo +nightly fmt-unstable` 2024-03-01 15:25:48 +00:00
tls13 proj: fix clippy::unnecessary_lazy_evaluation findings 2024-04-19 15:48:18 +00:00
webpki Add support for enforcing CRL expiration 2024-05-21 14:32:11 +00:00
bs_debug.rs Format imports with `cargo +nightly fmt-unstable` 2024-03-01 15:25:48 +00:00
builder.rs Format imports with `cargo +nightly fmt-unstable` 2024-03-01 15:25:48 +00:00
check.rs
common_state.rs Ignore duplicative `send_close_notify` calls 2024-05-17 17:26:06 +00:00
conn.rs `read_tls` refuse to read further data after `close_notify` alert 2024-05-17 17:26:06 +00:00
enums.rs Rename `SignatureScheme::sign` 2024-05-03 09:58:11 +00:00
error.rs Add support for enforcing CRL expiration 2024-05-21 14:32:11 +00:00
hash_hs.rs Format imports with `cargo +nightly fmt-unstable` 2024-03-01 15:25:48 +00:00
key_log.rs
key_log_file.rs Avoid `clippy::std_instead_of_core` false positive 2024-03-11 13:59:00 +00:00
lib.rs Hide internals from documentation 2024-05-23 08:56:57 +00:00
limited_cache.rs no-std: limited_cache, sni_resolver support w/ hashbrown 2024-03-30 13:49:58 +00:00
lock.rs no-std: ServerSessionMemoryCache, ClientSessionStore, Ticketer 2024-03-30 13:49:58 +00:00
quic.rs Small correction to the quic::PacketKey::integrity_limit doc 2024-04-30 14:25:48 +00:00
rand.rs Format imports with `cargo +nightly fmt-unstable` 2024-03-01 15:25:48 +00:00
record_layer.rs Format imports with `cargo +nightly fmt-unstable` 2024-03-01 15:25:48 +00:00
stream.rs Format imports with `cargo +nightly fmt-unstable` 2024-03-01 15:25:48 +00:00
suites.rs Rename `SignatureScheme::sign` 2024-05-03 09:58:11 +00:00
test_macros.rs
ticketer.rs no-std: ServerSessionMemoryCache, ClientSessionStore, Ticketer 2024-03-30 13:49:58 +00:00
time_provider.rs
vecbuf.rs Fix newly found `unused_qualifications` warnings 2024-03-06 17:41:53 +00:00
verify.rs
verifybench.rs Format imports with `cargo +nightly fmt-unstable` 2024-03-01 15:25:48 +00:00
versions.rs
x509.rs Format imports with `cargo +nightly fmt-unstable` 2024-03-01 15:25:48 +00:00