]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix OCSP debug messages
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 19 Feb 2015 11:33:33 +0000 (13:33 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 19 Feb 2015 11:33:33 +0000 (13:33 +0200)
commit58d405fcdb235649f587c5d7dc3b481e7f857cbe
treeaad253565399cc8a15cac73e7878392379c6d3e7
parent710dfb4e3289e2ca433ebfc07d2e86c9705866d5
Fix OCSP debug messages

These were not supposed to include a newline at the end of the message
text since such formatting gets handled by tls_show_errors(). In
addition, change the message about the issuer's issuer to be more
accurate.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/crypto/tls_openssl.c
src/utils/http_curl.c