summaryrefslogtreecommitdiff
path: root/crypto/x509/x509_vpm.c
Commit message (Expand)AuthorAgeFilesLines
* Strengthen X509_STORE_CTX_print_verify_cb() to print expected host etc.Dr. David von Oheimb2020-05-051-6/+36
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+4
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-1/+1
* add X509_cmp_timeframe() including its documentationDr. David von Oheimb2019-12-041-1/+1
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-5/+5
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/x509/Richard Levitte2018-12-061-1/+1
* Harmonize use of sk_TYPE_find's return value.Andy Polyakov2018-08-071-5/+4
* 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