aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ct
Commit message (Expand)AuthorAgeFilesLines
* 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
* ct_int.h only needed by crypto/ctRich Salz2016-03-202-7/+6
* constify CT_POLICY_EVAL_CTX gettersRob Percival2016-03-111-3/+3
* check reviewer --reviewer=emiliaRob Percival2016-03-101-8/+10
* check reviewer --reviewer=emiliaRob Percival2016-03-104-35/+20
* CT: check some GeneralizedTime return valuesBenjamin Kaduk2016-03-091-2/+4
* Makes STACK_OF(SCT)* parameter of i2d_SCT_LIST constRob Percival2016-03-091-1/+1
* Removes SCT_LIST_set_source and SCT_LIST_set0_logsRob Percival2016-03-091-29/+0
* Makes SCT_get0_log return const CTLOG*Rob Percival2016-03-092-2/+2
* Makes CTLOG_STORE_get0_log_by_id return const CTLOG*Rob Percival2016-03-091-4/+4