summaryrefslogtreecommitdiff
path: root/src/common/tortls.c
AgeCommit message (Expand)Author
2014-10-16Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
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-10-03Merge remote-tracking branch 'public/bug13325_024' into maint-0.2.5Nick Mathewson
2014-10-03Run correctly on OpenBSD systems without SSL_METHOD.get_cipher_by_charNick Mathewson
2014-07-24Avoid illegal read off end of an array in prune_v2_cipher_listNick Mathewson
2014-07-17Merge remote-tracking branch 'public/bug12602_024' into maint-0.2.5Nick Mathewson
2014-07-17Fix compilation with no-compression OpenSSL builds and forksNick Mathewson
2014-06-10Merge remote-tracking branch 'public/bug12227_024'Nick Mathewson
2014-06-10Avoid 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-17Merge remote-tracking branch 'public/ticket11528_024'Nick Mathewson
2014-04-17Elevate server TLS cipher preferences over clientNick Mathewson
2014-04-15Uplift status.c unit test coverage with new test cases and macros.dana koch
2014-04-15Merge remote-tracking branch 'public/bug11513_024'Nick Mathewson
2014-04-14New sort order for server choice of ciphersuites.Nick Mathewson
2014-03-31Merge branch 'bug8787_squashed'Nick Mathewson
2014-03-31Check strftime() return in tortls.cAndrea Shepard
2014-03-25Fix warnings from doxygenNick Mathewson
2014-02-06Some anti-forensics paranoia...Florent Daigniere
2014-02-03Some anti-forensics paranoia...Florent Daigniere
2013-11-25Restore prop198 behavior from 4677 patchNick Mathewson
2013-11-25Restore ability to build with V2_HANDSHAKE_SERVERNick Mathewson
2013-10-31Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
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-25Merge remote-tracking branch 'public/bug6055_v2_024'Nick Mathewson
2013-09-25Re-enable TLS 1.[12] when building with OpenSSL >= 1.0.1eNick Mathewson
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
2013-06-12Fix #9043 - simplyfy the code and use EVP_PKEY_cmp instead of pkey_eq / tor_t...Marek Majkowski
2013-06-10Bug #5170 - make pkey_eq testable, introduce test_tortls.cMarek Majkowski
2013-06-06Bug 5170 - simplify i2d_PublicKey in pkey_eqMarek Majkowski
2013-06-06Bug #5170 - simplify i2d_X509Marek Majkowski
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