summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_vpm.c
Commit message (Expand)AuthorAgeFilesLines
* Make X509_VERIFY_PARAM_get_hostflags() take a const argMatt Caswell2018-05-021-1/+1
* Add getter for X509_VERIFY_PARAM_get_hostflagsMatt Caswell2018-05-011-0/+5
* Update copyright yearMatt Caswell2018-05-011-1/+1
* Add missing malloc-return-null instanceRich Salz2018-04-241-5/+4
* Remove unnecessary #include <openssl/lhash.h> directives.Pauli2017-09-291-2/+1
* GH2176: Add X509_VERIFY_PARAM_get_timeRich Salz2017-01-121-0/+5
* Add X509_VERIFY_PARAM inheritance flag set/getRich Salz2016-12-131-0/+11
* Simplify and clean X509_VERIFY_PARAM new/free code.FdaSilvaYY2016-11-091-30/+13
* Revert "Constify code about X509_VERIFY_PARAM"Rich Salz2016-09-211-2/+2
* Constify code about X509_VERIFY_PARAMFdaSilvaYY2016-09-181-2/+2
* Make a2i_ipadd an internal functionRich Salz2016-06-091-0/+1
* crypto/x509/x509_vpm.c: Simplify int_x509_param_set1()Kurt Cancemi2016-06-081-6/+5
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+5
* Move peer chain security checks into x509_vfy.cViktor Dukhovni2016-04-031-0/+17
* Check chain extensions also for trusted certificatesViktor Dukhovni2016-01-311-3/+3
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Empty SNI names are not validViktor Dukhovni2016-01-161-2/+2
* DANE support structures, constructructors and accessorsViktor Dukhovni2016-01-051-0/+18
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-4/+4
* Remove X509_VERIFY_PARAM_IDDr. Stephen Henson2015-11-261-56/+38
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-4/+4
* Add and use OPENSSL_zallocRich Salz2015-09-021-12/+2
* Better handling of verify param id peername fieldViktor Dukhovni2015-09-021-1/+9
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-4/+4
* Fix cut/paste errorRich Salz2015-05-041-1/+1
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-5/+3
* RT3776: Wrong size for mallocRich Salz2015-05-021-4/+4
* free NULL cleanup -- codaRich Salz2015-05-011-9/+5
* free null cleanup finaleRich Salz2015-05-011-17/+9
* free NULL cleanup 5aRich Salz2015-04-301-3/+3
* free NULL cleanup 8Rich Salz2015-04-301-10/+6
* X509_VERIFY_PARAM_free: Check param for NULLKurt Roeckx2015-04-111-0/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-494/+466
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Update API to use (char *) for email addresses and hostnamesViktor Dukhovni2014-07-071-14/+16
* New peername element in X509_VERIFY_PARAM_IDViktor Dukhovni2014-07-061-1/+8
* Multiple verifier reference identities.Viktor Dukhovni2014-06-221-8/+83
* Drop hostlen from X509_VERIFY_PARAM_ID.Viktor Dukhovni2014-06-221-5/+3
* Rename vpm_int.h to x509_lcl.hDr. Stephen Henson2014-05-251-1/+1
* Fixes to host checking.Viktor Dukhovni2014-05-211-1/+8
* Add opaque ID structure.Dr. Stephen Henson2013-12-131-27/+61
* Integrate host, email and IP address checks into X509_verify.Dr. Stephen Henson2012-12-051-0/+97
* verify parameter enumeration functionsDr. Stephen Henson2010-02-251-0/+21
* Update from 1.0.0-stableDr. Stephen Henson2009-06-301-1/+5
* Fix from stable branch.Dr. Stephen Henson2009-03-151-2/+13
* PR: 1778Dr. Stephen Henson2009-02-161-1/+1
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson2008-10-221-6/+4
* Fix a shed load or warnings:Dr. Stephen Henson2008-10-201-2/+2