Makes SCT_get0_log return const CTLOG*
[openssl.git] / crypto / ct /
2016-03-09 Rob PercivalMakes SCT_get0_log return const CTLOG*
2016-03-09 Rob PercivalMakes CTLOG_STORE_get0_log_by_id return const CTLOG*
2016-03-09 Rob PercivalImproved documentation of SCT_CTX_* functions
2016-03-09 Rob PercivalUpdates ct_err.c
2016-03-09 Rob PercivalReset SCT validation_status if the SCT is modified
2016-03-09 Rob PercivalFixes "usuable" typo in ct_locl.h
2016-03-09 Rob PercivalTreat boolean functions as booleans
2016-03-09 Rob PercivalMake parameters of CTLOG_get* const
2016-03-09 Rob PercivalExtensive application of __owur to CT functions that...
2016-03-09 Rob PercivalMakes SCT_LIST_set_source return the number of successes
2016-03-07 Rob PercivalFixes memory leaks in CT code
2016-03-04 Rob PercivalHandle empty log name in "enable_logs" line of the...
2016-03-04 Rob PercivalHandle missing "enabled_logs" line in CT log file
2016-03-04 Rob PercivalIf a CT log entry in CTLOG_FILE is invalid, skip it...
2016-03-01 Rob PercivalCT policy validation
2016-03-01 Rob PercivalMove macros for reading/writing integers into ct_locl.h
2016-03-01 Rob PercivalAddresses review comments from richsalz
2016-03-01 Rob PercivalFixes potential double free and memory leak in ct_b64.c
2016-03-01 Rob PercivalVerify SCT signatures
2016-02-26 Rob PercivalFix for potential deferencing of null pointer in o2i_SC...
2016-02-26 Rob PercivalPublic API for Certificate Transparency
2016-02-25 Rich SalzFix unified build after CT reorg
2016-02-25 Adam EijdenbergAdd more CT utility routines to be used as part of...
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Rich SalzRemove update tags
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Richard Levittemake update
2016-01-07 Rich Salzmem functions cleanup
2015-12-30 Richard LevitteFix some missing or faulty header file inclusions
2015-12-09 Dr. Stephen Hensonmake update
2015-11-20 Matt CaswellMake libssl async aware
2015-10-30 Matt CaswellReorganise state machine files
2015-10-21 Richard Levittemake update
2015-10-21 Richard LevitteHandle CT error macros separately
2015-10-18 Richard Levittect_locl.h moved, reflect it in crypto/ct/Makefile
2015-10-18 Richard Levittemake update
2015-10-18 Richard LevitteBecause ct_locl.h is used between modules, move it...
2015-10-14 Emilia Kasperct_locl.h: fix some comments
2015-10-09 Matt CaswellFix Windows build
2015-10-09 Adam EijdenbergInitial commit for Certificate Transparency support