summaryrefslogtreecommitdiffstats
path: root/common/ssl_verify.c
Commit message (Expand)AuthorAgeFilesLines
* 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