Package: rust-rustls-0.21 / 0.21.12-15

Metadata

Package Version Patches format
rust-rustls-0.21 0.21.12-15 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1001_fence_tests.patch | (download)

rustls/tests/api.rs | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 add feature fence for a test
1002_base64.patch | (download)

rustls/Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 accept newer branch of crate base64
1002_env_logger.patch | (download)

examples/Cargo.toml | 2 1 + 1 - 0 !
rustls/Cargo.toml | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 accept newer branch of crate env_logger
1002_mio.patch | (download)

examples/Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 accept newer branch of crate mio
1002_ring.patch | (download)

examples/Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 consistently depend on branch v0.17 of crate ring
2001_native_certs.patch | (download)

examples/Cargo.toml | 2 1 + 1 - 0 !
examples/src/bin/limitedclient.rs | 18 5 + 13 - 0 !
examples/src/bin/simple_0rtt_client.rs | 18 6 + 12 - 0 !
examples/src/bin/simpleclient.rs | 18 6 + 12 - 0 !
examples/src/bin/tlsclient-mio.rs | 18 6 + 12 - 0 !
rustls/Cargo.toml | 2 1 + 1 - 0 !
rustls/src/lib.rs | 33 10 + 23 - 0 !
rustls/src/verifybench.rs | 18 6 + 12 - 0 !
8 files changed, 41 insertions(+), 86 deletions(-)

 use crate rustls-native-certs (not webpki-roots)
2002_rustls pemfile.patch | (download)

examples/Cargo.toml | 2 1 + 1 - 0 !
examples/src/bin/tlsclient-mio.rs | 12 5 + 7 - 0 !
examples/src/bin/tlsserver-mio.rs | 10 4 + 6 - 0 !
rustls/Cargo.toml | 2 1 + 1 - 0 !
rustls/examples/internal/bench.rs | 18 7 + 11 - 0 !
rustls/examples/internal/bogo_shim.rs | 11 5 + 6 - 0 !
rustls/src/key.rs | 16 9 + 7 - 0 !
rustls/tests/common/mod.rs | 25 11 + 14 - 0 !
8 files changed, 43 insertions(+), 53 deletions(-)

 use newer branch of crate rustls-pemfile
2003_network_access.patch | (download)

connect-tests/tests/badssl.rs | 14 14 + 0 - 0 !
connect-tests/tests/topsites.rs | 12 12 + 0 - 0 !
rustls/src/verifybench.rs | 12 12 + 0 - 0 !
3 files changed, 38 insertions(+)

 skip flaky network-depending tests by default
2004_no_feature_read_buf.patch | (download)

rustls/Cargo.toml | 5 0 + 5 - 0 !
rustls/build.rs | 13 0 + 13 - 0 !
2 files changed, 18 deletions(-)

 drop nightly-only feature read_buf