aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/ct.h
Commit message (Expand)AuthorAgeFilesLines
* Updates the CT_POLICY_EVAL_CTX PODRob Percival2016-08-241-1/+1
* Documents the CTLOG functionsRob Percival2016-08-241-0/+1
* Add comment about calling CT_POLICY_EVAL_CTX_freeRob Percival2016-08-241-1/+5
* Fix comment about what SCT_LIST_validate does.Rob Percival2016-08-241-1/+1
* Removes {i2o,o2i}_SCT_signature from the CT public APIRob Percival2016-08-231-19/+0
* Internalizes SCT_verify and removes SCT_verify_v1Rob Percival2016-08-231-15/+1
* Make CT_POLICY_EVAL_CTX_set1_{cert,issuer} into boolean functionsRob Percival2016-08-151-4/+12
* Improves CTLOG_STORE settersRob Percival2016-08-151-6/+6
* Mkae CT_log_new_from_base64 always return 0 on failureRob Percival2016-08-051-1/+4
* Removes CTLOG_new_null from the CT public APIRob Percival2016-08-051-6/+0
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+1
* Improve some error management code in CTFdaSilvaYY2016-07-051-2/+3
* Fix some memory error handling in CTFdaSilvaYY2016-07-051-0/+2
* Remove unused error/function codes.Rich Salz2016-05-231-17/+3
* Copyright consolidation 03/10Rich Salz2016-05-171-51/+7
* various spelling fixesFdaSilvaYY2016-04-281-4/+4
* make updateViktor Dukhovni2016-04-071-2/+0
* Suppress CT callback as appropriateViktor Dukhovni2016-04-071-15/+5
* Revert "various spelling fixes"Rich Salz2016-04-041-4/+4
* various spelling fixesFdaSilvaYY2016-04-041-4/+4
* Remove #error from include files.Rich Salz2016-03-201-7/+8
* constify CT_POLICY_EVAL_CTX gettersRob Percival2016-03-111-3/+3
* check reviewer --reviewer=emiliaRob Percival2016-03-101-4/+3
* check reviewer --reviewer=emiliaRob Percival2016-03-101-23/+7
* Document importance of CTLOG_STORE outliving SCT if SCT_set0_log is usedRob Percival2016-03-091-0/+2
* 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-13/+0
* Makes SCT_get0_log return const CTLOG*Rob Percival2016-03-091-1/+1
* Makes CTLOG_STORE_get0_log_by_id return const CTLOG*Rob Percival2016-03-091-3/+3
* Treat boolean functions as booleansRob Percival2016-03-091-4/+2
* Make parameters of CTLOG_get* constRob Percival2016-03-091-3/+4
* Extensive application of __owur to CT functions that return a booleanRob Percival2016-03-091-26/+30
* Makes SCT_LIST_set_source return the number of successesRob Percival2016-03-091-1/+1
* If a CT log entry in CTLOG_FILE is invalid, skip it and continue loadingRob Percival2016-03-041-2/+2
* CT policy validationRob Percival2016-03-011-0/+91
* Verify SCT signaturesRob Percival2016-03-011-0/+169
* Moves SCT struct typedef into ossl_typ.hRob Percival2016-02-261-6/+1
* Public API for Certificate TransparencyRob Percival2016-02-261-0/+377