aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ct
Commit message (Expand)AuthorAgeFilesLines
* Null pointer used.Pauli2017-09-181-1/+1
* Add checks for alloc failing.Rich Salz2017-09-061-0/+2
* Fix memory leaks in CTLOG_new_from_base64Benjamin Kaduk2017-06-091-4/+8
* make error tables const and separate header fileRich Salz2017-06-071-58/+67
* Newlines!Alex Gaynor2017-05-221-0/+4
* Style fixes and use the source parameter so the OCSP path worksAlex Gaynor2017-05-221-5/+7
* This is an intAlex Gaynor2017-05-221-1/+1
* Don't use a for-loop declerationAlex Gaynor2017-05-221-1/+2
* Fixed #3020 -- set entry type on SCTs from X.509 and OCSP extensionsAlex Gaynor2017-05-221-2/+39
* Fix faulty freeRichard Levitte2017-01-291-6/+6
* Move SCT_LIST_free definition into a more logical placeRob Percival2016-11-162-5/+5
* Pass a temporary pointer to o2i_SCT_signature from SCT_new_from_base64Rob Percival2016-11-161-1/+4
* Subtract padding from outlen in ct_base64_decodeRob Percival2016-11-161-0/+5
* Convert C++ comments to C-style commentsRob Percival2016-11-151-5/+7
* Cast time_t to uint64_t before converting to milliseconds in ct_policy.cRob Percival2016-11-151-1/+3
* By default, allow SCT timestamps to be up to 5 minutes in the futureRob Percival2016-11-151-1/+7
* Don't check for time() failing in CT_POLICY_EVAL_CTX_newRob Percival2016-11-151-6/+2
* Default CT_POLICY_EVAL_CTX.epoch_time_in_ms to time()Rob Percival2016-11-151-0/+7
* Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX}_set_timeRob Percival2016-11-151-4/+5
* Check that SCT timestamps are not in the futureRob Percival2016-11-156-1/+34
* Add -Wswitch-enumRich Salz2016-09-221-5/+8
* SCT_set_source resets validation_statusRob Percival2016-08-231-0/+1
* Document that o2i_SCT_signature can leave the SCT in an inconsistent stateRob Percival2016-08-231-0/+2
* Removes {i2o,o2i}_SCT_signature from the CT public APIRob Percival2016-08-231-0/+23
* Prevent double-free of CTLOG public keyRob Percival2016-08-231-1/+1
* Internalizes SCT_verify and removes SCT_verify_v1Rob Percival2016-08-234-44/+14
* Ensure CT_POLICY_EVAL_CTX_free behaves properly with a NULL argMatt Caswell2016-08-231-0/+2
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-1/+1
* Make CT_POLICY_EVAL_CTX_set1_{cert,issuer} into boolean functionsRob Percival2016-08-151-6/+10
* Improves CTLOG_STORE settersRob Percival2016-08-151-6/+10
* Mkae CT_log_new_from_base64 always return 0 on failureRob Percival2016-08-051-1/+1
* Removes CTLOG_new_null from the CT public APIRob Percival2016-08-052-13/+4
* Fix some style issues...FdaSilvaYY2016-08-021-1/+1
* Typo and comment fixFdaSilvaYY2016-07-251-3/+4
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+4
* Improve some error management code in CTFdaSilvaYY2016-07-052-26/+33
* Fix some memory error handling in CTFdaSilvaYY2016-07-051-15/+22
* Add checks on sk_TYPE_push() returned valueFdaSilvaYY2016-07-051-1/+4
* Specify array sizesKurt Roeckx2016-06-112-2/+2
* Fix potential access of null pointer (pp)Rob Percival2016-06-071-2/+2
* Remove unused error/function codes.Rich Salz2016-05-231-27/+1
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 07/10Rich Salz2016-05-1710-529/+53
* Remove --classic build entirelyRichard Levitte2016-04-201-45/+0
* make updateViktor Dukhovni2016-04-071-3/+0
* Suppress CT callback as appropriateViktor Dukhovni2016-04-074-69/+58
* Removed unused fields of CT_POLICY_EVAL_CTXRob Percival2016-03-221-2/+0
* Adds s2i function for ct_precert_poison X509 extensionRob Percival2016-03-211-1/+6
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove #error from include files.Rich Salz2016-03-201-4/+0