summaryrefslogtreecommitdiff
path: root/crypto/x509/v3_purp.c
Commit message (Expand)AuthorAgeFilesLines
* x509/v3_purp.c: rename 'require_ca' parameters to the more adequate 'non_leaf'Dr. David von Oheimb2022-11-181-39/+39
* x509/v3_purp.c etc.: improve doc/comments on codesign and timestamp purpose c...Dr. David von Oheimb2022-11-181-6/+20
* crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-8/+4
* X509: Add "code sign" as purpose for verification of certificatesLutz Jaenicke2022-08-181-0/+56
* Fix ossl_x509v3_cache_extensions(): EXFLAG_NO_FINGERPRINT should not be an errorDr. David von Oheimb2022-08-181-11/+5
* crypto/x509/v3_purp.c: Improve coding styleDr. David von Oheimb2022-07-131-61/+46
* Improve the documentation of cert path building and validationDr. David von Oheimb2021-06-081-4/+4
* Update check_sig_alg_match() to work with provided keysMatt Caswell2021-05-311-4/+3
* Add X509 version constants.David Benjamin2021-04-281-1/+1
* x509: fix coverity 1461225: data race conditionPauli2021-03-261-1/+4
* Add ossl_ x509 symbolsShane Lontis2021-03-181-13/+13
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-1/+2
* Code cleanup mostly in crypto/x509/v3_purp.cDr. David von Oheimb2021-02-271-91/+88
* check_sig_alg_match(): weaken sig nid comparison to allow RSA{,PSS} key verif...Dr. David von Oheimb2021-01-281-8/+10
* Update copyright yearRichard Levitte2021-01-281-1/+1
* X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...Dr. David von Oheimb2021-01-131-8/+8
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-9/+9
* Implement treatment of id-pkix-ocsp-no-check extension for OCSP_basic_verify()Dr. David von Oheimb2020-09-261-0/+1
* Rename check_chain_extensions to check_chainTomas Mraz2020-09-171-1/+1
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in x509v3.hMatt Caswell2020-09-131-3/+0
* check_chain_extensions(): Add check that on empty Subject the SAN must be mar...Dr. David von Oheimb2020-09-111-0/+3
* check_chain_extensions(): Add check that AKID and SKID are not marked criticalDr. David von Oheimb2020-09-111-5/+17
* check_chain_extensions(): Add check that Basic Constraints of CA cert are mar...Dr. David von Oheimb2020-09-111-1/+3
* Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set...Dr. David von Oheimb2020-09-111-26/+71
* Make sure x509v3_cache_extensions() does not modify the error queueDr. David von Oheimb2020-08-211-0/+2
* Add X509 related libctx changes.Shane Lontis2020-07-241-22/+9
* x509_vfy.c: Improve key usage checks in internal_verify() of cert chainsDr. David von Oheimb2020-07-161-0/+2
* Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb2020-07-161-2/+2
* X509v3_cache_extensions(): Improve coding style and doc, fix case 'sha1 == NULL'Dr. David von Oheimb2020-07-011-26/+39
* Fix issue 1418 by moving check of KU_KEY_CERT_SIGN and weakening check_issued()Dr. David von Oheimb2020-07-011-1/+2
* Refactor (without semantic changes) crypto/x509/{v3_purp.c,x509_vfy.c}Dr. David von Oheimb2020-07-011-24/+47
* Improve documentation, layout, and code comments regarding self-issued certs ...Dr. David von Oheimb2020-07-011-17/+14
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+5
* Introduce an internal version of X509_check_issued()Matt Caswell2020-04-161-3/+9
* Add manpage entry for X509_check_purpose()Jake Maynard2020-04-111-1/+3
* Allow certificates with Basic Constraints CA:false, pathlen:0Tomas Mraz2020-04-061-3/+7
* Add the X509v3_cache_extensions() functionMatt Caswell2020-03-301-15/+17
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-1/+1
* Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger2020-03-211-29/+68
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-2/+2
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Add missing accessors for X509 AuthorityKeyIdentifierDr. Matthias St. Pierre2019-08-011-0/+14
* Join the x509 and x509v3 directoriesRichard Levitte2019-05-291-0/+909