Ensure read records are marked as read
[openssl.git] / test / ct_test.c
2016-06-20 Rob PercivalTests should check validation status directly
2016-06-20 Rob PercivalTest SCT lists
2016-05-17 Rich SalzCopyright consolidation 02/10
2016-04-09 Emilia KasperFix warnings exposed by clang-3.8
2016-04-07 Viktor DukhovniSuppress CT callback as appropriate
2016-04-06 FdaSilvaYYAdd missing mem leak test activation and checks
2016-04-05 Emilia Kaspertestutil: return 1 on success
2016-03-10 Rob Percivalcheck reviewer --reviewer=emilia
2016-03-09 Richard LevitteMake ct_dir and certs_dir static in test/ct_test.c
2016-03-09 Rob PercivalMake SCT literals into const variables in ct_test.c
2016-03-09 Rob PercivalRemoves SCT_LIST_set_source and SCT_LIST_set0_logs
2016-03-09 Rob PercivalRemove unnecessary call to SCT_set1_extensions(sct...
2016-03-09 Rob PercivalUse SCT_VERSION_V1 in place of literal 0 in ct_test.c
2016-03-09 Rob PercivalExtensive application of __owur to CT functions that...
2016-03-09 Richard LevitteFix ct_test to not assume it's in the source directory
2016-03-07 Rob PercivalMinor update to includes and documentation for ct_test.c
2016-03-07 Rob PercivalRemove OPENSSL_NO_UNIT_TEST guard from ct_test.c
2016-03-07 Rob PercivalFixes memory leaks in CT code
2016-03-01 Rob PercivalCT policy validation
2016-02-26 Rob PercivalPublic API for Certificate Transparency
2016-02-26 Richard LevitteNormalise the include directives in ct_test.c
2016-02-25 Rob PercivalTests for parsing and printing certificates containing...