summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x_crl.c
AgeCommit message (Expand)Author
2022-11-23crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-06-21Update copyright yearMatt Caswell
2022-05-25Fix a memory leak in crl_set_issuersBernd Edlinger
2022-05-23Fix a crash in asn1_item_embed_newBernd Edlinger
2021-04-14Add some additional NULL checks to prevent segfaults.Shane Lontis
2021-04-08Fix more certificate related lib_ctx settings.Shane Lontis
2021-03-18Add ossl_ x509 symbolsShane Lontis
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
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-12-04Fix x509_crl propq so that it uses a copyShane Lontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-13Fix safestack issues in x509v3.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-08-24STORE: Modify to support loading with provider based loadersRichard Levitte
2020-07-16Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
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-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-01-31Fix a memory leak with di2_X509_CRL reuseBernd Edlinger
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-01Update copyright yearMatt Caswell
2018-04-24X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY
2017-01-28X509_CRL_digest() - ensure precomputed sha1 hash before returning itRichard Levitte
2016-12-14CRL critical extension bugfixRich Salz
2016-11-07Allow null in X509_CRL_METHOD_freeFdaSilvaYY
2016-08-05spelling fixes, just comments and readme.klemens
2016-05-17Copyright consolidation 09/10Rich Salz
2016-03-08Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-10-15embed CRL serial number and signature fieldsDr. Stephen Henson
2015-09-22Fix path in commentsDr. Stephen Henson
2015-09-22Move certificate request and CRL routines to x509 dir.Dr. Stephen Henson