summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_vpm.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-07-31Fix a regression in X509_VERIFY_PARAM_add0_policy()Matt Caswell
2023-05-01x509: sort stacks before findsPauli
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-16x509_vpm.c: add missing direct error reporting and improve coding styleDr. David von Oheimb
2022-08-18X509: Add "code sign" as purpose for verification of certificatesLutz Jaenicke
2022-08-18crypto/x509/x509_vpm.c: update format of X509_VERIFY_PARAM default_tableLutz Jaenicke
2021-04-09Inherit hostflags verify params even without hostsChristian Heimes
2021-03-18Add ossl_v3 symbolsShane Lontis
2021-03-18Fix misc external ossl_ symbols.Shane Lontis
2021-03-11Update copyright yearMatt Caswell
2021-02-27Code cleanup mostly in crypto/x509/v3_purp.cDr. David von Oheimb
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-09-13Fix safestack issues in x509_vfy.hMatt Caswell
2020-09-13Fix safestack issues in asn1.hMatt Caswell
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-05-05Strengthen X509_STORE_CTX_print_verify_cb() to print expected host etc.Dr. David von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2019-12-04add X509_cmp_timeframe() including its documentationDr. David von Oheimb
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/x509/Richard Levitte
2018-08-07Harmonize use of sk_TYPE_find's return value.Andy Polyakov
2018-05-02Make X509_VERIFY_PARAM_get_hostflags() take a const argMatt Caswell
2018-05-01Add getter for X509_VERIFY_PARAM_get_hostflagsMatt Caswell
2018-05-01Update copyright yearMatt Caswell
2018-04-24Add missing malloc-return-null instanceRich Salz
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli
2017-01-12GH2176: Add X509_VERIFY_PARAM_get_timeRich Salz
2016-12-13Add X509_VERIFY_PARAM inheritance flag set/getRich Salz
2016-11-09Simplify and clean X509_VERIFY_PARAM new/free code.FdaSilvaYY
2016-09-21Revert "Constify code about X509_VERIFY_PARAM"Rich Salz
2016-09-18Constify code about X509_VERIFY_PARAMFdaSilvaYY
2016-06-09Make a2i_ipadd an internal functionRich Salz
2016-06-08crypto/x509/x509_vpm.c: Simplify int_x509_param_set1()Kurt Cancemi
2016-05-17Copyright consolidation 09/10Rich Salz
2016-04-03Move peer chain security checks into x509_vfy.cViktor Dukhovni
2016-01-31Check chain extensions also for trusted certificatesViktor Dukhovni
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-16Empty SNI names are not validViktor Dukhovni
2016-01-05DANE support structures, constructructors and accessorsViktor Dukhovni
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-11-26Remove X509_VERIFY_PARAM_IDDr. Stephen Henson
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-09-02Better handling of verify param id peername fieldViktor Dukhovni
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte