aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.c
Commit message (Expand)AuthorAge
* Revert "Make pending libevent actions cancelable"Nick Mathewson2011-12-06
* Revert "Set renegotiation callbacks immediately on tls inititation"Nick Mathewson2011-12-06
* Merge branch 'bug4587_v2'Nick Mathewson2011-11-29
|\
| * Set renegotiation callbacks immediately on tls inititationNick Mathewson2011-11-29
* | Make pending libevent actions cancelableNick Mathewson2011-11-29
* | indent; add commentNick Mathewson2011-11-27
* | Merge remote-tracking branch 'asn/bug4584'Nick Mathewson2011-11-27
|\ \ | |/ |/|
| * Use random bytes as our certificate serial numbers.George Kadianakis2011-11-27
* | Don't schedule excess_renegotiations_callback unless it's setNick Mathewson2011-11-27
|/
* Fix some wide lines in tortls.cNick Mathewson2011-11-25
* Refactor tor_event_base_once to do what we actually wantNick Mathewson2011-11-25
* Merge remote-tracking branch 'asn/bug4312'Nick Mathewson2011-11-25
|\
| * Use callback-driven approach to block renegotiations.George Kadianakis2011-11-13
| * Fix issues pointed out by nickm.George Kadianakis2011-11-03
| * Also handle needless renegotiations in SSL_write().George Kadianakis2011-10-26
| * Get rid of tor_tls_block_renegotiation().George Kadianakis2011-10-26
| * Detect and deny excess renegotiations attempts.George Kadianakis2011-10-26
| * Detect renegotiation when it actually happens.George Kadianakis2011-10-26
| * Refactor the SSL_set_info_callback() callbacks.George Kadianakis2011-10-26
* | Fix a check-spaces complaintSebastian Hahn2011-11-16
* | Make certificate skew into a protocol warningNick Mathewson2011-11-15
* | Allow up to a 30 days future skew, 48 hours past skew in certs.Nick Mathewson2011-11-15
* | Fix a memory-poisoning memset in tortls.cNick Mathewson2011-10-28
* | Merge branch 'maint-0.2.2_secfix' into master_secfixSebastian Hahn2011-10-27
|\ \
| * \ Merge branch 'maint-0.2.1_secfix' into maint-0.2.2_secfixSebastian Hahn2011-10-26
| |\ \
| | * | Don't send a certificate chain on outgoing TLS connections from non-relaysNick Mathewson2011-10-26
| | * | Maintain separate server and client TLS contexts.Robert Ransom2011-10-26
| | * | 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