summaryrefslogtreecommitdiffstats
path: root/crypto/ct/ct_log.c
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-06-02CTLOG_new_ex: Fix copy&paste error when setting propqTomas Mraz
2021-02-18Update copyright yearMatt Caswell
2021-02-12Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-librariesRichard Levitte
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-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-13Fix safestack issues in ct.hMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-09Make the CT code library context awareMatt Caswell
2020-01-19Deprecate the low level SHA functions.Pauli
2018-12-06Following the license change, modify the boilerplates in crypto/ct/Richard Levitte
2018-09-24Use secure_getenv(3) when available.Pauli
2018-06-21Add -Wstrict-prototypes option to --strict-warningsBernd Edlinger
2018-05-29Update copyright yearMatt Caswell
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2017-09-18Null pointer used.Pauli
2017-09-06Add checks for alloc failing.Rich Salz
2016-08-23Prevent double-free of CTLOG public keyRob Percival
2016-08-05Removes CTLOG_new_null from the CT public APIRob Percival
2016-07-05Improve some error management code in CTFdaSilvaYY
2016-07-05Fix some memory error handling in CTFdaSilvaYY
2016-07-05Add checks on sk_TYPE_push() returned valueFdaSilvaYY
2016-05-17Copyright consolidation 07/10Rich Salz
2016-03-09Makes CTLOG_STORE_get0_log_by_id return const CTLOG*Rob Percival
2016-03-09Treat boolean functions as booleansRob Percival
2016-03-09Make parameters of CTLOG_get* constRob Percival
2016-03-04Handle empty log name in "enable_logs" line of the CT log fileRob Percival
2016-03-04Handle missing "enabled_logs" line in CT log fileRob Percival
2016-03-04If a CT log entry in CTLOG_FILE is invalid, skip it and continue loadingRob Percival
2016-03-01Addresses review comments from richsalzRob Percival
2016-03-01Verify SCT signaturesRob Percival