Jan Engelhardt 2017-03-23 09:32:58 +00:00 committed by Git OBS Bridge
parent 3f755abe05
commit 64c7cbe03a
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
From: Jan Engelhardt <jengelh@inai.de>
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(+)

View File

@ -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