Age | Commit message (Expand) | Author |
2016-11-03 | whitespace fixes | Nick Mathewson |
2016-11-03 | Merge branch 'feature_15055_v2' | Nick Mathewson |
2016-11-03 | Audit use of tor_tls_cert_get_key(). | Nick Mathewson |
2016-11-03 | Extract the common code in add_*_cert to a helper. | Nick Mathewson |
2016-11-03 | Mark some functions as needing documentation in src/or/routerkeys.c. | Isis Lovecruft |
2016-11-03 | Document two additional functions in src/or/routerkeys.c. | Isis Lovecruft |
2016-11-03 | Drop support for AUTHTYPE_RSA_SHA256_RFC5705 authentication. | Nick Mathewson |
2016-11-03 | Clean up comments, mark more branches as BUG. | Nick Mathewson |
2016-11-03 | Unit tests for cert-chain-processing, including failed cases | Nick Mathewson |
2016-11-03 | Label a few conditions in link authentication code as bugs. | Nick Mathewson |
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-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 | 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 | Document main.c a lot better | Nick Mathewson |
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 |
2016-10-26 | More module documentation (circpathbias, circuitlist) | Nick Mathewson |
2016-10-26 | More module-level documentation. | Nick Mathewson |
2016-10-26 | Whitespace fixes | Nick Mathewson |
2016-10-26 | Allow asking a bridge's own descriptor over one-hop connection | Nick Mathewson |
2016-10-25 | Fix ewma_cmp_cmux never considering policies different | Matt Traudt |