OSSL_STORE: Add reference docs for the built-in Windows store implementation
[openssl.git] / crypto / ct / ct_oct.c
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-09-13 Matt CaswellFix safestack issues in ct.h
2020-05-15 Matt CaswellUpdate copyright year
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2019-10-17 Rich SalzReplace BUF_ string function calls with OPENSSL_ ones
2019-09-28 Dr. Matthias St... Reorganize local header files
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2017-01-29 Richard LevitteFix faulty free
2016-11-16 Rob PercivalMove SCT_LIST_free definition into a more logical place
2016-06-07 Rob PercivalFix potential access of null pointer (pp)
2016-05-17 Rich SalzCopyright consolidation 07/10
2016-04-07 Viktor DukhovniSuppress CT callback as appropriate
2016-03-09 Rob PercivalMakes STACK_OF(SCT)* parameter of i2d_SCT_LIST const
2016-03-01 Rob PercivalAddresses review comments from richsalz
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 Adam EijdenbergAdd more CT utility routines to be used as part of...