aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.c
Commit message (Expand)AuthorAge
...
| | * | Refactor tor_tls_context_new:Robert Ransom2011-10-26
| | * | Make the DH parameter we use for TLS match the one from Apache's mod_sslNick Mathewson2011-02-10
* | | | Fix a reference-leak in tor_tls_received_v3_certificateNick Mathewson2011-10-23
* | | | Fix memory leak in prop176 codeNick Mathewson2011-10-23
| |_|/ |/| |
* | | Add some points to make it easy to turn off v3 supportNick Mathewson2011-10-10
* | | Quiet two notices, and spelling mistake cleanupSebastian Hahn2011-10-10
* | | Give tor_cert_get_id_digests() fail-fast behaviorNick Mathewson2011-10-10
* | | Fix some more issues wrt tor_cert_new found by asnNick Mathewson2011-10-10
* | | Generate certificates that enable v3 handshakeNick Mathewson2011-10-10
* | | Make tor_tls_cert_is_valid check key lengthsNick Mathewson2011-10-10
* | | Function to return peer cert as tor_tls_certNick Mathewson2011-10-10
* | | Add AUTH keys as specified in proposal 176Nick Mathewson2011-10-10
* | | Functions to get a public RSA key from a certNick Mathewson2011-10-10
* | | Function to detect certificate types that signal v3 certificatesNick Mathewson2011-10-10
* | | Function to get digests of the certs and their keysNick Mathewson2011-10-10
* | | More functions to manipulate certs received in cellsNick Mathewson2011-10-10
* | | Function to extract the TLSSECRETS field for v3 handshakesNick Mathewson2011-10-10
* | | Turn X509 certificates into a first-class type and add some functionsNick Mathewson2011-10-10
* | | Add write watermarks to filtered bufferevents.Nick Mathewson2011-08-24
* | | Automatically use filtering bufferevents with IOCP.Nick Mathewson2011-08-18
* | | Don't warn on http connection to my orportSebastian Hahn2011-08-11
* | | Make WIN32_WINNT defines conditionalNick Mathewson2011-07-15
* | | Document feature3116 fns and improve outputNick Mathewson2011-07-11
* | | Record the states of failing OR connectionsNick Mathewson2011-07-11
* | | Log SSL state changes at LOG_DEBUG, LD_HANDSHAKE.Nick Mathewson2011-06-20
* | | C style fix: a no-args function is void fn(void), not void fn().Nick Mathewson2011-03-03
* | | Add a magic field to tor_tls_t to catch exdata corruption bugs, if any appear.Nick Mathewson2011-03-03
* | | Check the result of SSL_set_ex_dataRobert Ransom2011-03-03
* | | Use SSL_*_ex_data instead of SSL_*_app_dataRobert Ransom2011-03-03
* | | Remove now-unused helper functionsRobert Ransom2011-03-03
* | | remove tls related hash table codeGladys Shufflebottom2011-03-01
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-02-03
|\| |
| * | Handle failing cases of DH allocationNick Mathewson2011-01-25
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-24
|\| |
| * | Make the DH parameter we use for TLS match the one from Apache's mod_sslNick Mathewson2011-01-24
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\| |
| * | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
| |\|
| | * Bump copyright statements to 2011Nick Mathewson2011-01-03
| | * Fix compilation with mingw and OpenSSL 0.9.8m+mingw-san2010-11-23
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-11-21
|\| |
| * | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2010-11-21
| |\|
| | * Do not set the hostname TLS extension server-side; only client-sideNick Mathewson2010-11-20
* | | Add a testing-only option to use bufferevent_openssl as a filterNick Mathewson2010-11-09
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-10-21
|\| |
| * | Maintain separate server and client TLS contexts.Robert Ransom2010-10-04
| * | Refactor tor_tls_context_new:Robert Ransom2010-10-04
* | | Make check-spaces happySebastian Hahn2010-10-14
* | | Set OpenSSL 0.9.8l renegotiation flag early enough for buffereventsNick Mathewson2010-10-12
* | | Actually call connection_tls_finish_handshake() with buffereventsNick Mathewson2010-10-12
* | | Log OpenSSL errors coming from bufferevent_opensslNick Mathewson2010-10-11