add basic references to the new methods in documentation
[openssl.git] / test / ct_test.c
2017-07-05 PauliFix compiler warnings
2017-06-19 PauliFix preprocessor indentation.
2017-06-09 Benjamin KadukFix memory leaks in CTLOG_new_from_base64
2017-05-22 Alex GaynorFixed merge nonsense
2017-05-22 Alex GaynorNewlines!
2017-05-22 Alex GaynorUpdate the test to assert that the SCT is from an X...
2017-04-24 Richard LevitteAdapt all test programs
2017-04-18 Rich SalzConvert more tests
2016-11-16 Rob PercivalMake sure things get deleted when test setup fails...
2016-11-16 Rob PercivalUse valid signature in test_decode_tls_sct()
2016-11-16 Rob PercivalConstruct SCT from base64 in ct_test
2016-11-15 Rob PercivalAdd test for CT_POLICY_EVAL_CTX default time
2016-11-15 Rob PercivalCheck that SCT timestamps are not in the future
2016-11-10 Richard LevitteFix no-ct in test/ct_test.c
2016-11-09 Emilia KasperAdd main() test methods to reduce test boilerplate.
2016-11-07 Emilia KasperSimplify tests part 2
2016-11-04 Emilia Kaspertestutil: always print errors on failure
2016-09-22 Rich SalzAdd -Wswitch-enum
2016-08-15 Rob PercivalImproves CTLOG_STORE setters
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...