Package: rust-native-tls / 0.2.14-1

Metadata

Package Version Patches format
rust-native-tls 0.2.14-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
strip security framework.patch | (download)

Cargo.toml | 8 1 + 7 - 0 !
1 file changed, 1 insertion(+), 7 deletions(-)

---
disable tests that access network.patch | (download)

src/test.rs | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

---
strip vendored openssl.patch | (download)

Cargo.toml | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

---
disable new pkcs 8 tests.patch | (download)

src/test.rs | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

---
revert test with pkcs8.patch | (download)

Cargo.toml | 3 3 + 0 - 0 !
src/test.rs | 29 10 + 19 - 0 !
2 files changed, 13 insertions(+), 19 deletions(-)

---
revert update tests to use test cert gen.patch | (download)

src/test.rs | 51 22 + 29 - 0 !
test/cert.pem | 20 20 + 0 - 0 !
test/cert2.pem | 32 32 + 0 - 0 !
test/chain.pem | 48 48 + 0 - 0 !
test/key.pem | 28 28 + 0 - 0 !
test/key2.pem | 52 52 + 0 - 0 !
test/root-ca.pem | 21 21 + 0 - 0 !
7 files changed, 223 insertions(+), 29 deletions(-)

---
revert test cert gen update.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
src/test.rs | 61 29 + 32 - 0 !
2 files changed, 30 insertions(+), 33 deletions(-)

---
use static test certs.patch | (download)

Cargo.toml | 8 4 + 4 - 0 !
src/lib.rs | 5 5 + 0 - 0 !
src/test.rs | 284 192 + 92 - 0 !
test/identity.p12.base64 | 61 61 + 0 - 0 !
4 files changed, 262 insertions(+), 96 deletions(-)

---
relax deps.patch | (download)

Cargo.toml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---