- Disable tests fail_ca_* that fail since OpenSSL update to 1.1.1h. * Upstream report: https://github.com/notroj/neon/issues/38 - Add neon-0.31.2-CA-tests.patch - Disable fail_nul_* tests broken with OpenSSL configured to reject certificates created with a SHA1. - Add neon-0.31.2-sha1-tests.patch OBS-URL: https://build.opensuse.org/request/show/840322 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=61
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. */
|