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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
tortls.c
Age
Commit message (
Expand
)
Author
2015-10-21
Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7
Nick Mathewson
2015-10-21
Fix the return value
Nick Mathewson
2015-10-21
Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7
Nick Mathewson
2015-10-21
Check for len < 4 in dn_indicates_v3_cert
Nick Mathewson
2015-10-06
Work around openssl declaring x509_get_not{Before,After} as functions
Nick Mathewson
2015-09-13
Use SSL_get_client_ciphers() on openssl 1.1+, not SSL_get_ciphers...
Nick Mathewson
2015-06-29
Remove checks for visual C 6.
Nick Mathewson
2015-06-16
Fix spacing in tortls.c
teor
2015-06-11
Fix clang address of struct member always non-NULL in SSL master key
teor
2015-06-02
Merge remote-tracking branch 'public/bug15760_hard_026_v2'
Nick Mathewson
2015-06-02
A few more minor OpenSSL 1.1 fixes.
Yawning Angel
2015-06-02
Merge remote-tracking branch 'teor/bug16115-minor-fixes'
Nick Mathewson
2015-06-03
Silence unused variable warnings in find_cipher_by_id
teor
2015-06-02
Merge remote-tracking branch 'public/bug15760_hard_026_v2'
Nick Mathewson
2015-06-02
Use autoconf, not OPENSSL_VERSION_NUMBER, to detect SSL_CIPHER_find
Nick Mathewson
2015-06-02
Use accessor functions for client_random/server_random/master_key
Nick Mathewson
2015-06-01
Appease make check-spaces
Andrea Shepard
2015-05-28
Merge branch '12498_ed25519_keys_v6'
Nick Mathewson
2015-05-28
Tests for AUTHENTICATE cell functionality.
Nick Mathewson
2015-05-28
Start testing cell encoders/processers for the v3 handshake.
Nick Mathewson
2015-05-26
Stop looking at session->ciphers when possible
Nick Mathewson
2015-05-26
Remove rectify_client_ciphers as needless.
Nick Mathewson
2015-05-26
Revert "Try using SSL_get_ciphers in place of session->ciphers"
Nick Mathewson
2015-05-22
Revert "Try using SSL_get_ciphers in place of session->ciphers"
Nick Mathewson
2015-05-21
Remove support for OpenSSL without ECC.
Yawning Angel
2015-05-21
Generate error ASAP if building with too-old openssl
Nick Mathewson
2015-05-21
move "version" declaration to avoid "set but not used" warnings
Nick Mathewson
2015-05-20
19:38 < Yawning> nickm: you left the "+#ifndef SSL_clear_mode" block in ;_;
Nick Mathewson
2015-05-20
Merge branch 'bug16034_no_more_openssl_098_squashed'
Nick Mathewson
2015-05-20
Stop poking SSL_CTX->comp_methods
Nick Mathewson
2015-05-20
Use SSL_CIPHER accessor functions
Nick Mathewson
2015-05-20
Use SSL_CIPHER_find where possible.
Nick Mathewson
2015-05-20
Remove code to support OpenSSL 0.9.8
Nick Mathewson
2015-05-20
Try using SSL_get_ciphers in place of session->ciphers
Nick Mathewson
2015-05-20
Tweak rectify_client_ciphers to work with openssl 1.1
Nick Mathewson
2015-05-13
tor_tls_get_buffer_sizes() will not work on openssl 1.1. Patch from yawning
Nick Mathewson
2015-05-13
Use SSL_state() to inspect the state of SSL objects.
Nick Mathewson
2015-05-13
Use SSL_clear_mode where available.
Nick Mathewson
2015-05-13
SSL_clear_mode exists; we can use it.
Nick Mathewson
2015-05-13
Stop accessing 'ssl->s3->flags' when we are using openssl 1.1
Nick Mathewson
2015-05-07
Merge branch 'writing_tests'
Nick Mathewson
2015-05-07
Write the outlines of a WritingTests.txt document
Nick Mathewson
2015-04-23
Fix some conversion problems
Nick Mathewson
2015-04-21
Add crypto_rand_int_range() and use it
David Goulet
2015-03-14
Remove relative paths to header files.
cypherpunks
2015-02-24
Fix whitespace from tor_x509_cert rename
Nick Mathewson
2015-02-24
Mechanical rename: tor_cert_t -> tor_x509_cert_t
Nick Mathewson
2015-02-02
Merge remote-tracking branch 'public/bug13319'
Nick Mathewson
2015-01-28
Try to work around changes in openssl 1.1.0
Nick Mathewson
2015-01-10
Fix tortls.c build with GCC<4.6
Nick Mathewson
[next]