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