summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | | | tor-netdoc: Constify VALID_SYSTEM_TIMEClara Engler2026-04-081-0/+5
| * | | | | | tor-netdoc: Update test vectors in dir_auth_certClara Engler2026-04-081-15/+10
| * | | | | | tor-netdoc: Remove outdated longclaw comment in testClara Engler2026-04-081-2/+0
| * | | | | | tor-netdoc: Replace a File::open with include_strClara Engler2026-04-081-7/+2
| * | | | | | tor-netdoc: Constify the raw authcert test vectorClara Engler2026-04-081-0/+1
| * | | | | | tor-netdoc: Constify the authcert test vectorsClara Engler2026-04-081-0/+41
| * | | | | | tor-netdoc: Add to_rsa_id() helper functionClara Engler2026-04-081-0/+7
| * | | | | | tor-netdoc: Add pem_to_rsa_pk helper functionClara Engler2026-04-081-0/+7
| * | | | | | tor-netdoc: Add to_system_time helper functionClara Engler2026-04-081-0/+7
| * | | | | | tor-netdoc: Fix broken poc testsClara Engler2026-04-081-2/+2
| * | | | | | testdata2: Update with job 1468137Clara Engler2026-04-0745-2468/+2610
| * | | | | | testdata2: Patch lines starting with "@"Clara Engler2026-04-071-0/+13
| * | | | | | testdata: Embed testdata2/README update into scriptClara Engler2026-04-071-0/+5
| * | | | | | testdata2: Fix directory structure in zip archiveClara Engler2026-04-071-1/+2
| * | | | | | testdata2: Use absolute paths using gitClara Engler2026-04-071-6/+12
* | | | | | | Merge branch 'normal-item-arg-ip-addr' into 'main'Ian Jackson2026-04-081-0/+2
|\ \ \ \ \ \ \
| * | | | | | | tor-netdoc: impl NormalItemArgument for IpAddrIan Jackson2026-04-081-0/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'fix-help-msg' into 'main'Nick Mathewson2026-04-086-4/+19
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | arti: tests: Add regression test for `arti -h`hjrgrn2026-04-085-0/+13
| * | | | | | arti: Fix help message display orderhjrgrn2026-04-081-4/+6
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'create-fast' into 'main'opara2026-04-0824-106/+1122
|\ \ \ \ \ \
| * | | | | | tor-proto: replace use of `ChannelDirection` with `CircIdRange`Steven Engler2026-04-084-25/+16
| * | | | | | Revert "tor-proto: change `CreateResponse` to `restricted_msg!`"Steven Engler2026-04-082-29/+20
| * | | | | | tor-proto: add a `From<$ttype>` impl for `RestrictedChanMsgSet`Steven Engler2026-04-081-0/+8
| * | | | | | tor-{proto,chanmgr}: change how channels accept a CREATE* handlerSteven Engler2026-04-089-103/+158
| * | | | | | tor-proto: simplify error handling in `CreateRequestHandler::handle_create()`Steven Engler2026-04-081-71/+85
| * | | | | | tor-proto: rename `CircIdRange::is_allowed_by_peer()` to `is_allowed_for_peer()`Steven Engler2026-04-081-2/+2