summaryrefslogtreecommitdiffstats
path: root/crypto/ct
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-13libcrypto: remove reliance on struct timevalPauli
2022-06-02CTLOG_new_ex: Fix copy&paste error when setting propqTomas Mraz
2021-06-17Update copyright yearMatt Caswell
2021-06-08Fix CTLOG_new_from_base64_ex()Matt Caswell
2021-06-02ct: remove TODOsPauli
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-04-08Update copyright yearMatt Caswell
2021-03-18Add ossl_v3 symbolsShane Lontis
2021-03-12misc: other init function param additionsPauli
2021-03-11Update copyright yearMatt Caswell
2021-03-09Reword repeated words.Shane Lontis
2021-02-18Update copyright yearMatt Caswell
2021-02-12Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-librariesRichard Levitte
2021-01-28Update copyright yearRichard Levitte
2021-01-20X509v3_get_ext_by_NID.pod: Add warning on counter-intuitive behavior of X509v...Dr. David von Oheimb
2020-11-24ERR: Rebuild all generated error headers and source filesRichard 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-08-09Add EVP signature with libctx methods.Shane Lontis
2020-05-15Update copyright yearMatt Caswell
2020-04-30coverity 1462541 Dereference after null checkPauli
2020-04-30coverity 1462550 Resource leakPauli
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
2019-10-17Replace BUF_ string function calls with OPENSSL_ onesRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-07-16Regenerate mkerr filesRich Salz
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
2017-06-09Fix memory leaks in CTLOG_new_from_base64Benjamin Kaduk
2017-06-07make error tables const and separate header fileRich Salz
2017-05-22Newlines!Alex Gaynor
2017-05-22Style fixes and use the source parameter so the OCSP path worksAlex Gaynor
2017-05-22This is an intAlex Gaynor
2017-05-22Don't use a for-loop declerationAlex Gaynor
2017-05-22Fixed #3020 -- set entry type on SCTs from X.509 and OCSP extensionsAlex Gaynor
2017-01-29Fix faulty freeRichard Levitte
2016-11-16Move SCT_LIST_free definition into a more logical placeRob Percival
2016-11-16Pass a temporary pointer to o2i_SCT_signature from SCT_new_from_base64Rob Percival