aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.h
Commit message (Expand)AuthorAge
* Uplift status.c unit test coverage with new test cases and macros.dana koch2014-04-15
* Fix #9043 - simplyfy the code and use EVP_PKEY_cmp instead of pkey_eq / tor_t...Marek Majkowski2013-06-12
* Bug #5170 - make pkey_eq testable, introduce test_tortls.cMarek Majkowski2013-06-10
* Track TLS overhead: diagnostic for bug 7707Nick Mathewson2013-03-11
* Update the copyright date to 201.Nick Mathewson2013-01-16
* Make ECDHE group configurable: 224 for public, 256 for bridges (default)Nick Mathewson2012-12-25
* Let servers choose better ciphersuites when clients support themNick Mathewson2012-12-25
* Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson2012-10-12
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Rename nonconformant identifiers.Nick Mathewson2012-01-18
* Revert "Get rid of tor_tls_block_renegotiation()."Nick Mathewson2011-12-06
* Revert "Use callback-driven approach to block renegotiations."Nick Mathewson2011-12-06
* Revert "Refactor tor_event_base_once to do what we actually want"Nick Mathewson2011-12-06
* 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
| * Get rid of tor_tls_block_renegotiation().George Kadianakis2011-10-26
* | 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 bunch of whitespace errorsNick Mathewson2011-10-11
|/
* Make tor_tls_cert_is_valid check key lengthsNick Mathewson2011-10-10
* Function to return peer cert as tor_tls_certNick 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
* Record the states of failing OR connectionsNick Mathewson2011-07-11
* 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
* | | 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
| |/
* | 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
* | Add header for tor_tls_log_one_errorNick Mathewson2010-10-11
* | Make the bufferevent code use the renegotiation-reenabling hackNick Mathewson2010-09-27
* | Document and/or fix stuff found by Sebastian in code reviewNick Mathewson2010-09-27
* | Get SSL connections and linked connections working with bufferevents.Nick Mathewson2010-09-27
|/
* Update Tor Project copyright yearsNick Mathewson2010-02-27
* Make Tor work with OpenSSL 0.9.8lNick Mathewson2009-11-05
* Fix compile warnings on Snow LeopardSebastian Hahn2009-09-01
* Update copyright to 2009.Karsten Loesing2009-05-04
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* Use a consistent naming standard for header file guard macros, taking care no...Nick Mathewson2008-12-29
* Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...Nick Mathewson2008-12-18