index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-netdoc
/
src
/
doc
/
hsdesc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolve clippy warnings from 1.83
Nick Mathewson
2025-05-13
3
-5
/
+5
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
3
-8
/
+8
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
Always use full path to rand::thread_rng().
Nick Mathewson
2025-03-18
1
-2
/
+1
*
Merge branch 'interface-abstraction-of-the-daleks' into 'main'
Nick Mathewson
2025-03-18
1
-1
/
+0
|
\
|
*
Wrap ed25519-dalek types.
Nick Mathewson
2025-03-18
1
-1
/
+0
*
|
netdoc: Make some parsing init functions fallible.
Nick Mathewson
2025-03-17
3
-3
/
+3
|
/
*
fix: fix typos
Dimitris Apostolou
2025-01-06
1
-1
/
+1
*
PoW: Consolidate feature flags into a single flag.
Wesley Aptekar-Cassels
2024-11-25
5
-15
/
+15
*
tor-netdoc: Error on PowParams::V1 when hs-pow-v1 is disabled.
Wesley Aptekar-Cassels
2024-11-25
1
-2
/
+11
*
tor-netdoc: Don't include pow_params in HsDesc when feature is disabled.
Wesley Aptekar-Cassels
2024-11-25
2
-7
/
+8
*
tor-netdoc: Support writing pow-params line.
Wesley Aptekar-Cassels
2024-11-25
2
-0
/
+91
*
TimerangeBound: Stop using std::ops::Bound.
Wesley Aptekar-Cassels
2024-11-25
1
-3
/
+2
*
tor-netdoc: add clippy allows and `#[non_exhaustive]`
Steven Engler
2024-11-20
1
-0
/
+2
*
Add a little test coverage for pow-params parsing.
Wesley Aptekar-Cassels
2024-10-09
1
-0
/
+108
*
hs-pow inner desc: broaden pow-params rule, disallow object for v1.
Wesley Aptekar-Cassels
2024-10-09
2
-3
/
+8
*
hs-pow: inner doc test using canned data from C tor.
Wesley Aptekar-Cassels
2024-10-09
1
-4
/
+39
*
hs-pow: Explain what the v1 scheme refers to, in PowParams.
Wesley Aptekar-Cassels
2024-10-09
1
-0
/
+7
*
hs-pow: Change rule to require pow_params type parameter.
Wesley Aptekar-Cassels
2024-10-09
1
-1
/
+1
*
hs-pow: Use TimerangeBound for puzzle parameters.
Wesley Aptekar-Cassels
2024-10-09
1
-9
/
+9
*
hs-pow: Refactor to prefer stub types rather than cfg sprawl.
Wesley Aptekar-Cassels
2024-10-09
4
-26
/
+44
*
tor-hspow: Big refactor, dissolve this crate
Wesley Aptekar-Cassels
2024-10-09
3
-34
/
+57
*
First pass at implementing onion proof-of-work client
Wesley Aptekar-Cassels
2024-10-09
1
-1
/
+1
*
tor-netdoc: Add parsing support for pow-params.
Wesley Aptekar-Cassels
2024-10-09
2
-0
/
+110
*
tor-netdoc: Wrap some too-long comments and docs.
Gabriela Moldovan
2024-10-03
3
-4
/
+7
*
tor-netdoc: Use the new "restricted discovery" terminology.
Gabriela Moldovan
2024-10-03
4
-20
/
+20
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
8
-0
/
+8
*
Fix typos in doc comments
Tobias Stoeckmann
2024-03-06
1
-1
/
+1
*
Fix typos in comments
Tobias Stoeckmann
2024-03-06
1
-1
/
+1
*
hsdesc: Document why enc_key_cert signbit is always zero.
Nick Mathewson
2024-01-16
2
-6
/
+14
*
tor-netdoc: Turn a TODO HSS into #1221.
Gabriela Moldovan
2024-01-11
1
-1
/
+2
*
tor-netdoc: Downgrade some TODO HSS to TODO.
Gabriela Moldovan
2024-01-11
2
-2
/
+2
*
tor-netdoc: Make HsDescBuilder::auth_clients take an Option.
Gabriela Moldovan
2023-12-14
1
-11
/
+18
*
llcrypto: Hide the members of ExpandedKeypair.
Nick Mathewson
2023-11-29
1
-3
/
+3
*
llcrypto: Remove redundant re-exports in keymanip.
Nick Mathewson
2023-11-29
2
-3
/
+2
*
Remove RngCompatExt.
Nick Mathewson
2023-11-29
4
-15
/
+8
*
Convert to the latest versions of dalek-cryptography
Nick Mathewson
2023-11-29
4
-15
/
+16
*
tor-netdoc: Use the new HandshakeType enum to represent CREATE2 HTYPEs (fmt).
Gabriela Moldovan
2023-10-30
1
-17
/
+21
*
tor-netdoc: Use the new HandshakeType enum to represent CREATE2 HTYPEs.
Gabriela Moldovan
2023-10-30
2
-15
/
+16
*
Remove a broken rustdoc link and fix a typo.
Nick Mathewson
2023-10-27
1
-3
/
+0
*
tor-cert, tor-netdoc: Use EncodedEd25519Cert instead of Vec<u8>.
Gabriela Moldovan
2023-10-25
3
-11
/
+8
*
tor-netdoc: Change return type of create_desc_sign_key_cert.
Gabriela Moldovan
2023-10-25
1
-6
/
+3
*
tor-netdoc: Building a descriptor now only requires the public part of blinde...
Gabriela Moldovan
2023-10-25
1
-8
/
+10
*
tor-netdoc: Remove now-unused blinded_id field.
Gabriela Moldovan
2023-10-25
2
-7
/
+0
*
tor-netdoc: Update HsDesc, HsDescOuter to accept the hs_desc_sign cert as an ...
Gabriela Moldovan
2023-10-25
2
-21
/
+32
*
tor-netdoc: Add helper function for computing the descriptor signing key cert.
Gabriela Moldovan
2023-10-25
2
-14
/
+33
*
tor-dirclient, tor-netdoc: Add TODO SPECs.
Gabriela Moldovan
2023-10-24
1
-0
/
+3
*
tor-netdoc: Use an unpadded base64 encoding for the signature.
Gabriela Moldovan
2023-10-24
1
-3
/
+3
*
Explain why we are sorting intro points.
Nick Mathewson
2023-10-16
1
-0
/
+7
*
Sort introduction point lists by ntor public key.
Neel Chauhan
2023-10-16
1
-16
/
+18
[next]