summaryrefslogtreecommitdiffstats
path: root/crypto/ct
AgeCommit message (Expand)Author
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
2016-11-16Subtract padding from outlen in ct_base64_decodeRob Percival
2016-11-15Convert C++ comments to C-style commentsRob Percival
2016-11-15Cast time_t to uint64_t before converting to milliseconds in ct_policy.cRob Percival
2016-11-15By default, allow SCT timestamps to be up to 5 minutes in the futureRob Percival
2016-11-15Don't check for time() failing in CT_POLICY_EVAL_CTX_newRob Percival
2016-11-15Default CT_POLICY_EVAL_CTX.epoch_time_in_ms to time()Rob Percival
2016-11-15Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX}_set_timeRob Percival
2016-11-15Check that SCT timestamps are not in the futureRob Percival
2016-09-22Add -Wswitch-enumRich Salz
2016-08-23SCT_set_source resets validation_statusRob Percival
2016-08-23Document that o2i_SCT_signature can leave the SCT in an inconsistent stateRob Percival
2016-08-23Removes {i2o,o2i}_SCT_signature from the CT public APIRob Percival
2016-08-23Prevent double-free of CTLOG public keyRob Percival
2016-08-23Internalizes SCT_verify and removes SCT_verify_v1Rob Percival
2016-08-23Ensure CT_POLICY_EVAL_CTX_free behaves properly with a NULL argMatt Caswell
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson