rustls/rustls
Joseph Birr-Pixton ba5c08ee36 Move tail of `pop()` into its own function
For me, this was relatively unclear control flow.  Replace the
`break len` with direct function calls.  Observe that both lengths
are always the handshake state `expected_len`, so that parallel
data flow can be dropped.
2024-01-04 18:11:42 +00:00
..
benches Switch from criterion to bencher 2023-01-13 12:11:26 +01:00
examples/internal Test P521-SHA512 in bogo 2024-01-04 09:21:59 +00:00
src Move tail of `pop()` into its own function 2024-01-04 18:11:42 +00:00
tests De-duplicate knowledge of test-ca/ CA names 2024-01-04 09:21:59 +00:00
Cargo.toml Depend on rustls-webpki 0.102.1 2024-01-04 09:21:59 +00:00
LICENSE-APACHE Include LICENSE files with published crates 2021-05-15 16:07:56 +01:00
LICENSE-ISC Include LICENSE files with published crates 2021-05-15 16:07:56 +01:00
LICENSE-MIT Include LICENSE files with published crates 2021-05-15 16:07:56 +01:00
build.rs Make `cargo {check,build,test} --all-features` work on Rust Stable. 2022-01-23 23:30:52 +01:00