- 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
15 lines
374 B
Diff
15 lines
374 B
Diff
|
|
The fail_nul_* tests are broken with OpenSSL configured to reject SHA-1 digests.
|
|
|
|
--- neon-0.31.2/test/ssl.c.lesstests
|
|
+++ neon-0.31.2/test/ssl.c
|
|
@@ -1932,7 +1932,7 @@
|
|
T(fail_ca_expired),
|
|
|
|
T(nulcn_identity),
|
|
-#ifndef HAVE_GNUTLS
|
|
+#if 0
|
|
/* These certs were created with a SHA#1 digest so are rejected by GnuTLS. */
|
|
T(fail_nul_cn),
|
|
T(fail_nul_san),
|