summaryrefslogtreecommitdiffstats
path: root/crypto/ct (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-061-1/+1
* Removes CTLOG_new_null from the CT public APIRob Percival2016-08-062-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-231-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-211-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-101-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
* Improved documentation of SCT_CTX_* functionsRob Percival2016-03-092-15/+29
* Updates ct_err.cRob Percival2016-03-091-5/+5
* Reset SCT validation_status if the SCT is modifiedRob Percival2016-03-091-0/+12
* Fixes "usuable" typo in ct_locl.hRob Percival2016-03-091-1/+1
* Treat boolean functions as booleansRob Percival2016-03-093-20/+13
* Make parameters of CTLOG_get* constRob Percival2016-03-091-3/+4
* Extensive application of __owur to CT functions that return a booleanRob Percival2016-03-092-16/+36
* Makes SCT_LIST_set_source return the number of successesRob Percival2016-03-091-4/+3
* Fixes memory leaks in CT codeRob Percival2016-03-071-1/+1
* Handle empty log name in "enable_logs" line of the CT log fileRob Percival2016-03-041-1/+6
* Handle missing "enabled_logs" line in CT log fileRob Percival2016-03-041-0/+6