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
2017-02-07
Merge branch 'maint-0.2.5' into maint-0.2.6
Nick Mathewson
2017-02-07
Merge branch 'maint-0.2.4' into maint-0.2.5
Nick Mathewson
2015-10-21
Fix the return value
Nick Mathewson
2015-10-21
Check for len < 4 in dn_indicates_v3_cert
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-15
Ignore warning for redundant decl in openssl/srtp.h
Nick Mathewson
2015-01-10
Fix tortls.c build with GCC<4.6
Nick Mathewson
2015-01-10
Ignore warning for redundant decl in openssl/srtp.h
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-11-02
Check more thoroughly for unlogged OpenSSL errors
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-10-20
Use a macro to indicate "The ecdhe group we use by default".
Nick Mathewson
2014-10-16
Merge remote-tracking branch 'origin/maint-0.2.5'
Nick Mathewson
2014-10-16
Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5
Nick Mathewson
2014-10-16
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Nick Mathewson
2014-10-15
Disable SSLv3 unconditionally. Closes ticket 13426.
Nick Mathewson
2014-10-03
Merge remote-tracking branch 'origin/maint-0.2.5'
Nick Mathewson
2014-10-03
Merge remote-tracking branch 'public/bug13325_024' into maint-0.2.5
Nick Mathewson
2014-10-03
Run correctly on OpenBSD systems without SSL_METHOD.get_cipher_by_char
Nick Mathewson
2014-08-24
Use the ARRAY_LENGTH macro more consistently.
Nick Mathewson
2014-08-21
Make the two branches of tor_tls_used_v1_handshake into one.
Nick Mathewson
2014-07-24
Avoid illegal read off end of an array in prune_v2_cipher_list
Nick Mathewson
2014-07-17
Merge remote-tracking branch 'origin/maint-0.2.5'
Nick Mathewson
2014-07-17
Merge remote-tracking branch 'public/bug12602_024' into maint-0.2.5
Nick Mathewson
2014-07-17
Fix compilation with no-compression OpenSSL builds and forks
Nick Mathewson
2014-06-20
Remove code for Windows CE support
Nick Mathewson
2014-06-10
Merge remote-tracking branch 'public/bug12227_024'
Nick Mathewson
2014-06-10
Avoid illegal read off end of an array in prune_v2_cipher_list
Nick Mathewson
2014-05-07
Merge remote-tracking branch 'public/ticket11528_024' into maint-0.2.4
Nick Mathewson
2014-04-17
Merge remote-tracking branch 'public/ticket11528_024'
Nick Mathewson
2014-04-17
Elevate server TLS cipher preferences over client
Nick Mathewson
2014-04-15
Uplift status.c unit test coverage with new test cases and macros.
dana koch
2014-04-15
Merge remote-tracking branch 'public/bug11513_024'
Nick Mathewson
2014-04-14
New sort order for server choice of ciphersuites.
Nick Mathewson
2014-03-31
Merge branch 'bug8787_squashed'
Nick Mathewson
2014-03-31
Check strftime() return in tortls.c
Andrea Shepard
2014-03-25
Fix warnings from doxygen
Nick Mathewson
2014-02-06
Some anti-forensics paranoia...
Florent Daigniere
2014-02-03
Some anti-forensics paranoia...
Florent Daigniere
2013-11-25
Restore prop198 behavior from 4677 patch
Nick Mathewson
2013-11-25
Restore ability to build with V2_HANDSHAKE_SERVER
Nick Mathewson
2013-10-31
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-10-31
Merge remote-tracking branch 'public/bug9780_024_v2' into maint-0.2.4
Nick Mathewson
2013-10-08
Switch ECDHE group default logic for bridge/relay TLS
Nick Mathewson
2013-09-25
Merge remote-tracking branch 'public/bug6055_v2_024'
Nick Mathewson
2013-09-25
Re-enable TLS 1.[12] when building with OpenSSL >= 1.0.1e
Nick Mathewson
2013-07-10
Completely refactor how FILENAME_PRIVATE works
Nick Mathewson
2013-06-12
Fix #9043 - simplyfy the code and use EVP_PKEY_cmp instead of pkey_eq / tor_t...
Marek Majkowski
2013-06-10
Bug #5170 - make pkey_eq testable, introduce test_tortls.c
Marek Majkowski
[next]