summaryrefslogtreecommitdiff
path: root/src/common/tortls.c
AgeCommit message (Expand)Author
2014-10-16Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2014-10-15Disable SSLv3 unconditionally. Closes ticket 13426.Nick Mathewson
2014-07-24Avoid illegal read off end of an array in prune_v2_cipher_listNick Mathewson
2014-05-07Merge remote-tracking branch 'public/ticket11528_024' into maint-0.2.4Nick Mathewson
2014-04-17Elevate server TLS cipher preferences over clientNick Mathewson
2014-04-14New sort order for server choice of ciphersuites.Nick Mathewson
2014-02-06Some anti-forensics paranoia...Florent Daigniere
2013-10-31Merge remote-tracking branch 'public/bug9780_024_v2' into maint-0.2.4Nick Mathewson
2013-10-08Switch ECDHE group default logic for bridge/relay TLSNick Mathewson
2013-09-25Re-enable TLS 1.[12] when building with OpenSSL >= 1.0.1eNick Mathewson
2013-03-11Track TLS overhead: diagnostic for bug 7707Nick Mathewson
2013-03-10start part-way through the ssl cert lifetimeRoger Dingledine
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-17Merge remote-tracking branch 'public/bug6302'Nick Mathewson
2013-01-16Merge branch '024_msvc_squashed'Nick Mathewson
2013-01-16When building with MSVC, call every enum bitfield unsignedNick Mathewson
2013-01-16Refactor: Use SOCK_ERRNO to avoid some #ifdef _WIN32sNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-12-25One last fix for a warning on non-EC systemsNick Mathewson
2012-12-25Be more noncomittal about performance improvement of uint128 backend.Nick Mathewson
2012-12-25Make ECDHE group configurable: 224 for public, 256 for bridges (default)Nick Mathewson
2012-12-25Inform the user if they're passing up a 10x ECDH speedup.Nick Mathewson
2012-12-25Let servers choose better ciphersuites when clients support themNick Mathewson
2012-12-25Remove the address argument from client cipher classification fnsNick Mathewson
2012-12-25Cache the type of client cipher list we have in the tor_tls_tNick Mathewson
2012-12-25prop198: Detect the list of ciphersuites we used to lie about havingNick Mathewson
2012-12-25Configure SSL context to know about using P-256 for ECDHE.Nick Mathewson
2012-11-23In comments and logs, say "UTC" not "GMT"Nick Mathewson
2012-11-08Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-11-08Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson
2012-10-26touch-upsRoger Dingledine
2012-10-24Change changes file and comment for 7189, for making it 0.2.4-only for nowNick Mathewson
2012-10-24Merge remote-tracking branch 'public/bug7189_tentative'Nick Mathewson
2012-10-24Only disable TLS tickets when being/acting as a server.Nick Mathewson
2012-10-19Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-10-19Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2012-10-19Disable TLS Session Tickets, which we were apparently getting for freeNick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-09-12Drop support for openssl 0.9.7Nick Mathewson
2012-09-06Don't log about Libevent/OpenSSL initialization when all's wellNick Mathewson
2012-06-13Change smartlist_create->smartlist_new in bug4744 branch as merged to masterNick Mathewson
2012-06-13Merge branch 'bug4744_squashed'Nick Mathewson
2012-06-13Implement the client side of proposal 198Nick Mathewson
2012-06-11Merge remote-tracking branch 'public/bug4592'Nick Mathewson
2012-06-05Resolve about 24 DOCDOCsNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-06-04Resolve some markup complaints from doxygenNick Mathewson
2012-06-04Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-06-02Work around a bug in OpenSSL 1.0.1's TLS 1.1 and TLS 1.2 supportNick Mathewson