summaryrefslogtreecommitdiffstats
path: root/crypto/ct
AgeCommit message (Expand)Author
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
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
2016-08-15Make CT_POLICY_EVAL_CTX_set1_{cert,issuer} into boolean functionsRob Percival
2016-08-15Improves CTLOG_STORE settersRob Percival
2016-08-05Mkae CT_log_new_from_base64 always return 0 on failureRob Percival
2016-08-05Removes CTLOG_new_null from the CT public APIRob Percival
2016-08-02Fix some style issues...FdaSilvaYY
2016-07-25Typo and comment fixFdaSilvaYY
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
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-06-11Specify array sizesKurt Roeckx
2016-06-07Fix potential access of null pointer (pp)Rob Percival
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-05-17Copyright consolidation 07/10Rich Salz
2016-04-20Remove --classic build entirelyRichard Levitte
2016-04-07make updateViktor Dukhovni