aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/x509_vpm.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-21Work around language and compiler bug in memcpy, etc.David Benjamin1-3/+5
2016-10-18Fix up macros.David Benjamin1-3/+3
2016-09-23Fix up x509_vpm.c comment.David Benjamin1-18/+29
2016-01-19OpenSSL reformat x509/, x509v3/, pem/ and asn1/.Adam Langley1-522/+486
2015-05-04Require that FOO_free functions do nothing on NULL.David Benjamin1-0/+2
2015-02-13Update API to use (char *) for email addresses and hostnames.Adam Langley1-13/+15
2015-02-13New peername element in X509_VERIFY_PARAM_ID.Adam Langley1-1/+11
2015-02-13Multiple verifier reference identities.Adam Langley1-8/+80
2015-02-13Drop hostlen from X509_VERIFY_PARAM_ID.Adam Langley1-5/+3
2015-02-02Remove string.h from base.h.Adam Langley1-0/+3
2015-01-14Tag a number of globals as const.David Benjamin1-1/+1
2014-07-30Fix mis-sized allocation in x509_vpm.cDavid Benjamin1-1/+1
2014-06-20Fixes to host checking.Adam Langley1-1/+8
2014-06-20Const correctness.Adam Langley1-5/+5
2014-06-20Inital import.Adam Langley1-0/+578