summaryrefslogtreecommitdiffstats
path: root/crypto/x509/v3_purp.c
AgeCommit message (Expand)Author
2023-08-01Copyright year updatesMatt Caswell
2023-06-12Fix incorrect ERR_raise() callsTheo Buehler
2022-12-01Update copyright yearTomas Mraz
2022-11-23crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2021-06-08Improve the documentation of cert path building and validationDr. David von Oheimb
2021-05-31Update check_sig_alg_match() to work with provided keysMatt Caswell
2021-04-28Add X509 version constants.David Benjamin
2021-03-26x509: fix coverity 1461225: data race conditionPauli
2021-03-18Add ossl_ x509 symbolsShane Lontis
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-02-27Code cleanup mostly in crypto/x509/v3_purp.cDr. David von Oheimb
2021-01-28check_sig_alg_match(): weaken sig nid comparison to allow RSA{,PSS} key verif...Dr. David von Oheimb
2021-01-28Update copyright yearRichard Levitte
2021-01-13X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...Dr. David von Oheimb
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-09-26Implement treatment of id-pkix-ocsp-no-check extension for OCSP_basic_verify()Dr. David von Oheimb
2020-09-17Rename check_chain_extensions to check_chainTomas Mraz
2020-09-13Fix safestack issues in asn1.hMatt Caswell
2020-09-13Fix safestack issues in x509v3.hMatt Caswell
2020-09-11check_chain_extensions(): Add check that on empty Subject the SAN must be mar...Dr. David von Oheimb
2020-09-11check_chain_extensions(): Add check that AKID and SKID are not marked criticalDr. David von Oheimb
2020-09-11check_chain_extensions(): Add check that Basic Constraints of CA cert are mar...Dr. David von Oheimb
2020-09-11Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set...Dr. David von Oheimb
2020-08-21Make sure x509v3_cache_extensions() does not modify the error queueDr. David von Oheimb
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-07-16x509_vfy.c: Improve key usage checks in internal_verify() of cert chainsDr. David von Oheimb
2020-07-16Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb
2020-07-01X509v3_cache_extensions(): Improve coding style and doc, fix case 'sha1 == NULL'Dr. David von Oheimb
2020-07-01Fix issue 1418 by moving check of KU_KEY_CERT_SIGN and weakening check_issued()Dr. David von Oheimb
2020-07-01Refactor (without semantic changes) crypto/x509/{v3_purp.c,x509_vfy.c}Dr. David von Oheimb
2020-07-01Improve documentation, layout, and code comments regarding self-issued certs ...Dr. David von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-16Introduce an internal version of X509_check_issued()Matt Caswell
2020-04-11Add manpage entry for X509_check_purpose()Jake Maynard
2020-04-06Allow certificates with Basic Constraints CA:false, pathlen:0Tomas Mraz
2020-03-30Add the X509v3_cache_extensions() functionMatt Caswell
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-03-21Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-08-01Add missing accessors for X509 AuthorityKeyIdentifierDr. Matthias St. Pierre
2019-05-29Join the x509 and x509v3 directoriesRichard Levitte