summaryrefslogtreecommitdiff
path: root/src/common/tortls.c
AgeCommit message (Expand)Author
2011-11-29Merge branch 'bug4587_v2'Nick Mathewson
2011-11-29Set renegotiation callbacks immediately on tls inititationNick Mathewson
2011-11-29Make pending libevent actions cancelableNick Mathewson
2011-11-27indent; add commentNick Mathewson
2011-11-27Merge remote-tracking branch 'asn/bug4584'Nick Mathewson
2011-11-27Don't schedule excess_renegotiations_callback unless it's setNick Mathewson
2011-11-27Use random bytes as our certificate serial numbers.George Kadianakis
2011-11-25Fix some wide lines in tortls.cNick Mathewson
2011-11-25Refactor tor_event_base_once to do what we actually wantNick Mathewson
2011-11-25Merge remote-tracking branch 'asn/bug4312'Nick Mathewson
2011-11-16Fix a check-spaces complaintSebastian Hahn
2011-11-15Make certificate skew into a protocol warningNick Mathewson
2011-11-15Allow up to a 30 days future skew, 48 hours past skew in certs.Nick Mathewson
2011-11-13Use callback-driven approach to block renegotiations.George Kadianakis
2011-11-03Fix issues pointed out by nickm.George Kadianakis
2011-10-28Fix a memory-poisoning memset in tortls.cNick Mathewson
2011-10-27Merge branch 'maint-0.2.2_secfix' into master_secfixSebastian Hahn
2011-10-26Merge branch 'maint-0.2.1_secfix' into maint-0.2.2_secfixSebastian Hahn
2011-10-26Don't send a certificate chain on outgoing TLS connections from non-relaysNick Mathewson
2011-10-26Maintain separate server and client TLS contexts.Robert Ransom
2011-10-26Refactor tor_tls_context_new:Robert Ransom
2011-10-26Also handle needless renegotiations in SSL_write().George Kadianakis
2011-10-26Get rid of tor_tls_block_renegotiation().George Kadianakis
2011-10-26Detect and deny excess renegotiations attempts.George Kadianakis
2011-10-26Detect renegotiation when it actually happens.George Kadianakis
2011-10-26Refactor the SSL_set_info_callback() callbacks.George Kadianakis
2011-10-23Fix a reference-leak in tor_tls_received_v3_certificateNick Mathewson
2011-10-23Fix memory leak in prop176 codeNick Mathewson
2011-10-10Add some points to make it easy to turn off v3 supportNick Mathewson
2011-10-10Quiet two notices, and spelling mistake cleanupSebastian Hahn
2011-10-10Give tor_cert_get_id_digests() fail-fast behaviorNick Mathewson
2011-10-10Fix some more issues wrt tor_cert_new found by asnNick Mathewson
2011-10-10Generate certificates that enable v3 handshakeNick Mathewson
2011-10-10Make tor_tls_cert_is_valid check key lengthsNick Mathewson
2011-10-10Function to return peer cert as tor_tls_certNick Mathewson
2011-10-10Add AUTH keys as specified in proposal 176Nick Mathewson
2011-10-10Functions to get a public RSA key from a certNick Mathewson
2011-10-10Function to detect certificate types that signal v3 certificatesNick Mathewson
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