summaryrefslogtreecommitdiffstats
path: root/common/ssl_verify.c
Commit message (Expand)AuthorAgeFilesLines
* ssl-verify: Don't leak GInetAddressChristophe Fergeau2015-11-271-2/+8
* ssl-verify: Handle NULL return from g_inet_address_new_from_string()Christophe Fergeau2015-11-271-2/+6
* ssl-verify: Changed IPv4 hostname to IPv6Lukas Venhoda2015-10-231-24/+21
* ssl-verify: Only check addr length when using IP addrLukas Venhoda2015-10-231-7/+8
* ssl: Don't use uninitialized variable in verify_subject()Christophe Fergeau2014-01-071-11/+9
* ssl: Don't try hostname check if cert subject check failsChristophe Fergeau2013-10-111-8/+5
* ssl: Log an error when peer certificate verification failedChristophe Fergeau2013-10-111-1/+9
* ssl: Improve error message in cert chain verificationChristophe Fergeau2013-10-111-2/+2
* ssl-verify: use more explicit error messageMarc-André Lureau2012-10-181-0/+3
* Fix a gcc warningMarc-André Lureau2012-06-301-3/+6
* ssl: more verbose output when SSL verification failsChristophe Fergeau2012-06-251-9/+32
* ssl-verify: add a bit of run-time checksMarc-André Lureau2012-05-171-0/+5
* move variable decleration to head of code blockAric Stewart2012-04-181-1/+1
* Bypass certicate verification failure if PUBKEY check onlyMarc-André Lureau2012-03-301-0/+7
* ssl-verify: improve logging report in case of errorsMarc-André Lureau2012-03-301-30/+40
* Add missing includes & make some functions staticDaniel P. Berrange2012-03-201-2/+2
* Avoid warnings about empty conditional statement bodiesDaniel P. Berrange2012-03-201-6/+9
* ssl_verify: include <string.h>Christophe Fergeau2012-03-201-0/+1
* common: fix ssl_verify windows build errorsArnon Gilboa2012-03-201-2/+3
* common: add ssl_verify.c common codeMarc-André Lureau2012-03-201-0/+481