18 lines
525 B
Diff
18 lines
525 B
Diff
|
Index: neon-0.31.2/test/ssl.c
|
||
|
===================================================================
|
||
|
--- neon-0.31.2.orig/test/ssl.c
|
||
|
+++ neon-0.31.2/test/ssl.c
|
||
|
@@ -1928,9 +1928,11 @@ ne_test tests[] = {
|
||
|
T(fail_bad_urialtname),
|
||
|
T(fail_wildcard),
|
||
|
T(fail_wildcard_ip),
|
||
|
+#if 0
|
||
|
+ /* Tests that fail since the OpenSSL update to 1.1.1h */
|
||
|
T(fail_ca_notyetvalid),
|
||
|
T(fail_ca_expired),
|
||
|
-
|
||
|
+#endif
|
||
|
T(nulcn_identity),
|
||
|
#if 0
|
||
|
/* These certs were created with a SHA#1 digest so are rejected by GnuTLS. */
|