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
/
common
/
tortls.c
Age
Commit message (
Expand
)
Author
2016-02-23
Merge branch 'bug17795'
Nick Mathewson
2016-02-10
Another automated rename.
Nick Mathewson
2016-02-10
Rename crypto_digest_all, and digests_t.
Nick Mathewson
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
2015-12-20
Appease "make check-spaces"
Nick Mathewson
2015-12-18
mark a variable unused to fix a warning.
Nick Mathewson
2015-12-18
Move some more code inside a tortls.c ifdef to fix deadcode warning.
Nick Mathewson
2015-12-18
Fix a coverity NULL-pointer deref warning in the tortls tests.
Nick Mathewson
2015-12-18
Fix some dead code in tortls.c
Nick Mathewson
2015-12-15
Replace usage of INLINE with inline
cypherpunks
2015-11-25
Merge branch 'bug17686_v2_027'
Nick Mathewson
2015-11-25
Now that crypto_rand() cannot fail, it should return void.
Nick Mathewson
2015-11-13
Merge remote-tracking branch 'public/ticket11150_client_only'
Nick Mathewson
2015-11-10
Move openssl version compatibility defines into a new header.
Nick Mathewson
2015-11-06
Fix compilation with OpenSSL 1.1.0-dev.
Yawning Angel
2015-10-21
Fix various coverity-found issues
Nick Mathewson
2015-10-21
Merge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson
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 'origin/maint-0.2.7'
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-07
Remove workaround code for broken client-side renegotiation
Nick Mathewson
2015-10-07
Remove client-side support for detecting v1 handshake
Nick Mathewson
2015-10-07
Make the mis-named V2_HANDSHAKE_SERVER/CLIENT macros always-on.
Nick Mathewson
2015-10-07
Remove the client-side code for the v1 and v2 tls handshakes.
Nick Mathewson
2015-10-06
Merge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson
2015-10-06
Work around openssl declaring x509_get_not{Before,After} as functions
Nick Mathewson
2015-10-02
clean up whitespace
Nick Mathewson
2015-10-02
Fix "make check-spaces"
Nick Mathewson
2015-10-02
Make test_tortls compile without warnings
Nick Mathewson
2015-10-02
Merge remote-tracking branch 'twstrike/tortls_tests'
Nick Mathewson
2015-09-15
Add tests for tortls.c
Ola Bini
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
[next]