summaryrefslogtreecommitdiff
path: root/src/common/tortls.c
AgeCommit message (Expand)Author
2011-10-10Function to get digests of the certs and their keysNick Mathewson
2011-10-10More functions to manipulate certs received in cellsNick Mathewson
2011-10-10Function to extract the TLSSECRETS field for v3 handshakesNick Mathewson
2011-10-10Turn X509 certificates into a first-class type and add some functionsNick Mathewson
2011-08-24Add write watermarks to filtered bufferevents.Nick Mathewson
2011-08-18Automatically use filtering bufferevents with IOCP.Nick Mathewson
2011-08-11Don't warn on http connection to my orportSebastian Hahn
2011-07-15Make WIN32_WINNT defines conditionalNick Mathewson
2011-07-11Document feature3116 fns and improve outputNick Mathewson
2011-07-11Record the states of failing OR connectionsNick Mathewson
2011-06-20Log SSL state changes at LOG_DEBUG, LD_HANDSHAKE.Nick Mathewson
2011-03-03C style fix: a no-args function is void fn(void), not void fn().Nick Mathewson
2011-03-03Add a magic field to tor_tls_t to catch exdata corruption bugs, if any appear.Nick Mathewson
2011-03-03Check the result of SSL_set_ex_dataRobert Ransom
2011-03-03Use SSL_*_ex_data instead of SSL_*_app_dataRobert Ransom
2011-03-03Remove now-unused helper functionsRobert Ransom
2011-03-01remove tls related hash table codeGladys Shufflebottom
2011-02-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-25Handle failing cases of DH allocationNick Mathewson
2011-01-24Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-24Make the DH parameter we use for TLS match the one from Apache's mod_sslNick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-11-23Fix compilation with mingw and OpenSSL 0.9.8m+mingw-san
2010-11-21Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-11-21Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2010-11-20Do not set the hostname TLS extension server-side; only client-sideNick Mathewson
2010-11-09Add a testing-only option to use bufferevent_openssl as a filterNick Mathewson
2010-10-21Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-10-14Make check-spaces happySebastian Hahn
2010-10-12Set OpenSSL 0.9.8l renegotiation flag early enough for buffereventsNick Mathewson
2010-10-12Actually call connection_tls_finish_handshake() with buffereventsNick Mathewson
2010-10-11Log OpenSSL errors coming from bufferevent_opensslNick Mathewson
2010-10-04Maintain separate server and client TLS contexts.Robert Ransom
2010-10-04Refactor tor_tls_context_new:Robert Ransom
2010-10-04Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-10-04Correct a bogus comment.Robert Ransom
2010-10-04Correct a couple of log messages in tortls.cRobert Ransom
2010-10-04Fix several comments in tortls.cRobert Ransom
2010-09-27Make the bufferevent code use the renegotiation-reenabling hackNick Mathewson
2010-09-27Always defer bufferevent_openssl callbacks to avoid reentrant invocationsNick Mathewson
2010-09-27Fix whitespace in bufferevents branchNick Mathewson
2010-09-27Document and/or fix stuff found by Sebastian in code reviewNick Mathewson
2010-09-27Some bufferevents related fixes and pointers for nickmSebastian Hahn
2010-09-27Convert bufferevents to use rate-limiting.Nick Mathewson
2010-09-27Documentation for a few bufferevent functions.Nick Mathewson
2010-09-27Get SSL connections and linked connections working with bufferevents.Nick Mathewson
2010-07-26Fix compilation with mingw and OpenSSL 0.9.8m+mingw-san
2010-07-09Rename log.h to torlog.hNick Mathewson