aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/ct.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-09Make the CT code library context awareMatt Caswell1-4/+40
2019-11-07Update source files for deprecation at 3.0Richard Levitte1-1/+1
2019-09-28Add legacy include guards to public header filesDr. Matthias St. Pierre1-0/+6
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2019-09-28Reorganize public header files (part 1)Dr. Matthias St. Pierre1-1/+1
2019-09-09Do no mention private headers in public headersRichard Levitte1-2/+0
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte1-1/+1
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-02-09Remove redundant declarations of ERR_load_*_strings()Nick Mathewson1-1/+0
2017-06-07make error tables const and separate header fileRich Salz1-57/+1
2016-11-15Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX}_set_timeRob Percival1-3/+3
2016-11-15Remove obsolete error constant CT_F_CTLOG_NEW_NULLRob Percival1-1/+0
2016-11-15Check that SCT timestamps are not in the futureRob Percival1-1/+17
2016-08-24Updates the CT_POLICY_EVAL_CTX PODRob Percival1-1/+1
2016-08-24Documents the CTLOG functionsRob Percival1-0/+1
2016-08-24Add comment about calling CT_POLICY_EVAL_CTX_freeRob Percival1-1/+5
2016-08-24Fix comment about what SCT_LIST_validate does.Rob Percival1-1/+1
2016-08-23Removes {i2o,o2i}_SCT_signature from the CT public APIRob Percival1-19/+0
2016-08-23Internalizes SCT_verify and removes SCT_verify_v1Rob Percival1-15/+1
2016-08-15Make CT_POLICY_EVAL_CTX_set1_{cert,issuer} into boolean functionsRob Percival1-4/+12
2016-08-15Improves CTLOG_STORE settersRob Percival1-6/+6
2016-08-05Mkae CT_log_new_from_base64 always return 0 on failureRob Percival1-1/+4
2016-08-05Removes CTLOG_new_null from the CT public APIRob Percival1-6/+0
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+1
2016-07-05Improve some error management code in CTFdaSilvaYY1-2/+3
2016-07-05Fix some memory error handling in CTFdaSilvaYY1-0/+2
2016-05-23Remove unused error/function codes.Rich Salz1-17/+3
2016-05-17Copyright consolidation 03/10Rich Salz1-51/+7
2016-04-28various spelling fixesFdaSilvaYY1-4/+4
2016-04-07make updateViktor Dukhovni1-2/+0
2016-04-07Suppress CT callback as appropriateViktor Dukhovni1-15/+5
2016-04-04Revert "various spelling fixes"Rich Salz1-4/+4
2016-04-04various spelling fixesFdaSilvaYY1-4/+4
2016-03-20Remove #error from include files.Rich Salz1-7/+8
2016-03-11constify CT_POLICY_EVAL_CTX gettersRob Percival1-3/+3
2016-03-10check reviewer --reviewer=emiliaRob Percival1-4/+3
2016-03-10check reviewer --reviewer=emiliaRob Percival1-23/+7
2016-03-09Document importance of CTLOG_STORE outliving SCT if SCT_set0_log is usedRob Percival1-0/+2
2016-03-09Makes STACK_OF(SCT)* parameter of i2d_SCT_LIST constRob Percival1-1/+1
2016-03-09Removes SCT_LIST_set_source and SCT_LIST_set0_logsRob Percival1-13/+0
2016-03-09Makes SCT_get0_log return const CTLOG*Rob Percival1-1/+1
2016-03-09Makes CTLOG_STORE_get0_log_by_id return const CTLOG*Rob Percival1-3/+3
2016-03-09Treat boolean functions as booleansRob Percival1-4/+2
2016-03-09Make parameters of CTLOG_get* constRob Percival1-3/+4
2016-03-09Extensive application of __owur to CT functions that return a booleanRob Percival1-26/+30
2016-03-09Makes SCT_LIST_set_source return the number of successesRob Percival1-1/+1
2016-03-04If a CT log entry in CTLOG_FILE is invalid, skip it and continue loadingRob Percival1-2/+2
2016-03-01CT policy validationRob Percival1-0/+91
2016-03-01Verify SCT signaturesRob Percival1-0/+169
2016-02-26Moves SCT struct typedef into ossl_typ.hRob Percival1-6/+1