summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * tor-netdoc: Use batching iterator in authcert.rsIan Jackson2023-02-102-62/+16
| * tor-netdoc: Use batching_split_before in HsDescInnerIan Jackson2023-02-101-25/+10
| * tor-netdoc: Provide new batching_split_beforeIan Jackson2023-02-103-0/+402
| * tor-netdoc: Provide NetDocReader::into_iterIan Jackson2023-02-101-0/+7
| * tor-netdoc: util: use super::* in testsIan Jackson2023-02-101-2/+1
| * tor-netdoc: util: Add standard lint block to testsIan Jackson2023-02-101-0/+10
* | netdoc: give hsdesc test info in its original form.Nick Mathewson2023-02-131-1/+5
* | netdoc: Add a test for HSDesc decryption.Nick Mathewson2023-02-101-0/+63
* | Add another test hsdesc to parse.Nick Mathewson2023-02-101-0/+223
* | hscrypto: Use minutes, not seconds, in blinding parameter.Nick Mathewson2023-02-101-8/+4
|/
* Merge branch 'ticket_525_part2' into 'main'Nick Mathewson2023-02-0929-343/+375
|\
| * Rename OpenClientChan{Msg,Cell} => OpenChan{Msg,Cell}S2CNick Mathewson2023-02-093-31/+31
| * tor-proto: Do not parse forbidden commands on inbound cells.Nick Mathewson2023-02-093-88/+63
| * tor-proto: only parse allowed ChanMsg types during handshake.Nick Mathewson2023-02-093-29/+100
| * tor-cell: Return a useful error when restrist_msg rejects a command.Nick Mathewson2023-02-091-2/+3
| * Change tor_bytes::Error::BadMessage to a Cow.Nick Mathewson2023-02-0918-52/+87
| * tor-cell: Re-export paste so restrict_msg can work outside the crate.Nick Mathewson2023-02-091-3/+3
| * tor-cell: Remove chancell::msg::Body::into_message.Nick Mathewson2023-02-091-52/+1
| * tor-cell: Make RelayEarly a separate type.Nick Mathewson2023-02-096-12/+36
| * tor-cell: Have restrict_msg add conversion functions.Nick Mathewson2023-02-096-104/+72
| * cell: Parameterize ChannelCodec::decode and encode.Nick Mathewson2023-02-093-12/+21
* | Merge branch 'hsdir' into 'main'Ian Jackson2023-02-0913-126/+373
|\ \
| * | Fix minimal-versions (.then_some is too new)Ian Jackson2023-02-091-1/+1
| * | tor-netdir: Make is_hsdir_for_ring crate-localIan Jackson2023-02-091-1/+2
| * | tor-netdir: Document fill_from_previous_netdir semverIan Jackson2023-02-091-0/+1
| * | Clarify which netdir index is meantNick Mathewson2023-02-091-1/+2
| * | Fix typosNick Mathewson2023-02-091-2/+2
| * | Fix compilation with various feature combinationsIan Jackson2023-02-092-6/+26
| * | hsdir: rustfmtIan Jackson2023-02-092-10/+6
| * | hsdir: Actually compute the hash ringIan Jackson2023-02-092-8/+58
| * | hsdir: Be able to enumerate the hidden service directoriesIan Jackson2023-02-092-0/+29
| * | hsdir: Ring calculation plumbingIan Jackson2023-02-092-17/+32
| * | hsdir representation: Introduce HsDirs generic typeIan Jackson2023-02-093-38/+62
| * | hsdir: Implement HS hash ring index calculationsIan Jackson2023-02-092-7/+80
| * | hsdir: Make HsDirIndex be AsRef<[u8; ]>Ian Jackson2023-02-091-2/+4
| * | hsdir: impl Eq for HsDirParamsIan Jackson2023-02-091-1/+1
| * | hsdir: Rename HsRingParams to HsDirParamsIan Jackson2023-02-093-17/+21
| * | hsdir_params: Rename some variables for consistencyIan Jackson2023-02-092-11/+11
| * | hsdir: Replace open-coded params fields and args with HsRingParamsIan Jackson2023-02-093-16/+10
| * | hsdir: Remove a done TODO - this *is* now a TiSliceIan Jackson2023-02-091-1/+0
| * | tor-netdir: Provide Netdir::md_by_idxIan Jackson2023-02-091-0/+6
| * | tor-netdir: Store previous netdir (if required by features)Ian Jackson2023-02-091-1/+15
| * | tor-netdoc: Change fill_from_previous_netdirIan Jackson2023-02-092-11/+8
| * | tor-netdoc: Discuss that relays are ordered by rsa id in ConsensusIan Jackson2023-02-091-0/+3
| * | tor-netdir: Use typed-index-collections for router index (fix hsdir)Ian Jackson2023-02-091-2/+3
| * | hs time handling: Make TimePeriod contain length as IntegerMinutesIan Jackson2023-02-094-12/+27
| * | tor-units: Fix IntegerMinutes accessor (omg)Ian Jackson2023-02-092-1/+3
* | | Rename DescEncNonce => HsDescEncNonceNick Mathewson2023-02-092-4/+4
|/ /
* | hsdesc: Use an IntegerMinutes<u16> to hold lifetime.Nick Mathewson2023-02-083-10/+20
* | netdoc: Fix most "TODO HS rename" commentsNick Mathewson2023-02-084-16/+14