Age | Commit message (Expand) | Author |
2016-11-03 | For testing: function to construct (but not save) Ed keys and certs | Nick Mathewson |
2016-11-03 | Send and receive AUTHENTICATE cells correctly with ED keys. | Nick Mathewson |
2016-11-03 | Verify ed25519 link handshake certificates | Nick Mathewson |
2016-11-03 | Add "Ed ID" arguments to a bunch of connection-ID-related fns. | Nick Mathewson |
2016-11-03 | Handle u32 overflow in ed25519 cert expiration time. | Nick Mathewson |
2016-11-03 | Fix a misfeature with the Ed cert expiration API | Nick Mathewson |
2016-11-03 | Make the current time an argument to x509 cert-checking functions | Nick Mathewson |
2016-11-03 | Add function to check RSA->Ed cross-certifications | Nick Mathewson |
2016-11-03 | Refactor RSA certificate checking into its own function. | Nick Mathewson |
2016-11-03 | Free rsa_ed_crosscert at exit. | Nick Mathewson |
2016-11-03 | Migrate certificates into a sub-structure of or_handshake_state | Nick Mathewson |
2016-11-03 | Refactor ...compute_authenticate_cell_body() to return a var_cell_t. | Nick Mathewson |
2016-11-03 | Code to send correct authentication data when we are using AUTHTYPE>2 | Nick Mathewson |
2016-11-03 | New authentication types to use RFC5705. | Nick Mathewson |
2016-11-03 | Send ed25519 certificates in certs cell, when we have them. | Nick Mathewson |
2016-11-03 | Refactor connection_or_send_certs_cell() to use trunnel | Nick Mathewson |
2016-11-03 | When parsing certs cells, allow more certs types | Nick Mathewson |
2016-11-02 | hs: Added rend_service_is_ephemeral() and made related code use it | Ivan Markin |
2016-11-02 | Use the latest options in rend_service_check_private_dir | teor |
2016-11-02 | Check every hidden service directory's permissions when configuring | teor |
2016-11-02 | Improve comments in check_private_dir and onion poisoning | teor |
2016-11-02 | fixup! Refactor, adding a create argument to rend_service_check_private_dir | teor |
2016-11-02 | Remove redundant group permission code from rend_service_check_private_dir | teor |
2016-11-02 | Refactor, adding a create argument to rend_service_check_private_dir | teor |
2016-11-01 | Always call connection_ap_attach_pending() once a second. | Nick Mathewson |
2016-11-01 | Ask event_base_loop to finish when we add a pending stream | Roger Dingledine |
2016-11-01 | refactor out the tor_event_base_loopexit() call | Roger Dingledine |
2016-11-01 | Merge branch 'maint-0.2.9' | Nick Mathewson |
2016-11-01 | Merge remote-tracking branch 'teor/bug20472-029-v2' into maint-0.2.9 | Nick Mathewson |
2016-10-31 | Merge branch 'maint-0.2.9' | Nick Mathewson |
2016-10-31 | Actually free the worker_state_t object when we do an update with it | Nick Mathewson |
2016-10-31 | policy_is_reject_star(): | Nick Mathewson |
2016-10-31 | Create single-onion-service directory before poisoning it, if needed | Nick Mathewson |
2016-10-31 | Rename routerstatus_version_supports_ntor to *_supports_extend2_cells | teor |
2016-10-31 | Refactor circuit_pick_create_handshake | teor |
2016-10-31 | In circuit_pick_extend_handshake, assume all hops support EXTEND2 and ntor | teor |
2016-10-28 | Fix bad warning when checking IP policies. | Nick Mathewson |
2016-10-27 | Comment the heck out of the stream/circuit attaching process. | Nick Mathewson |
2016-10-27 | Slightly refactor and fix couple callsites | David Goulet |
2016-10-27 | Document main.c a lot better | Nick Mathewson |
2016-10-27 | Do assert when calling relay_send_command_from_edge() on OR-side circs | Ivan Markin |
2016-10-27 | Do not mark circs for close again after relay_send_command_from_edge() | Ivan Markin |
2016-10-27 | Automated change to use smartlist_add_strdup | overcaffeinated |
2016-10-26 | Small refactoring: explain G,M,E,D,T initialization | Nick Mathewson |
2016-10-26 | Add consensus weight calculation tests | Matt Traudt |
2016-10-26 | Fix default bw weights with new consensus method | Matt Traudt |
2016-10-26 | Merge remote-tracking branch 'pastly/ticket20459' | Nick Mathewson |
2016-10-26 | Merge branch 'maint-0.2.9' | Nick Mathewson |
2016-10-26 | Avoid tor_fragile_assert() failure with DNSPort on RESOLVED_TYPE_ERROR | Nick Mathewson |
2016-10-26 | Continue the module documentation effort with circuitbuild and circuituse | Nick Mathewson |