Remove some dead code
[openssl.git] / crypto / ct /
2017-06-09 Benjamin KadukFix memory leaks in CTLOG_new_from_base64
2017-06-07 Rich Salzmake error tables const and separate header file
2017-05-22 Alex GaynorNewlines!
2017-05-22 Alex GaynorStyle fixes and use the source parameter so the OCSP...
2017-05-22 Alex GaynorThis is an int
2017-05-22 Alex GaynorDon't use a for-loop decleration
2017-05-22 Alex GaynorFixed #3020 -- set entry type on SCTs from X.509 and...
2017-01-29 Richard LevitteFix faulty free
2016-11-16 Rob PercivalMove SCT_LIST_free definition into a more logical place
2016-11-16 Rob PercivalPass a temporary pointer to o2i_SCT_signature from...
2016-11-16 Rob PercivalSubtract padding from outlen in ct_base64_decode
2016-11-15 Rob PercivalConvert C++ comments to C-style comments
2016-11-15 Rob PercivalCast time_t to uint64_t before converting to millisecon...
2016-11-15 Rob PercivalBy default, allow SCT timestamps to be up to 5 minutes...
2016-11-15 Rob PercivalDon't check for time() failing in CT_POLICY_EVAL_CTX_new
2016-11-15 Rob PercivalDefault CT_POLICY_EVAL_CTX.epoch_time_in_ms to time()
2016-11-15 Rob PercivalReword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX...
2016-11-15 Rob PercivalCheck that SCT timestamps are not in the future
2016-09-22 Rich SalzAdd -Wswitch-enum
2016-08-23 Rob PercivalSCT_set_source resets validation_status
2016-08-23 Rob PercivalDocument that o2i_SCT_signature can leave the SCT in...
2016-08-23 Rob PercivalRemoves {i2o,o2i}_SCT_signature from the CT public API
2016-08-23 Rob PercivalPrevent double-free of CTLOG public key
2016-08-23 Rob PercivalInternalizes SCT_verify and removes SCT_verify_v1
2016-08-22 Matt CaswellEnsure CT_POLICY_EVAL_CTX_free behaves properly with...
2016-08-16 Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-08-15 Rob PercivalMake CT_POLICY_EVAL_CTX_set1_{cert,issuer} into boolean...
2016-08-15 Rob PercivalImproves CTLOG_STORE setters
2016-08-06 Rob PercivalMkae CT_log_new_from_base64 always return 0 on failure
2016-08-05 Rob PercivalRemoves CTLOG_new_null from the CT public API
2016-08-02 FdaSilvaYYFix some style issues...
2016-07-25 FdaSilvaYYTypo and comment fix
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-05 FdaSilvaYYImprove some error management code in CT
2016-07-05 FdaSilvaYYFix some memory error handling in CT
2016-07-05 FdaSilvaYYAdd checks on sk_TYPE_push() returned value
2016-06-11 Kurt RoeckxSpecify array sizes
2016-06-07 Rob PercivalFix potential access of null pointer (pp)
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-05-17 Rich SalzCopyright consolidation 07/10
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-07 Viktor Dukhovnimake update
2016-04-07 Viktor DukhovniSuppress CT callback as appropriate
2016-03-23 Rob PercivalRemoved unused fields of CT_POLICY_EVAL_CTX
2016-03-21 Rob PercivalAdds s2i function for ct_precert_poison X509 extension
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-20 Rich SalzRemove #error from include files.
2016-03-20 Rich Salzct_int.h only needed by crypto/ct
2016-03-11 Rob Percivalconstify CT_POLICY_EVAL_CTX getters
2016-03-10 Rob Percivalcheck reviewer --reviewer=emilia
2016-03-10 Rob Percivalcheck reviewer --reviewer=emilia
2016-03-10 Benjamin KadukCT: check some GeneralizedTime return values
2016-03-09 Rob PercivalMakes STACK_OF(SCT)* parameter of i2d_SCT_LIST const
2016-03-09 Rob PercivalRemoves SCT_LIST_set_source and SCT_LIST_set0_logs
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