summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | ratelim: Note that timeouts are in minutes.Nick Mathewson2023-11-162-11/+2
| * | ratelim: refactor to avoid unreachable codeNick Mathewson2023-11-163-43/+22
| * | ratelim: rename limiter.rs to ratelim.rsNick Mathewson2023-11-162-5/+5
| * | log_ratelim: Use a real error type for install_runtime()Nick Mathewson2023-11-163-5/+16
| * | log_ratelim: Make final semicolon optional.Nick Mathewson2023-11-161-4/+6
| * | New tor-log-ratelim crateNick Mathewson2023-11-168-35/+992
* | | Merge branch 'main' into 'main'gabi-2502023-11-171-13/+15
|\ \ \
| * | | Added macro for StorageConfig expand dirrdbo2023-11-171-13/+15
* | | | Merge branch 'fix-for-rust-release' into 'main'Nick Mathewson2023-11-161-0/+1
|\ \ \ \
| * | | | arti-client test: add clippy exceptionJim Newsome2023-11-161-0/+1
|/ / / /
* | | | Merge branch 'publisher-rev-count' into 'main'gabi-2502023-11-164-50/+121
|\ \ \ \ | |/ / / |/| | |
| * | | tor-keymgr: Remove unnecessary borrow.Gabriela Moldovan2023-11-161-2/+2
| * | | tor-hsservice: Reuse read_blind_id_keypair when building descriptors.Gabriela Moldovan2023-11-161-14/+6
| * | | tor-hsservice: Extract read_blind_id_keypair out of Reactor (fmt).Gabriela Moldovan2023-11-161-36/+34
| * | | tor-hsservice: Extract read_blind_id_keypair out of Reactor.Gabriela Moldovan2023-11-161-12/+10
| * | | tor-hsservice: Pass the current time as an argument to generate_revision_coun...Gabriela Moldovan2023-11-161-3/+4
| * | | tor-hsservice: Add note about computing ope_key once per TP.Gabriela Moldovan2023-11-161-0/+2
| * | | tor-hsservice: Link the the spec instead of referencing section number.Gabriela Moldovan2023-11-161-2/+3
| * | | tor-hsservice: Remove dead code.Gabriela Moldovan2023-11-161-21/+0
| * | | tor-hsservice: Generate revision counters using an OPE scheme.Gabriela Moldovan2023-11-161-6/+3
| * | | tor-hsservice: Add function for generating revision counters using OPE scheme.Gabriela Moldovan2023-11-162-3/+107
| * | | tor-hsservice: Rename period to period_ctx for clarity.Gabriela Moldovan2023-11-161-5/+4
| * | | tor-hscrypto: Make offset_within_period() work with timestamps from later per...Gabriela Moldovan2023-11-161-2/+2
|/ / /
* | | Merge branch 'aes_ope' into 'main'Nick Mathewson2023-11-166-0/+224
|\ \ \
| * | | Implementation for AES-based Order-preserving encryptionNick Mathewson2023-11-166-0/+224
* | | | Merge remote-tracking branch 'public/hs_begin'Nick Mathewson2023-11-163-4/+16
|\ \ \ \
| * | | | hss: document behavior needed for indistinguishabilityNick Mathewson2023-10-231-2/+12
| * | | | hsrproxy: Document what we check about begin messagesNick Mathewson2023-10-231-1/+2
| * | | | hsrproxy: Send back DONE reasons.Nick Mathewson2023-10-232-3/+4
* | | | | Merge branch 'update-rustc-build-repro' into 'main'Nick Mathewson2023-11-162-2/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | add tpa tag to coverage-aggregatedtrinity-1686a2023-11-161-0/+2
| * | | | update rustc for reproducible buildstrinity-1686a2023-11-162-2/+2
|/ / / /
* | | | Merge branch 'strip_onion_begin' into 'main'Alexander Færøy2023-11-154-2/+49
|\ \ \ \ | |_|_|/ |/| | |
| * | | Send less information in onion service BEGIN messagesNick Mathewson2023-11-154-2/+49
* | | | Merge branch 'upgrades-20231115' into 'main'gabi-2502023-11-1517-44/+53
|\ \ \ \ | |/ / / |/| | |
| * | | Require a more up-to-date version of time.Nick Mathewson2023-11-151-1/+1
| * | | Upgrade to rusqlite 0.30.0Nick Mathewson2023-11-152-7/+7
| * | | Upgrade to itertools 0.12.0Nick Mathewson2023-11-1517-36/+45
* | | | Merge branch 'clap4' into 'main'gabi-2502023-11-1511-59/+35
|\ \ \ \
| * | | | cargo_audit: Remove note about clap use of atty.Nick Mathewson2023-11-151-2/+1
| * | | | Use "wrap_help" feature for clap.Nick Mathewson2023-11-157-6/+17
| * | | | clap4: Upgrade from a deprecated syntax in examples.Nick Mathewson2023-11-151-4/+4
| * | | | Bump to clap 4 and resolve compiler errors.Nick Mathewson2023-11-156-50/+16
* | | | | Merge branch 'remove-webpki-exception' into 'main'gabi-2502023-11-151-13/+0
|\ \ \ \ \
| * | | | | Remove webpki cargo_audit exceptionNick Mathewson2023-11-151-13/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'handshake-traits-for-ntorv3' into 'main'Nick Mathewson2023-11-1510-110/+237
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tor-llcrypto: bump sha3 minimum versionJim Newsome2023-11-152-1/+2
| * | | | tor-proto: make ClientHandShake and ServerHandshake generic over aux dataJim Newsome2023-11-156-164/+112
| * | | | Add NtorV3Server and implement ServerHandshake for itJim Newsome2023-11-151-29/+43
| * | | | ServerHandshake: extend to support ntorv3 extensionsJim Newsome2023-11-154-20/+130