Nick Mathewson
|
9ce431f032
|
Fix spaces.
|
2015-12-08 12:37:36 -05:00 |
|
Nick Mathewson
|
fe46fffd98
|
Fix test_tortls.c to no longer test failing crypto_rand.
(crypto_rand is no longer allowed to fail.)
Closes bug 17686; bug not in any released tor. (No backport, since
the tortls tests aren't in 0.2.7)
|
2015-11-26 09:34:44 -05:00 |
|
Nick Mathewson
|
d467227323
|
Merge remote-tracking branch 'public/ticket11150_client_only'
|
2015-11-13 09:58:16 -05:00 |
|
Nick Mathewson
|
0a3eed5f20
|
Merge branch 'bug17549'
|
2015-11-10 10:40:31 -05:00 |
|
Yawning Angel
|
6512df34a4
|
Fix the tortls.c unit tests to pass with OpenSSL 1.1.0-dev.
The string description for the states got changed slightly.
|
2015-11-06 19:42:39 +00:00 |
|
Yawning Angel
|
89cb2e467d
|
Fix compilation with OpenSSL 1.1.0 --enable-gcc-warnings is set.
|
2015-11-06 19:12:43 +00:00 |
|
Nick Mathewson
|
af80d472f7
|
"And now a better patch which builds the tests if LibreSSL is used."
Works on the latest LibreSSL (in OpenBSD-current).
(Patch from 'rubiate' on #17253.
|
2015-11-06 10:58:00 -05:00 |
|
rl1987
|
e2f9c7d54f
|
Avoid crashing due to double-freeing memory.
|
2015-10-24 16:21:35 +03:00 |
|
Nick Mathewson
|
5e9f2384cf
|
Fix various coverity-found issues
|
2015-10-21 16:01:29 -04:00 |
|
Nick Mathewson
|
79b3c4a8a3
|
Yet more memory leaks closed in test_tortls
|
2015-10-21 14:30:34 -04:00 |
|
Nick Mathewson
|
13ff8e31ba
|
More memory leaks closed in test_tortls
|
2015-10-21 14:19:43 -04:00 |
|
Nick Mathewson
|
f5a002f69b
|
Fix another pile of test_tortls memory leaks
|
2015-10-21 14:06:13 -04:00 |
|
Nick Mathewson
|
eead861266
|
More leaks to fix.
|
2015-10-21 13:12:19 -04:00 |
|
Nick Mathewson
|
2acf72795a
|
resolve some leaks in test_tortls.c
|
2015-10-21 12:41:00 -04:00 |
|
Nick Mathewson
|
bd1a137893
|
Remove the client-side code for the v1 and v2 tls handshakes.
(This is safe since super-old Tor servers are no longer allowed on
the network.)
Closes the client-side part of 11150.
|
2015-10-07 10:04:12 -04:00 |
|
Nick Mathewson
|
20ec030d9b
|
Fix compilation with openssl 1.1 by forcibly disabling some tests
Some of these tests can be ported to work with openssl 1.1, but
probably some can't.
|
2015-10-06 09:59:47 -04:00 |
|
Nick Mathewson
|
94669c829c
|
Allow case-insensitive match in test_tortls_debug_state_callback
|
2015-10-06 09:40:56 -04:00 |
|
Nick Mathewson
|
3c67823957
|
Perhaps this is the permutation of headers that will please everything
|
2015-10-02 18:44:55 +02:00 |
|
Nick Mathewson
|
b31cdf4ad6
|
Try to fix mingw build.
|
2015-10-02 18:31:43 +02:00 |
|
Nick Mathewson
|
561d4136ac
|
These logs seem openssl-version-dependent
|
2015-10-02 17:56:10 +02:00 |
|
Nick Mathewson
|
0ead9a58b9
|
Avoid warnings in tortls.h includes
|
2015-10-02 15:57:33 +02:00 |
|
Nick Mathewson
|
b5aa257d46
|
Fix "make check-spaces"
|
2015-10-02 14:33:54 +02:00 |
|
Nick Mathewson
|
39901bd408
|
Make test_tortls compile without warnings
|
2015-10-02 14:20:28 +02:00 |
|
Ola Bini
|
94e5db3dca
|
Add tests for tortls.c
|
2015-09-15 17:09:18 +02:00 |
|
Marek Majkowski
|
16d1dd134a
|
Fix #9043 - simplyfy the code and use EVP_PKEY_cmp instead of pkey_eq / tor_tls_evp_pkey_eq
|
2013-06-12 13:02:06 -04:00 |
|
Nick Mathewson
|
c94f6b228b
|
Fix "make check-spaces"
|
2013-06-10 13:51:53 -04:00 |
|
Marek Majkowski
|
d769cd82b5
|
Bug #5170 - make pkey_eq testable, introduce test_tortls.c
|
2013-06-10 16:21:39 +01:00 |
|