summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src
Commit message (Expand)AuthorAgeFilesLines
* clippy: Replace many calls to .get(0) with .first()Ian Jackson2024-01-021-1/+1
* tor-netdoc: Make HsDescBuilder::auth_clients take an Option.Gabriela Moldovan2023-12-141-11/+18
* netdoc: Remove an "unknown_lints" exception.Nick Mathewson2023-11-301-1/+0
* netdoc: refactor to use a let-else.Nick Mathewson2023-11-301-4/+1
* llcrypto: Hide the members of ExpandedKeypair.Nick Mathewson2023-11-291-3/+3
* llcrypto: Remove redundant re-exports in keymanip.Nick Mathewson2023-11-292-3/+2
* Remove RngCompatExt.Nick Mathewson2023-11-294-15/+8
* Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-294-15/+16
* tor-netdoc: Use the new HandshakeType enum to represent CREATE2 HTYPEs (fmt).Gabriela Moldovan2023-10-301-17/+21
* tor-netdoc: Use the new HandshakeType enum to represent CREATE2 HTYPEs.Gabriela Moldovan2023-10-302-15/+16
* Remove a broken rustdoc link and fix a typo.Nick Mathewson2023-10-271-3/+0
* tor-cert, tor-netdoc: Use EncodedEd25519Cert instead of Vec<u8>.Gabriela Moldovan2023-10-253-11/+8
* tor-netdoc: Change return type of create_desc_sign_key_cert.Gabriela Moldovan2023-10-251-6/+3
* tor-netdoc: Building a descriptor now only requires the public part of blinde...Gabriela Moldovan2023-10-251-8/+10
* tor-netdoc: Remove now-unused blinded_id field.Gabriela Moldovan2023-10-252-7/+0
* tor-netdoc: Update HsDesc, HsDescOuter to accept the hs_desc_sign cert as an ...Gabriela Moldovan2023-10-252-21/+32
* tor-netdoc: Add helper function for computing the descriptor signing key cert.Gabriela Moldovan2023-10-253-15/+34
* tor-dirclient, tor-netdoc: Add TODO SPECs.Gabriela Moldovan2023-10-241-0/+3
* tor-netdoc: Use an unpadded base64 encoding for the signature.Gabriela Moldovan2023-10-241-3/+3
* Fix unresolved reference in documentationhalcyon2023-10-231-1/+2
* Remove deprecated ItemArgument impl for SystemTimehalcyon2023-10-231-27/+1
* Cleanup fmt_with doc comment after merge discussionhalcyon2023-10-231-2/+4
* Remove todo, std::fmt::Error doesnt allow for information transitionhalcyon2023-10-221-2/+0
* Handle time formatting through Time crate rather than string allocationshalcyon2023-10-201-16/+18
* Fix unresolved link warninghalcyon2023-10-201-1/+1
* Add Test for different Netdoc ItemArgument time formatshalcyon2023-10-201-0/+29
* Implement Netdoc ItemArgument for Iso8601TimeNoSp and Iso8601TimeSphalcyon2023-10-201-2/+15
* Implement Display for Iso8601TimeNoSp and Iso8601TimeSphalcyon2023-10-201-0/+38
* Explain why we are sorting intro points.Nick Mathewson2023-10-161-0/+7
* Sort introduction point lists by ntor public key.Neel Chauhan2023-10-161-16/+18
* tor-netdoc: Remove outdated note.Gabriela Moldovan2023-09-251-4/+0
* tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of ...Gabriela Moldovan2023-09-253-6/+6
* tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of S...Gabriela Moldovan2023-09-253-13/+12
* tor-netdoc: "testing" feature: Provide test_parsed_hsdescIan Jackson2023-09-181-12/+20
* tor-netdoc: tests: Hoist out TEST_DATA_HS_BLIND_ID (fmt)Ian Jackson2023-09-181-4/+1
* tor-netdoc: tests: Hoist out TEST_DATA_HS_BLIND_IDIan Jackson2023-09-181-3/+9
* tor-netdoc: provide a IntroPointDescBuilder (fmt)Ian Jackson2023-08-291-2/+1
* tor-netdoc: provide a IntroPointDescBuilderIan Jackson2023-08-291-0/+13
* Merge branch 'clippy' into 'main'Ian Jackson2023-08-2328-0/+28
|\
| * Run maint/add_warning to add lint block everywhereIan Jackson2023-08-2328-0/+28
* | tor-netdoc: Fix clippy lints.Gabriela Moldovan2023-08-232-6/+6
* | tor-netdoc: Remove redundant `IntroPointDesc` struct.Gabriela Moldovan2023-08-232-33/+13
|/
* Resolve warnings about ambiguous/redundant doc linksNick Mathewson2023-08-221-1/+1
* tor-bytes: deprecate always_bug with From traitEmil Engler2023-08-171-2/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Fix typosDimitris Apostolou2023-07-221-1/+1
* Merge branch 'explain_952_fix' into 'main'Nick Mathewson2023-07-111-0/+3
|\
| * Explain the code for the #952 fix.Nick Mathewson2023-07-101-0/+3
* | Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-1029-0/+29
|/
* be more lenient while parsing inner hs desctrinity-1686a2023-07-071-1/+6