aboutsummaryrefslogtreecommitdiff
path: root/crypto/ct
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+4
2016-07-05Improve some error management code in CTFdaSilvaYY2-26/+33
2016-07-05Fix some memory error handling in CTFdaSilvaYY1-15/+22
2016-07-05Add checks on sk_TYPE_push() returned valueFdaSilvaYY1-1/+4
2016-06-11Specify array sizesKurt Roeckx2-2/+2
2016-06-07Fix potential access of null pointer (pp)Rob Percival1-2/+2
2016-05-23Remove unused error/function codes.Rich Salz1-27/+1
2016-05-17Manual fixes after copyright consolidationRich Salz1-51/+6
2016-05-17Copyright consolidation 07/10Rich Salz10-529/+53
2016-04-20Remove --classic build entirelyRichard Levitte1-45/+0
2016-04-07make updateViktor Dukhovni1-3/+0
2016-04-07Suppress CT callback as appropriateViktor Dukhovni4-69/+58
2016-03-22Removed unused fields of CT_POLICY_EVAL_CTXRob Percival1-2/+0