]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ct
HTTP: Implement persistent connections (keep-alive)
[thirdparty/openssl.git] / crypto / ct /
2021-04-08  Matt CaswellUpdate copyright year
2021-03-18  Shane LontisAdd ossl_v3 symbols
2021-03-11  Paulimisc: other init function param additions
2021-03-11  Matt CaswellUpdate copyright year
2021-03-09  Shane LontisReword repeated words.
2021-02-18  Matt CaswellUpdate copyright year
2021-02-12  Richard LevitteUse ERR_R_*_LIB instead of ERR_LIB_* as reason code...
2021-01-28  Richard LevitteUpdate copyright year
2021-01-20  Dr. David von OheimbX509v3_get_ext_by_NID.pod: Add warning on counter-intui...
2020-11-24  Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-13  Matt CaswellFix safestack issues in ct.h
2020-08-09  Shane LontisAdd EVP signature with libctx methods.
2020-05-15  Matt CaswellUpdate copyright year
2020-04-30  Paulicoverity 1462541 Dereference after null check
2020-04-30  Paulicoverity 1462550 Resource leak
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23  Matt CaswellUpdate copyright year
2020-04-09  Matt CaswellMake the CT code library context aware
2020-01-19  PauliDeprecate the low level SHA functions.
2019-10-17  Rich SalzReplace BUF_ string function calls with OPENSSL_ ones
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-12  Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-07-16  Rich SalzRegenerate mkerr files
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-24  PauliUse secure_getenv(3) when available.
2018-06-21  Bernd EdlingerAdd -Wstrict-prototypes option to --strict-warnings
2018-05-29  Matt CaswellUpdate copyright year
2018-05-11  Kurt RoeckxUse void in all function definitions that do not take...
2017-09-17  PauliNull pointer used.
2017-09-06  Rich SalzAdd checks for alloc failing.
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...
next