Skip to content

Commit 3c8d21d

Browse files
authored
Revert "Add test for bare PING-PONG protocol over TLS handle (#55)" (#63)
This reverts commit 9d86cdb. These tests aren't working because the certificate they use is expired. It either needs to be longer-lived or generated automatically as part of the test suite to ensure it isn't expired.
1 parent 7420e78 commit 3c8d21d

11 files changed

+0
-512
lines changed

Cargo.lock

Lines changed: 0 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,3 @@ std = ["alloc", "webpki/std", "pki-types/std", "rustls/std", "ed25519-dalek/std"
4343
# TODO: go through all of these to ensure to_vec etc. impls are exposed
4444
alloc = ["webpki/alloc", "pki-types/alloc", "aead/alloc", "ed25519-dalek/alloc"]
4545
zeroize = ["ed25519-dalek/zeroize", "x25519-dalek/zeroize"]
46-
47-
[dev-dependencies]
48-
openssl = { version = "0.10", default-features = false }
49-
pem-rfc7468 = { version = "0.7", default-features = false, features = ["alloc"] }

certs/Makefile

Lines changed: 0 additions & 62 deletions
This file was deleted.

certs/ca.rsa4096.crt

Lines changed: 0 additions & 33 deletions
This file was deleted.

certs/ca.rsa4096.key

Lines changed: 0 additions & 52 deletions
This file was deleted.

certs/cert.cnf

Lines changed: 0 additions & 21 deletions
This file was deleted.

certs/openssl.cnf

Lines changed: 0 additions & 23 deletions
This file was deleted.

certs/rustcryp.to.rsa4096.ca_signed.crt

Lines changed: 0 additions & 38 deletions
This file was deleted.

certs/rustcryp.to.rsa4096.csr

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)