aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_vpm.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Fix a regression in X509_VERIFY_PARAM_add0_policy()Matt Caswell2023-07-311-2/+8
* x509: sort stacks before findsPauli2023-05-011-0/+2
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* x509_vpm.c: add missing direct error reporting and improve coding styleDr. David von Oheimb2022-09-161-40/+42
* X509: Add "code sign" as purpose for verification of certificatesLutz Jaenicke2022-08-181-0/+12
* crypto/x509/x509_vpm.c: update format of X509_VERIFY_PARAM default_tableLutz Jaenicke2022-08-181-5/+10
* Inherit hostflags verify params even without hostsChristian Heimes2021-04-091-2/+2
* Add ossl_v3 symbolsShane Lontis2021-03-181-1/+1
* Fix misc external ossl_ symbols.Shane Lontis2021-03-181-1/+1
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Code cleanup mostly in crypto/x509/v3_purp.cDr. David von Oheimb2021-02-271-10/+10
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* Fix safestack issues in x509_vfy.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-1/+0
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-1/+0
* 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