summaryrefslogtreecommitdiff
path: root/common/ssl_verify.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-30Fix a gcc warningMarc-André Lureau1-3/+6
2012-06-25ssl: more verbose output when SSL verification failsChristophe Fergeau1-9/+32
2012-05-17ssl-verify: add a bit of run-time checksMarc-André Lureau1-0/+5
2012-04-18move variable decleration to head of code blockAric Stewart1-1/+1
2012-03-30Bypass certicate verification failure if PUBKEY check onlyMarc-André Lureau1-0/+7
2012-03-30ssl-verify: improve logging report in case of errorsMarc-André Lureau1-30/+40
2012-03-20Add missing includes & make some functions staticDaniel P. Berrange1-2/+2
2012-03-20Avoid warnings about empty conditional statement bodiesDaniel P. Berrange1-6/+9
2012-03-20ssl_verify: include <string.h>Christophe Fergeau1-0/+1
2012-03-20common: fix ssl_verify windows build errorsArnon Gilboa1-2/+3
2012-03-20common: add ssl_verify.c common codeMarc-André Lureau1-0/+481