summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/hsdesc/build
Commit message (Expand)AuthorAgeFilesLines
* tor-netdoc: Wrap some too-long comments and docs.Gabriela Moldovan2024-10-031-2/+3
* tor-netdoc: Use the new "restricted discovery" terminology.Gabriela Moldovan2024-10-031-6/+6
* Run maint/add_warning.Nick Mathewson2024-03-133-0/+3
* Fix typos in commentsTobias Stoeckmann2024-03-061-1/+1
* hsdesc: Document why enc_key_cert signbit is always zero.Nick Mathewson2024-01-161-5/+8
* tor-netdoc: Turn a TODO HSS into #1221.Gabriela Moldovan2024-01-111-1/+2
* tor-netdoc: Downgrade some TODO HSS to TODO.Gabriela Moldovan2024-01-111-1/+1
* llcrypto: Remove redundant re-exports in keymanip.Nick Mathewson2023-11-291-1/+1
* Remove RngCompatExt.Nick Mathewson2023-11-293-9/+5
* Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-293-8/+9
* 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-301-12/+13
* 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-252-6/+5
* tor-netdoc: Remove now-unused blinded_id field.Gabriela Moldovan2023-10-251-6/+0
* tor-netdoc: Update HsDesc, HsDescOuter to accept the hs_desc_sign cert as an ...Gabriela Moldovan2023-10-251-15/+16
* tor-netdoc: Add helper function for computing the descriptor signing key cert.Gabriela Moldovan2023-10-251-12/+4
* 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
* 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
* Merge branch 'clippy' into 'main'Ian Jackson2023-08-233-0/+3
|\
| * Run maint/add_warning to add lint block everywhereIan Jackson2023-08-233-0/+3
* | tor-netdoc: Fix clippy lints.Gabriela Moldovan2023-08-231-5/+5
* | tor-netdoc: Remove redundant `IntroPointDesc` struct.Gabriela Moldovan2023-08-231-30/+2
|/
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-103-0/+3
* Back down x25519-dalek to 2.0.0-pre.1 from 2.0.0-rc.2pinkforest2023-06-271-3/+3
* hsdesc.rs: finally remove "allows".Nick Mathewson2023-06-161-12/+8
* netdoc::doc::hsdesc changes to let us downgrade/remove allowsNick Mathewson2023-06-161-1/+1
* netdoc: downgrade some TODO HS to TODO HSS.Nick Mathewson2023-06-161-4/+4
* netdoc, hsclient: Update remaining ed25519::SecretKey usersNick Mathewson2023-05-181-6/+5
* Use non-deprecated *Secret::random_from_rng.Nick Mathewson2023-05-131-3/+3
* Merge branch 'remove-hsdesc-todo' into 'main'Ian Jackson2023-04-121-3/+0
|\
| * Remove misleading TODO.Gabriela Moldovan2023-04-111-3/+0
* | tor-netdoc: Tidy up and fix some broken intra-doc linksIan Jackson2023-04-112-3/+5
|/
* tor-netdoc: Expose test data under new "testing" feature flagIan Jackson2023-04-051-1/+1
* Generate a new KP_hss_desc_enc keypair for each new descriptor.Gabriela Moldovan2023-03-311-3/+3
* Remove unnecessary test constant.Gabriela Moldovan2023-03-311-7/+5
* Stop requiring the caller to supply `AuthClient`s.Gabriela Moldovan2023-03-311-52/+91
* Merge branch 'fix-broken-doc-links' into 'main'Nick Mathewson2023-03-302-5/+5
|\
| * Fix broken doc link.Gabriela Moldovan2023-03-272-5/+5
* | Remove hard-coded test certs.Gabriela Moldovan2023-03-273-55/+63
* | Make the HS encoder randomness source injectable.Gabriela Moldovan2023-03-273-34/+27
* | Use the type system to enforce use of blinded keys.Gabriela Moldovan2023-03-271-8/+23
|/
* Use transparent structs instead of builders.Gabriela Moldovan2023-03-243-75/+67
* Refactor the inner doc tests to be more DRY.Gabriela Moldovan2023-03-241-53/+55
* Remove `NetdocText` and replace its uses with `String`.Gabriela Moldovan2023-03-243-13/+12
* Remove some unnecessary visibility restrictions.Gabriela Moldovan2023-03-243-130/+74
* Create a new `IntroPointDesc` type.Gabriela Moldovan2023-03-241-13/+46
* Use the less ambiguous inner/middle/outer terminology.Gabriela Moldovan2023-03-242-2/+2