We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d44f14 commit f2eba45Copy full SHA for f2eba45
validation/local_ping_pong_openssl/src/lib.rs
@@ -74,7 +74,6 @@ mod test {
74
}
75
76
#[test]
77
- #[should_panic] // no_shared_cipher
78
fn vs_openssl_as_client_ccm_sha256() {
79
let cipher_suites = OpenSslCipherSuites {
80
TLS_AES_128_GCM_SHA256: false,
@@ -87,7 +86,6 @@ mod test {
87
86
88
89
90
91
fn vs_openssl_as_client_ccm8_sha256() {
92
93
0 commit comments