| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | hss: document behavior needed for indistinguishability | Nick Mathewson | 2023-10-23 | 1 | -2/+12 | |
| | * | | | | hsrproxy: Document what we check about begin messages | Nick Mathewson | 2023-10-23 | 1 | -1/+2 | |
| | * | | | | hsrproxy: Send back DONE reasons. | Nick Mathewson | 2023-10-23 | 2 | -3/+4 | |
| * | | | | | Merge branch 'update-rustc-build-repro' into 'main' | Nick Mathewson | 2023-11-16 | 2 | -2/+4 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | add tpa tag to coverage-aggregated | trinity-1686a | 2023-11-16 | 1 | -0/+2 | |
| | * | | | | update rustc for reproducible builds | trinity-1686a | 2023-11-16 | 2 | -2/+2 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'strip_onion_begin' into 'main' | Alexander Færøy | 2023-11-15 | 4 | -2/+49 | |
| |\ \ \ \ | |_|_|/ |/| | | | ||||||
| | * | | | Send less information in onion service BEGIN messages | Nick Mathewson | 2023-11-15 | 4 | -2/+49 | |
| * | | | | Merge branch 'upgrades-20231115' into 'main' | gabi-250 | 2023-11-15 | 17 | -44/+53 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Require a more up-to-date version of time. | Nick Mathewson | 2023-11-15 | 1 | -1/+1 | |
| | * | | | Upgrade to rusqlite 0.30.0 | Nick Mathewson | 2023-11-15 | 2 | -7/+7 | |
| | * | | | Upgrade to itertools 0.12.0 | Nick Mathewson | 2023-11-15 | 17 | -36/+45 | |
| * | | | | Merge branch 'clap4' into 'main' | gabi-250 | 2023-11-15 | 11 | -59/+35 | |
| |\ \ \ \ | ||||||
| | * | | | | cargo_audit: Remove note about clap use of atty. | Nick Mathewson | 2023-11-15 | 1 | -2/+1 | |
| | * | | | | Use "wrap_help" feature for clap. | Nick Mathewson | 2023-11-15 | 7 | -6/+17 | |
| | * | | | | clap4: Upgrade from a deprecated syntax in examples. | Nick Mathewson | 2023-11-15 | 1 | -4/+4 | |
| | * | | | | Bump to clap 4 and resolve compiler errors. | Nick Mathewson | 2023-11-15 | 6 | -50/+16 | |
| * | | | | | Merge branch 'remove-webpki-exception' into 'main' | gabi-250 | 2023-11-15 | 1 | -13/+0 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Remove webpki cargo_audit exception | Nick Mathewson | 2023-11-15 | 1 | -13/+0 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge branch 'handshake-traits-for-ntorv3' into 'main' | Nick Mathewson | 2023-11-15 | 10 | -110/+237 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | tor-llcrypto: bump sha3 minimum version | Jim Newsome | 2023-11-15 | 2 | -1/+2 | |
| | * | | | | tor-proto: make ClientHandShake and ServerHandshake generic over aux data | Jim Newsome | 2023-11-15 | 6 | -164/+112 | |
| | * | | | | Add NtorV3Server and implement ServerHandshake for it | Jim Newsome | 2023-11-15 | 1 | -29/+43 | |
| | * | | | | ServerHandshake: extend to support ntorv3 extensions | Jim Newsome | 2023-11-15 | 4 | -20/+130 | |
| | * | | | | NtorV3Client: implement ClientHandshake | Jim Newsome | 2023-11-15 | 1 | -7/+13 | |
| | * | | | | ClientHandshake: extend to support ntorv3 extensions | Jim Newsome | 2023-11-15 | 4 | -22/+66 | |
| | * | | | | NtorV3Client: take a slice instead of a vec of extensions | Jim Newsome | 2023-11-15 | 1 | -5/+3 | |
| | * | | | | ntor_v3: replace `impl digest::XofReader` with `NtorV3XofReader` | Jim Newsome | 2023-11-15 | 1 | -15/+20 | |
| | * | | | | tor_llcrypto: expose `Shake256Reader` | Jim Newsome | 2023-11-15 | 2 | -1/+2 | |
| | * | | | | CircuitHandshake::Ntor::ed_identity clarify doc-comment | Jim Newsome | 2023-11-15 | 1 | -2/+2 | |
| | * | | | | hs_ntor: fix comment typo INTROUDCE1 | Jim Newsome | 2023-11-15 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'keymgr-docs2' into 'main' | gabi-250 | 2023-11-15 | 6 | -87/+142 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | tor-keymgr: Add missing backticks (fmt). | Gabriela Moldovan | 2023-11-13 | 3 | -4/+3 | |
| | * | | | tor-keymgr: Add missing backticks. | Gabriela Moldovan | 2023-11-13 | 1 | -2/+2 | |
| | * | | | tor-keymgr: Move module-level docs to KeyMgr. | Gabriela Moldovan | 2023-11-13 | 1 | -13/+13 | |
| | * | | | tor-keymgr: Expand the ArtiNativeKeystore docs. | Gabriela Moldovan | 2023-11-13 | 1 | -1/+19 | |
| | * | | | tor-keymgr: Clarify how the default/secondary stores are used. | Gabriela Moldovan | 2023-11-13 | 1 | -2/+25 | |
| | * | | | tor-keymgr: Mention the custom SSH algorithm name for expanded ed keys. | Gabriela Moldovan | 2023-11-13 | 1 | -1/+2 | |
| | * | | | tor-keymgr: Clarify what ArtiPath are used for. | Gabriela Moldovan | 2023-11-13 | 2 | -2/+7 | |
| | * | | | tor-keymgr: Add some doctests. | Gabriela Moldovan | 2023-11-13 | 1 | -0/+35 | |
| | * | | | tor-keymgr: Abolish KeyPathPatternSet. | Gabriela Moldovan | 2023-11-13 | 4 | -65/+39 | |
| | * | | | tor-keymgr: Downgrade a TODO HSS to TODO. | Gabriela Moldovan | 2023-11-13 | 1 | -1/+1 | |
| | | |/ | |/| | ||||||
| * | | | Merge branch 'circmgr-test-mock-runtime' into 'main' | Ian Jackson | 2023-11-14 | 2 | -33/+36 | |
| |\ \ \ | ||||||
| | * | | | tor-circmgr: partially port mgr tests to MockRuntime | Saksham Mittal | 2023-11-14 | 1 | -11/+11 | |
| | * | | | tor-circmgr: partially port test_double_timeout() to MockRuntime | Saksham Mittal | 2023-11-14 | 1 | -6/+3 | |
| | * | | | tor-circmgr: fix build_*_timeout() for MockRuntime port | Saksham Mittal | 2023-11-14 | 1 | -8/+5 | |
| | * | | | tor-circmgr: have FakeCirc derive Debug | Saksham Mittal | 2023-11-11 | 1 | -5/+2 | |
| | * | | | tor-circmgr: Port some build_* tests to MockRuntime | Saksham Mittal | 2023-11-11 | 1 | -15/+27 | |
| | |/ / | ||||||
| * | | | Merge branch 'simple-todos' into 'main' | Alexander Færøy | 2023-11-13 | 2 | -5/+1 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | tor-hsservice: Downgrade TODO HSS to TODO. | Gabriela Moldovan | 2023-11-13 | 1 | -1/+1 | |
