summaryrefslogtreecommitdiffstats
path: root/include/openssl/ct.h
AgeCommit message (Expand)Author
2019-09-14Do no mention private headers in public headersRichard Levitte
2018-02-13Update copyright yearMatt Caswell
2018-02-09Remove redundant declarations of ERR_load_*_strings()Nick Mathewson
2017-06-07make error tables const and separate header fileRich Salz
2016-11-15Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX}_set_timeRob Percival
2016-11-15Remove obsolete error constant CT_F_CTLOG_NEW_NULLRob Percival
2016-11-15Check that SCT timestamps are not in the futureRob Percival
2016-08-24Updates the CT_POLICY_EVAL_CTX PODRob Percival
2016-08-24Documents the CTLOG functionsRob Percival
2016-08-24Add comment about calling CT_POLICY_EVAL_CTX_freeRob Percival
2016-08-24Fix comment about what SCT_LIST_validate does.Rob Percival
2016-08-23Removes {i2o,o2i}_SCT_signature from the CT public APIRob Percival
2016-08-23Internalizes SCT_verify and removes SCT_verify_v1Rob Percival
2016-08-15Make CT_POLICY_EVAL_CTX_set1_{cert,issuer} into boolean functionsRob Percival
2016-08-15Improves CTLOG_STORE settersRob Percival
2016-08-05Mkae CT_log_new_from_base64 always return 0 on failureRob Percival
2016-08-05Removes CTLOG_new_null from the CT public APIRob Percival
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-07-05Improve some error management code in CTFdaSilvaYY
2016-07-05Fix some memory error handling in CTFdaSilvaYY
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-17Copyright consolidation 03/10Rich Salz
2016-04-28various spelling fixesFdaSilvaYY
2016-04-07make updateViktor Dukhovni
2016-04-07Suppress CT callback as appropriateViktor Dukhovni
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-03-20Remove #error from include files.Rich Salz
2016-03-11constify CT_POLICY_EVAL_CTX gettersRob Percival
2016-03-10check reviewer --reviewer=emiliaRob Percival
2016-03-10check reviewer --reviewer=emiliaRob Percival
2016-03-09Document importance of CTLOG_STORE outliving SCT if SCT_set0_log is usedRob Percival
2016-03-09Makes STACK_OF(SCT)* parameter of i2d_SCT_LIST constRob Percival
2016-03-09Removes SCT_LIST_set_source and SCT_LIST_set0_logsRob Percival
2016-03-09Makes SCT_get0_log return const CTLOG*Rob Percival
2016-03-09Makes CTLOG_STORE_get0_log_by_id return const CTLOG*Rob Percival
2016-03-09Treat boolean functions as booleansRob Percival
2016-03-09Make parameters of CTLOG_get* constRob Percival
2016-03-09Extensive application of __owur to CT functions that return a booleanRob Percival
2016-03-09Makes SCT_LIST_set_source return the number of successesRob Percival
2016-03-04If a CT log entry in CTLOG_FILE is invalid, skip it and continue loadingRob Percival
2016-03-01CT policy validationRob Percival
2016-03-01Verify SCT signaturesRob Percival
2016-02-26Moves SCT struct typedef into ossl_typ.hRob Percival
2016-02-26Public API for Certificate TransparencyRob Percival