summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x_crl.c
AgeCommit message (Expand)Author
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