From 64c7cbe03ab998865724ae540a705358354925088f7dfbc019f535e56273687e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 23 Mar 2017 09:32:58 +0000 Subject: [PATCH] add patch info OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=90 --- gsoap-sslverify.diff | 7 +++++++ gsoap.changes | 1 + 2 files changed, 8 insertions(+) diff --git a/gsoap-sslverify.diff b/gsoap-sslverify.diff index 56ed522..f0bfb68 100644 --- a/gsoap-sslverify.diff +++ b/gsoap-sslverify.diff @@ -1,3 +1,10 @@ +From: Jan Engelhardt +References: https://sourceforge.net/p/gsoap2/patches/168/ + +When verification of a certificate has failed, do not just leave soap->msgbuf +at the default openssl message ("certificate validation failed" or so), but +append the detailed error message from the verification stage as well. + --- gsoap/stdsoap2.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gsoap.changes b/gsoap.changes index 376713f..38e8860 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -5,6 +5,7 @@ Wed Mar 15 16:11:44 UTC 2017 - jengelh@inai.de * Fixed WS-Discovery `soap_wsdd_listen` memory cleanup on timeouts. * Fixed `soap->os` saved message string NUL termination (a problem in C code, not in C++). +- Add gsoap-sslverify.diff ------------------------------------------------------------------- Wed Feb 8 09:24:37 UTC 2017 - jengelh@inai.de