aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x_crl.c
Commit message (Expand)AuthorAgeFilesLines
* Add some additional NULL checks to prevent segfaults.Shane Lontis2021-04-141-3/+3
* Fix more certificate related lib_ctx settings.Shane Lontis2021-04-081-2/+15
* Add ossl_ x509 symbolsShane Lontis2021-03-181-2/+3
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-1/+2
* 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-2/+2
* Fix x509_crl propq so that it uses a copyShane Lontis2020-12-041-1/+16
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-2/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* Fix safestack issues in x509v3.hMatt Caswell2020-09-131-3/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* STORE: Modify to support loading with provider based loadersRichard Levitte2020-08-241-0/+9
* Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb2020-07-161-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+5
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-8/+8
* Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger2020-03-211-12/+25
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Fix a memory leak with di2_X509_CRL reuseBernd Edlinger2019-01-311-0/+12
* 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-3/+7
* Update copyright yearMatt Caswell2018-05-011-1/+1
* X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY2018-04-241-3/+6
* X509_CRL_digest() - ensure precomputed sha1 hash before returning itRichard Levitte2017-01-281-0/+2
* CRL critical extension bugfixRich Salz2016-12-141-1/+1
* Allow null in X509_CRL_METHOD_freeFdaSilvaYY2016-11-071-1/+1
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini2016-03-081-3/+3
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-3/+3
* embed CRL serial number and signature fieldsDr. Stephen Henson2015-10-151-7/+7
* Fix path in commentsDr. Stephen Henson2015-09-221-1/+1
* Move certificate request and CRL routines to x509 dir.Dr. Stephen Henson2015-09-221-0/+506