aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make tor_tls_cert_is_valid check key lengthsNick Mathewson2011-10-10
* New functions to record digests of cells during v3 handshakeNick Mathewson2011-10-10
* Implement cert/auth cell readingNick Mathewson2011-10-10
* Basic function to write authenticate cellsNick 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
* Functions to send cert and auth_challenge cells.Nick Mathewson2011-10-10
* Cell types and states for new OR handshakeNick Mathewson2011-10-10
* Add a sha256 hmac function, with testsNick Mathewson2011-10-10
* Turn X509 certificates into a first-class type and add some functionsNick Mathewson2011-10-10
* New function to get all digests of a public keyNick Mathewson2011-10-10
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-10-10
|\
| * Update documentation comment for rend_client_reextend_intro_circuitRobert Ransom2011-10-10
| * Don't launch a useless circuit in rend_client_reextend_intro_circuitRobert Ransom2011-10-10
* | Merge remote-tracking branch 'sebastian/osxcompile'Nick Mathewson2011-10-10
|\ \
| * | Fix a compile warning on OS X 10.6 and upSebastian Hahn2011-10-11
* | | Consider hibernation before dropping privsSebastian Hahn2011-10-11
|/ /
* | Add a missing comma in tor_check_port_forwardingNick Mathewson2011-10-10
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-10-07
|\|
| * Note ticket and source version for feature3951 in changes fileNick Mathewson2011-10-07
| * Merge remote-tracking branch 'karsten/feature3951' into maint-0.2.2Nick Mathewson2011-10-07
| |\
| | * Turn on directory request statistics by default.Karsten Loesing2011-10-05
* | | Merge remote-tracking branch 'public/bug2003_nm'Nick Mathewson2011-10-07
|\ \ \
| * | | Make the unit tests pass again after the bug2003 fixNick Mathewson2011-09-07
| * | | Don't update AccountingSoftLimitHitAt on startupSebastian Hahn2011-09-01
* | | | reinstate a notice for the non-loopback socksport caseNick Mathewson2011-10-07
* | | | Merge remote-tracking branch 'rransom-tor/bug4018'Nick Mathewson2011-10-07
|\ \ \ \
| * | | | Fix a bogus warningRobert Ransom2011-09-14
* | | | | Merge remote-tracking branch 'public/bug2430'Nick Mathewson2011-10-07
|\ \ \ \ \
| * | | | | Provide missing description for our FLEXIBLE_ARRAY_MEMBER definesNick Mathewson2011-09-13
* | | | | | Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson2011-10-07
|\ \ \ \ \ \
| * | | | | | Revive our beautiful unit tests.George Kadianakis2011-10-07
| * | | | | | Make it compile on Windows™.George Kadianakis2011-10-07
| * | | | | | Support multiple transports in a single transport line.George Kadianakis2011-10-07
| * | | | | | Improve wording in some comments and log messages.George Kadianakis2011-09-23
| * | | | | | Put some sense into our logging.George Kadianakis2011-09-12
| * | | | | | Don't warn of stray Bridges if managed proxies are still unconfigured.George Kadianakis2011-09-11
| * | | | | | Constification.George Kadianakis2011-09-11
| * | | | | | Make check-spaces happy.George Kadianakis2011-09-11
| * | | | | | Enforce transport names being C identifiers.George Kadianakis2011-09-11
| * | | | | | Trivial fixes around the code.George Kadianakis2011-09-11
| * | | | | | Be more defensive in get_transport_bindaddr().George Kadianakis2011-09-11
| * | | | | | Fix bug in get_transport_in_state_by_name() when using strcmpstart().George Kadianakis2011-09-11
| * | | | | | Improve how we access or_state_t.George Kadianakis2011-09-11
| * | | | | | Remove connection_uses_transport() since it was unused.George Kadianakis2011-09-11