Nick Mathewson
|
902517a7c0
Use SSL_get_client_ciphers() on openssl 1.1+, not SSL_get_ciphers...
|
9 years ago |
Nick Mathewson
|
d9052c629b
Remove checks for visual C 6.
|
9 years ago |
teor
|
4079d2e0a5
Fix spacing in tortls.c
|
9 years ago |
teor
|
e870f6285d
Fix clang address of struct member always non-NULL in SSL master key
|
9 years ago |
Nick Mathewson
|
e48f8e5e87
Merge remote-tracking branch 'public/bug15760_hard_026_v2'
|
9 years ago |
Yawning Angel
|
8024f6a75f
A few more minor OpenSSL 1.1 fixes.
|
9 years ago |
Nick Mathewson
|
34edf17d88
Merge remote-tracking branch 'teor/bug16115-minor-fixes'
|
9 years ago |
teor
|
b3f79da0d5
Silence unused variable warnings in find_cipher_by_id
|
9 years ago |
Nick Mathewson
|
0030765e04
Merge remote-tracking branch 'public/bug15760_hard_026_v2'
|
9 years ago |
Nick Mathewson
|
ff835e2328
Use autoconf, not OPENSSL_VERSION_NUMBER, to detect SSL_CIPHER_find
|
9 years ago |
Nick Mathewson
|
f90a704f12
Use accessor functions for client_random/server_random/master_key
|
9 years ago |
Andrea Shepard
|
0e0b65db4f
Appease make check-spaces
|
9 years ago |
Nick Mathewson
|
1b52e95028
Merge branch '12498_ed25519_keys_v6'
|
9 years ago |
Nick Mathewson
|
55bb7bbafd
Tests for AUTHENTICATE cell functionality.
|
10 years ago |
Nick Mathewson
|
b75361c5ed
Start testing cell encoders/processers for the v3 handshake.
|
10 years ago |
Nick Mathewson
|
9537596398
Stop looking at session->ciphers when possible
|
9 years ago |
Nick Mathewson
|
80082b7185
Remove rectify_client_ciphers as needless.
|
9 years ago |
Nick Mathewson
|
44259b8942
Revert "Try using SSL_get_ciphers in place of session->ciphers"
|
9 years ago |
Nick Mathewson
|
c8024b633e
Revert "Try using SSL_get_ciphers in place of session->ciphers"
|
9 years ago |
Yawning Angel
|
452cebc4a4
Remove support for OpenSSL without ECC.
|
9 years ago |
Nick Mathewson
|
0b7bf3585a
Generate error ASAP if building with too-old openssl
|
9 years ago |
Nick Mathewson
|
a35d22479b
move "version" declaration to avoid "set but not used" warnings
|
9 years ago |
Nick Mathewson
|
0534d46bda
19:38 < Yawning> nickm: you left the "+#ifndef SSL_clear_mode" block in ;_;
|
9 years ago |
Nick Mathewson
|
ed02a409cf
Merge branch 'bug16034_no_more_openssl_098_squashed'
|
9 years ago |
Nick Mathewson
|
f0a0568e7f
Stop poking SSL_CTX->comp_methods
|
9 years ago |
Nick Mathewson
|
b7f3d52865
Use SSL_CIPHER accessor functions
|
9 years ago |
Nick Mathewson
|
496df21c89
Use SSL_CIPHER_find where possible.
|
9 years ago |
Nick Mathewson
|
971f0f8e18
Remove code to support OpenSSL 0.9.8
|
9 years ago |
Nick Mathewson
|
67964cfa78
Try using SSL_get_ciphers in place of session->ciphers
|
9 years ago |
Nick Mathewson
|
2f7c9b6ecb
Tweak rectify_client_ciphers to work with openssl 1.1
|
9 years ago |