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 9d9d500 commit 6777c63Copy full SHA for 6777c63
src/dist/test.rs
@@ -98,6 +98,10 @@ fn create_https_cert_and_privkey_legacy_openssl(
98
Ok((cert_digest, cert_pem, privkey_pem))
99
}
100
101
+
102
+/// The compatibility _cannot_ be tested, since the originally generated certificates were not valid
103
+/// in regards to the spec, and hence `picky` will fail.
104
+#[ignore]
105
#[test]
106
fn certificate_compatibility_assurance() {
107
let now: NaiveDateTime = Utc::now().naive_utc();
0 commit comments