git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
63fdcf2
)
OpenSSL: add detail to certname verify fail log line
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 11 Dec 2016 16:36:09 +0000
(16:36 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 11 Dec 2016 16:44:55 +0000
(16:44 +0000)
src/src/tls-openssl.c
patch
|
blob
|
history
diff --git
a/src/src/tls-openssl.c
b/src/src/tls-openssl.c
index 452452df2a40c5ff3c3e58d66f7933e010ab6864..3762c78895c045d6c1f5eb35ae114adb71465874 100644
(file)
--- a/
src/src/tls-openssl.c
+++ b/
src/src/tls-openssl.c
@@
-475,9
+475,9
@@
else
#endif
{
log_write(0, LOG_MAIN,
- "[%s] SSL verify error: certificate name mismatch:
\"%s\"",
-
tlsp == &tls_out ? deliver_host_address : sender_host_address
,
- d
n
);
+ "[%s] SSL verify error: certificate name mismatch:
"
+
"DN=\"%s\" H=\"%s\""
,
+ d
eliver_host_address, dn, verify_cert_hostnames
);
*calledp = TRUE;
if (!*optionalp)
{