summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Assert rs are added in con and con_md testsfeature12538_rebased_6Matthew Finkel2015-05-27
* Automatically generate md-con method vers in testMatthew Finkel2015-05-27
* Let make_consensus_method_list be used in testsMatthew Finkel2015-05-27
* A router must be a dir cache before it may be HSDirMatthew Finkel2015-05-25
* {dis,en}abling DirCache is a semantic changeMatthew Finkel2015-05-25
* Rebuild descriptor when DirCache is {dis,en}abledMatthew Finkel2015-05-25
* Correct widelines in testsMatthew Finkel2015-05-25
* Fix wide line in or.hMatthew Finkel2015-05-25
* Add the BelieveNotDir consensus parameterMatthew Finkel2015-05-25
* Add NotDir status flag and dir-cache server entryMatthew Finkel2015-05-25
* Add new DirCache configuration optionMatthew Finkel2015-05-25
* Add unit test for router_pick_directory_server_implMatthew Finkel2015-05-25
* Client should check if dir server has open dir port or handles tunnelled requ...Matthew Finkel2015-05-25
* A relay now advertises "tunnelled-dir-server" in its descriptorMatthew Finkel2015-05-25
* Authorities must set a router's V2Dir flag if it supports tunnelled reqsMatthew Finkel2015-05-25
* Revert "Try using SSL_get_ciphers in place of session->ciphers"Nick Mathewson2015-05-22
* Merge remote-tracking branch 'yawning/ticket16140'Nick Mathewson2015-05-21
|\
| * Remove support for OpenSSL without ECC.Yawning Angel2015-05-21
* | Revert the broken part of 548b4beNick Mathewson2015-05-21
|/
* Generate error ASAP if building with too-old opensslNick Mathewson2015-05-21
* move "version" declaration to avoid "set but not used" warningsNick Mathewson2015-05-21
* Merge remote-tracking branch 'yawning/bug16052a_027'Nick Mathewson2015-05-21
|\
| * Add support for 'HiddenServiceMaxStream' to 'ADD_ONION'.Yawning Angel2015-05-20
| * Add "HiddenServiceMaxStreams" as a per-HS tunable.Yawning Angel2015-05-20
* | fwd-port 0.2.6.8 changelogNick Mathewson2015-05-21
* | 19:38 < Yawning> nickm: you left the "+#ifndef SSL_clear_mode" block in ;_;Nick Mathewson2015-05-20
* | Merge branch 'bug16034_no_more_openssl_098_squashed'Nick Mathewson2015-05-20
|\ \ | |/ |/|
| * Drop support for OpenSSLs without AES_CTRNick Mathewson2015-05-20
| * Now that OpenSSL 0.9.8 is dead, crypto_seed_rng() needs no argsNick Mathewson2015-05-20
| * Remove code to support OpenSSL 0.9.8Nick Mathewson2015-05-20
| * Stop poking SSL_CTX->comp_methodsNick Mathewson2015-05-20
| * Use SSL_CIPHER accessor functionsNick Mathewson2015-05-20
| * Use SSL_CIPHER_find where possible.Nick Mathewson2015-05-20
| * Try using SSL_get_ciphers in place of session->ciphersNick Mathewson2015-05-20
| * Tweak rectify_client_ciphers to work with openssl 1.1Nick Mathewson2015-05-20
| * tor_tls_get_buffer_sizes() will not work on openssl 1.1. Patch from yawningNick Mathewson2015-05-13
| * Use SSL_state() to inspect the state of SSL objects.Nick Mathewson2015-05-13
| * Use SSL_clear_mode where available.Nick Mathewson2015-05-13
| * SSL_clear_mode exists; we can use it.Nick Mathewson2015-05-13
| * Stop accessing 'ssl->s3->flags' when we are using openssl 1.1Nick Mathewson2015-05-13
| * ERR_remove_state() is deprecated since OpenSSL 1.0.0.Yawning Angel2015-05-13
* | Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson2015-05-19
|\ \
| * | Bump maint-0.2.6 to 0.2.6.8Nick Mathewson2015-05-19
| |/
* | Fix some compilation warningsNick Mathewson2015-05-18
* | Merge remote-tracking branch 'andrea/ticket15358_squashed_2'Nick Mathewson2015-05-18
|\ \
| * | Changes file for ticket 15358Andrea Shepard2015-05-17
| * | Add GETINFO network-liveness to control protocolAndrea Shepard2015-05-17
| * | Implement EVENT_NETWORK_LIVENESSAndrea Shepard2015-05-17
* | | Merge remote-tracking branch 'special/bug16060'Nick Mathewson2015-05-18
|\ \ \
| * | | Fix crash on HUP with mixed ephemeral servicesJohn Brooks2015-05-16