index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
test_tortls.c
Age
Commit message (
Expand
)
Author
2016-02-03
Make tortls unit tests pass with LibreSSL.
Nick Mathewson
2016-02-03
Make Tor build happily with OpenSSL master and libressl.
Nick Mathewson
2016-02-01
Replace incorrect use of snprintf in unit tests with tor_snprintf
teor (Tim Wilson-Brown)
2016-02-01
Make all unit tests independent of log message order and count
teor (Tim Wilson-Brown)
2015-12-18
Fix a coverity NULL-pointer deref warning in the tortls tests.
Nick Mathewson
2015-12-18
Looks like I added one X509_free too many :(
Nick Mathewson
2015-12-18
Fix remaining memory leaks in unit tests.
Nick Mathewson
2015-12-15
Fix some memory leaks in the unit tests
Nick Mathewson
2015-12-08
Fix spaces.
Nick Mathewson
2015-11-26
Fix test_tortls.c to no longer test failing crypto_rand.
Nick Mathewson
2015-11-13
Merge remote-tracking branch 'public/ticket11150_client_only'
Nick Mathewson
2015-11-10
Merge branch 'bug17549'
Nick Mathewson
2015-11-06
Fix the tortls.c unit tests to pass with OpenSSL 1.1.0-dev.
Yawning Angel
2015-11-06
Fix compilation with OpenSSL 1.1.0 --enable-gcc-warnings is set.
Yawning Angel
2015-11-06
"And now a better patch which builds the tests if LibreSSL is used."
Nick Mathewson
2015-10-24
Avoid crashing due to double-freeing memory.
rl1987
2015-10-21
Fix various coverity-found issues
Nick Mathewson
2015-10-21
Yet more memory leaks closed in test_tortls
Nick Mathewson
2015-10-21
More memory leaks closed in test_tortls
Nick Mathewson
2015-10-21
Fix another pile of test_tortls memory leaks
Nick Mathewson
2015-10-21
More leaks to fix.
Nick Mathewson
2015-10-21
resolve some leaks in test_tortls.c
Nick Mathewson
2015-10-07
Remove the client-side code for the v1 and v2 tls handshakes.
Nick Mathewson
2015-10-06
Fix compilation with openssl 1.1 by forcibly disabling some tests
Nick Mathewson
2015-10-06
Allow case-insensitive match in test_tortls_debug_state_callback
Nick Mathewson
2015-10-02
Perhaps this is the permutation of headers that will please everything
Nick Mathewson
2015-10-02
Try to fix mingw build.
Nick Mathewson
2015-10-02
These logs seem openssl-version-dependent
Nick Mathewson
2015-10-02
Avoid warnings in tortls.h includes
Nick Mathewson
2015-10-02
Fix "make check-spaces"
Nick Mathewson
2015-10-02
Make test_tortls compile without warnings
Nick Mathewson
2015-09-15
Add tests for tortls.c
Ola Bini
2013-06-12
Fix #9043 - simplyfy the code and use EVP_PKEY_cmp instead of pkey_eq / tor_t...
Marek Majkowski
2013-06-10
Fix "make check-spaces"
Nick Mathewson
2013-06-10
Bug #5170 - make pkey_eq testable, introduce test_tortls.c
Marek Majkowski