aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | arti-relays: Extend existing tests to check ntor key rotationGabriela Moldovan2026-04-091-2/+6
* | | | | arti-relay: Generate and rotate ntor keysGabriela Moldovan2026-04-091-10/+162
* | | | | arti-relay: Add callbacks for deciding whether to expire and generateGabriela Moldovan2026-04-091-11/+26
* | | | | arti-relay: Replace have_rotated bools with KeyChange (fmt)Gabriela Moldovan2026-04-091-8/+14
* | | | | arti-relay: Replace have_rotated bools with KeyChangeGabriela Moldovan2026-04-091-15/+23
* | | | | arti-relay: Add a struct describing a key change eventGabriela Moldovan2026-04-091-0/+19
* | | | | arti-relay: s/have_rotated/have_removed for clarityGabriela Moldovan2026-04-091-2/+2
* | | | | relay-crypto: Add new RelayNtor key wrapperGabriela Moldovan2026-04-091-1/+6
* | | | | Merge branch 'ticket2440_01' into 'main'David Goulet2026-04-097-66/+91
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | linkspec: Rename all_addrs_allowed_for_extend()David Goulet2026-04-092-4/+6
| * | | | relay: Pass advertise SocketAddr to channel builder instead of IpAddrDavid Goulet2026-04-096-22/+22
| * | | | chanmgr: Validate the ChanTarget for both client and relayDavid Goulet2026-04-091-41/+64
* | | | | Merge branch 'log-ids' into 'main'Jim Newsome2026-04-093-5/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Log socks isolationJim Newsome2026-04-081-0/+1
| * | | | Log tunnel and circuit IDsJim Newsome2026-04-082-5/+12
| * | | | Fix log typo PreeemptiveJim Newsome2026-04-081-1/+1
* | | | | Merge branch 'create-fast' into 'main'gabi-2502026-04-092-56/+71
|\ \ \ \ \
| * | | | | tor-proto: take `CreateRequest` message by referenceSteven Engler2026-04-082-6/+5
| * | | | | tor-proto: move a TODOSteven Engler2026-04-081-2/+1
| * | | | | tor-proto: remove old TODOSteven Engler2026-04-081-4/+1
| * | | | | tor-proto: rustfmtSteven Engler2026-04-081-6/+3
| * | | | | tor-proto: move CREATE_FAST handlingSteven Engler2026-04-081-45/+43
| * | | | | tor-proto: prepare to move CREATE_FAST handling to a helperSteven Engler2026-04-081-8/+34
| * | | | | tor-proto: remove old TODOSteven Engler2026-04-081-1/+0
* | | | | | arti-relay: Fix test MockRuntime::advance_by() usageGabriela Moldovan2026-04-091-6/+2
| |/ / / / |/| | | |
* | | | | Merge branch 'rustls-defaults' into 'main'Nick Mathewson2026-04-089-37/+72
|\ \ \ \ \
| * | | | | arti-relay: Change CryptoProvider to aws-lc-rs.Nick Mathewson2026-04-082-3/+4
| * | | | | rtcompat: document choice of aws_lc_rs providerNick Mathewson2026-04-081-9/+11
| * | | | | arti: Allow choice of CryptoProvider; use aws-lc-rs by default.Nick Mathewson2026-04-084-18/+41
| * | | | | rtcompat: Stop installing backup CryptoProvider.Nick Mathewson2026-04-023-7/+16
* | | | | | Merge branch 'feat/protocol-warnings' into 'main'Nick Mathewson2026-04-084-3/+220
|\ \ \ \ \ \
| * | | | | | arti: set_protocol_warning_mode to Warn or Off in setup_loggingmoumenalaoui2026-04-082-14/+26
| * | | | | | arti: add protocol_warnings config and wire setup_loggingmoumenalaoui2026-03-273-0/+24
| * | | | | | tor-error: add runtime ProtocolWarningMode and promote TorProtocolViolation i...moumenalaoui2026-03-271-1/+182
* | | | | | | proto: Bring back AuthLogDigest and explicitly convert to SLOG/CLOGDavid Goulet2026-04-084-36/+27
* | | | | | | proto: Add ClogDigest and SlogDigest typesDavid Goulet2026-04-087-38/+80
* | | | | | | Merge branch 'netdoc-test-fix' into 'main'Clara Engler2026-04-0849-2668/+2825
|\ \ \ \ \ \ \
| * | | | | | | tor-netdoc: Add manual happy families microdesc testClara Engler2026-04-081-0/+35
| * | | | | | | tor-netdoc: Adjust family values for microdesc testClara Engler2026-04-081-12/+1
| * | | | | | | tor-netdoc: Update microdesc test EC keysClara Engler2026-04-081-9/+8
| * | | | | | | tor-netdoc: Update microdesc test onion keyClara Engler2026-04-081-5/+5
| * | | | | | | tor-netdoc: "Remove" assert_eq for mds[6]Clara Engler2026-04-081-40/+0
| * | | | | | | tor-netdoc: No longer ignore microdesc parse2 testClara Engler2026-04-081-2/+0
| * | | | | | | tor-netdoc: Remove dead authcert test codeClara Engler2026-04-081-29/+0
| * | | | | | | tor-netdoc: Update dir_auth_cross_cert() test caseClara Engler2026-04-081-1/+12
| * | | | | | | tor-netdoc: Update invalid outer signature test caseClara Engler2026-04-081-10/+7
| * | | | | | | tor-netdoc: Update the invalid cross-cert test caseClara Engler2026-04-081-10/+7
| * | | | | | | tor-netdoc: Update inconsistent fingerprint test caseClara Engler2026-04-081-7/+9
| * | | | | | | tor-netdoc: Constify ALTERNATIVE_AUTHCERT_RAWClara Engler2026-04-081-0/+5
| * | | | | | | tor-netdoc: Update "trivial" test cases in dir_auth_signature()Clara Engler2026-04-081-50/+20