aboutsummaryrefslogtreecommitdiff
path: root/crypto/ct
AgeCommit message (Expand)AuthorFilesLines
2020-05-15Update copyright yearMatt Caswell3-3/+3
2020-04-30coverity 1462541 Dereference after null checkPauli1-1/+3
2020-04-30coverity 1462550 Resource leakPauli1-0/+1
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz5-0/+10
2020-04-23Update copyright yearMatt Caswell7-7/+7
2020-04-09Make the CT code library context awareMatt Caswell7-30/+124
2020-01-19Deprecate the low level SHA functions.Pauli1-2/+2
2019-10-17Replace BUF_ string function calls with OPENSSL_ onesRich Salz1-3/+3
2019-09-28Reorganize local header filesDr. Matthias St. Pierre9-8/+8
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte1-1/+1
2019-07-16Regenerate mkerr filesRich Salz1-43/+2
2018-12-06Following the license change, modify the boilerplates in crypto/ct/Richard Levitte11-11/+11
2018-09-24Use secure_getenv(3) when available.Pauli1-1/+1
2018-06-21Add -Wstrict-prototypes option to --strict-warningsBernd Edlinger1-1/+1
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-1/+1
2017-09-18Null pointer used.Pauli1-1/+1
2017-09-06Add checks for alloc failing.Rich Salz1-0/+2
2017-06-09Fix memory leaks in CTLOG_new_from_base64Benjamin Kaduk1-4/+8
2017-06-07make error tables const and separate header fileRich Salz1-58/+67
2017-05-22Newlines!Alex Gaynor1-0/+4
2017-05-22Style fixes and use the source parameter so the OCSP path worksAlex Gaynor1-5/+7
2017-05-22This is an intAlex Gaynor1-1/+1
2017-05-22Don't use a for-loop declerationAlex Gaynor1-1/+2
2017-05-22Fixed #3020 -- set entry type on SCTs from X.509 and OCSP extensionsAlex Gaynor1-2/+39
2017-01-29Fix faulty freeRichard Levitte1-6/+6
2016-11-16Move SCT_LIST_free definition into a more logical placeRob Percival2-5/+5
2016-11-16Pass a temporary pointer to o2i_SCT_signature from SCT_new_from_base64Rob Percival1-1/+4
2016-11-16Subtract padding from outlen in ct_base64_decodeRob Percival1-0/+5
2016-11-15Convert C++ comments to C-style commentsRob Percival1-5/+7
2016-11-15Cast time_t to uint64_t before converting to milliseconds in ct_policy.cRob Percival1-1/+3
2016-11-15By default, allow SCT timestamps to be up to 5 minutes in the futureRob Percival1-1/+7
2016-11-15Don't check for time() failing in CT_POLICY_EVAL_CTX_newRob Percival1-6/+2
2016-11-15Default CT_POLICY_EVAL_CTX.epoch_time_in_ms to time()Rob Percival1-0/+7
2016-11-15Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX}_set_timeRob Percival1-4/+5
2016-11-15Check that SCT timestamps are not in the futureRob Percival6-1/+34
2016-09-22Add -Wswitch-enumRich Salz1-5/+8
2016-08-23SCT_set_source resets validation_statusRob Percival1-0/+1
2016-08-23Document that o2i_SCT_signature can leave the SCT in an inconsistent stateRob Percival1-0/+2
2016-08-23Removes {i2o,o2i}_SCT_signature from the CT public APIRob Percival1-0/+23
2016-08-23Prevent double-free of CTLOG public keyRob Percival1-1/+1
2016-08-23Internalizes SCT_verify and removes SCT_verify_v1Rob Percival4-44/+14
2016-08-23Ensure CT_POLICY_EVAL_CTX_free behaves properly with a NULL argMatt Caswell1-0/+2
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson1-1/+1
2016-08-15Make CT_POLICY_EVAL_CTX_set1_{cert,issuer} into boolean functionsRob Percival1-6/+10
2016-08-15Improves CTLOG_STORE settersRob Percival1-6/+10
2016-08-05Mkae CT_log_new_from_base64 always return 0 on failureRob Percival1-1/+1
2016-08-05Removes CTLOG_new_null from the CT public APIRob Percival2-13/+4
2016-08-02Fix some style issues...FdaSilvaYY1-1/+1
2016-07-25Typo and comment fixFdaSilvaYY1-3/+4