index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ct_test.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extend tests of SSL_check_chain()
Matt Caswell
2019-08-09
1
-21
/
+2
*
fix truncation of integers on 32bit AIX
Shane Lontis
2019-03-11
1
-2
/
+2
*
Following the license change, modify the boilerplates in test/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Add an explicit cast to time_t
Matt Caswell
2018-09-13
1
-2
/
+2
*
test/ct_test.c: remove dependency on -lm.
Andy Polyakov
2018-02-26
1
-4
/
+4
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
Reduce the use of e_os.h in test programs
Richard Levitte
2018-01-22
1
-1
/
+1
*
Resolve warnings in VC-WIN32 build, which allows to add /WX.
Andy Polyakov
2017-11-13
1
-2
/
+3
*
Change SETUP_TEST_FIXTURE so that the fixture structure is passed by
Pauli
2017-08-07
1
-1
/
+25
*
Test fixtures changed to pointers.
Pauli
2017-08-03
1
-82
/
+85
*
Update the test framework so that the need for test_main is removed. Everything
Pauli
2017-07-26
1
-4
/
+2
*
Fix compiler warnings
Pauli
2017-07-05
1
-3
/
+3
*
Fix preprocessor indentation.
Pauli
2017-06-19
1
-12
/
+11
*
Fix memory leaks in CTLOG_new_from_base64
Benjamin Kaduk
2017-06-09
1
-9
/
+24
*
Fixed merge nonsense
Alex Gaynor
2017-05-22
1
-2
/
+0
*
Newlines!
Alex Gaynor
2017-05-22
1
-0
/
+2
*
Update the test to assert that the SCT is from an X.509 extension
Alex Gaynor
2017-05-22
1
-9
/
+8
*
Adapt all test programs
Richard Levitte
2017-04-24
1
-1
/
+0
*
Convert more tests
Rich Salz
2017-04-18
1
-155
/
+75
*
Make sure things get deleted when test setup fails in ct_test.c
Rob Percival
2016-11-16
1
-14
/
+13
*
Use valid signature in test_decode_tls_sct()
Rob Percival
2016-11-16
1
-2
/
+2
*
Construct SCT from base64 in ct_test
Rob Percival
2016-11-16
1
-26
/
+12
*
Add test for CT_POLICY_EVAL_CTX default time
Rob Percival
2016-11-15
1
-0
/
+26
*
Check that SCT timestamps are not in the future
Rob Percival
2016-11-15
1
-5
/
+26
*
Fix no-ct in test/ct_test.c
Richard Levitte
2016-11-10
1
-0
/
+6
*
Add main() test methods to reduce test boilerplate.
Emilia Kasper
2016-11-09
1
-23
/
+4
*
Simplify tests part 2
Emilia Kasper
2016-11-07
1
-4
/
+4
*
testutil: always print errors on failure
Emilia Kasper
2016-11-04
1
-1
/
+0
*
Add -Wswitch-enum
Rich Salz
2016-09-22
1
-1
/
+4
*
Improves CTLOG_STORE setters
Rob Percival
2016-08-15
1
-3
/
+4
*
Tests should check validation status directly
Rob Percival
2016-06-20
1
-45
/
+47
*
Test SCT lists
Rob Percival
2016-06-20
1
-23
/
+30
*
Copyright consolidation 02/10
Rich Salz
2016-05-17
1
-50
/
+5
*
Fix warnings exposed by clang-3.8
Emilia Kasper
2016-04-10
1
-2
/
+5
*
Suppress CT callback as appropriate
Viktor Dukhovni
2016-04-07
1
-11
/
+11
*
Add missing mem leak test activation and checks
FdaSilvaYY
2016-04-06
1
-0
/
+10
*
testutil: return 1 on success
Emilia Kasper
2016-04-05
1
-24
/
+10
*
check reviewer --reviewer=emilia
Rob Percival
2016-03-10
1
-1
/
+1
*
Make ct_dir and certs_dir static in test/ct_test.c
Richard Levitte
2016-03-09
1
-2
/
+2
*
Make SCT literals into const variables in ct_test.c
Rob Percival
2016-03-09
1
-14
/
+19
*
Removes SCT_LIST_set_source and SCT_LIST_set0_logs
Rob Percival
2016-03-09
1
-6
/
+11
*
Remove unnecessary call to SCT_set1_extensions(sct, "", 0) in ct_test.c
Rob Percival
2016-03-09
1
-4
/
+0
*
Use SCT_VERSION_V1 in place of literal 0 in ct_test.c
Rob Percival
2016-03-09
1
-1
/
+1
*
Extensive application of __owur to CT functions that return a boolean
Rob Percival
2016-03-09
1
-8
/
+28
*
Fix ct_test to not assume it's in the source directory
Richard Levitte
2016-03-09
1
-44
/
+95
*
Minor update to includes and documentation for ct_test.c
Rob Percival
2016-03-07
1
-2
/
+2
*
Remove OPENSSL_NO_UNIT_TEST guard from ct_test.c
Rob Percival
2016-03-07
1
-1
/
+1
*
Fixes memory leaks in CT code
Rob Percival
2016-03-07
1
-5
/
+5
*
CT policy validation
Rob Percival
2016-03-01
1
-19
/
+150
*
Public API for Certificate Transparency
Rob Percival
2016-02-26
1
-2
/
+1
[next]