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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
tor-netdoc: Constify ALTERNATIVE_AUTHCERT_RAW
Clara Engler
2026-04-08
1
-0
/
+5
|
*
tor-netdoc: Update "trivial" test cases in dir_auth_signature()
Clara Engler
2026-04-08
1
-50
/
+20
|
*
tor-netdoc: Constify VALID_SYSTEM_TIME
Clara Engler
2026-04-08
1
-0
/
+5
|
*
tor-netdoc: Update test vectors in dir_auth_cert
Clara Engler
2026-04-08
1
-15
/
+10
|
*
tor-netdoc: Remove outdated longclaw comment in test
Clara Engler
2026-04-08
1
-2
/
+0
|
*
tor-netdoc: Replace a File::open with include_str
Clara Engler
2026-04-08
1
-7
/
+2
|
*
tor-netdoc: Constify the raw authcert test vector
Clara Engler
2026-04-08
1
-0
/
+1
|
*
tor-netdoc: Constify the authcert test vectors
Clara Engler
2026-04-08
1
-0
/
+41
|
*
tor-netdoc: Add to_rsa_id() helper function
Clara Engler
2026-04-08
1
-0
/
+7
|
*
tor-netdoc: Add pem_to_rsa_pk helper function
Clara Engler
2026-04-08
1
-0
/
+7
|
*
tor-netdoc: Add to_system_time helper function
Clara Engler
2026-04-08
1
-0
/
+7
*
|
tor-netdoc: parse2/encode derive: Use unquoted attributes at call sites
Ian Jackson
2026-04-07
3
-5
/
+5
*
|
tor-netdoc: Constructor derive: Use meta_quoted rigorous
Ian Jackson
2026-04-07
1
-1
/
+1
|
/
*
tor-netdoc: Add TODO to test ignoring
Clara Engler
2026-04-02
1
-0
/
+1
*
tor-netdoc: Disable broken test for now
Clara Engler
2026-04-02
1
-0
/
+1
*
tor-netdoc: Note on hardcoded test vectors
Clara Engler
2026-04-02
1
-0
/
+5
*
tor-netdoc: Remove onion_key accessor
Clara Engler
2026-04-02
1
-5
/
+0
*
tor-netdoc: Use Curve25519Public for parsing
Clara Engler
2026-04-02
2
-7
/
+9
*
tor-netdoc: Refactor Ed25519IdentityLine
Clara Engler
2026-04-02
1
-16
/
+17
*
tor-netdoc: Use proper PEM parser for testvecs
Clara Engler
2026-04-02
1
-21
/
+26
*
tor-netdoc: Reorder Microdesc according to spec
Clara Engler
2026-04-02
1
-11
/
+11
*
tor-netdoc: Properly parse mutliple family-ids
Clara Engler
2026-04-02
2
-16
/
+17
*
tor-netdoc: Add a test for Microdesc with parse2
Clara Engler
2026-04-02
1
-0
/
+94
*
tor-netdoc: Derive NetdocParseable for Microdesc
Clara Engler
2026-04-02
2
-8
/
+58
*
tor-netdoc: Gate encode_sign on plain-consensus feature
Ian Jackson
2026-04-01
1
-1
/
+4
*
tor-netdoc: Replace AuthCert::verify_selfcert impl
Ian Jackson
2026-04-01
1
-1
/
+13
*
tor-netdoc: authcert: Test encoding and signing method
Ian Jackson
2026-04-01
1
-0
/
+43
*
tor-netdoc: authcert: Provide encoding and signing method
Ian Jackson
2026-04-01
1
-1
/
+26
*
tor-netdoc: Provide `new` methods for CrossCert and AuthCert
Ian Jackson
2026-04-01
1
-0
/
+60
*
tor-netdoc: Turn AuthCertSignature into RsaSignature
Ian Jackson
2026-04-01
1
-24
/
+7
*
tor-netdoc: derive enncoding for AuthCert, AuthCertSignature[s]
Ian Jackson
2026-04-01
1
-2
/
+5
*
tor-netdoc: Move raw_data_object to new container module
Ian Jackson
2026-04-01
1
-1
/
+1
*
tor-netdoc: impl encoding traits for authcert cross-cert types
Ian Jackson
2026-04-01
1
-1
/
+19
*
tor-netdoc: authcert: Debug CrossCertObject in hex
Ian Jackson
2026-04-01
1
-1
/
+3
*
tor-netdoc: Constructor: Fix it so it actually works
Ian Jackson
2026-04-01
1
-2
/
+2
*
tor-netdoc: Rename `AuthCertUnverified::verify_self_signed`
Ian Jackson
2026-03-31
1
-15
/
+15
*
tor-netdoc: encoder: Rename .object() method to .object_bytes
Ian Jackson
2026-03-31
3
-5
/
+5
*
tor-netdoc: Port to web-time-compat
Nick Mathewson
2026-03-26
3
-5
/
+7
*
Fix typos
Tobias Stoeckmann
2026-03-24
2
-2
/
+2
*
tor-netdoc: Apply deferred rustfmt churn to imports
Ian Jackson
2026-03-19
1
-1
/
+3
*
tor-netdoc: parse2: Don't impl NetdocParseable for bodies of signed docs
Ian Jackson
2026-03-19
1
-3
/
+7
*
tor-netdoc: parse2: Don't impl NetdocParseable for bodies of signed docs (pre...
Ian Jackson
2026-03-19
1
-3
/
+7
*
tor-netdoc: authcert test: Avoid using NetdocParseable for AuthCert
Ian Jackson
2026-03-19
1
-3
/
+4
*
tor-netdoc: parse2: Unify top-level derive as NetdocUParseablenverified
Ian Jackson
2026-03-19
1
-1
/
+1
*
tor-netdoc: parse2: Move hash out of signature items
Ian Jackson
2026-03-19
1
-7
/
+4
*
tor-netdoc: parse2: Introduce SignatureData struct
Ian Jackson
2026-03-19
1
-3
/
+3
*
tor-netdoc: NetdocParseableSignatures: Make into its own macro
Ian Jackson
2026-03-19
1
-2
/
+1
*
Merge branch 'extra-info' into 'main'
Clara Engler
2026-03-18
1
-0
/
+3
|
\
|
*
tor-netdoc: Add ExtraInfoDigest type alias
Clara Engler
2026-03-12
1
-0
/
+3
*
|
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
3
-4
/
+4
|
/
[prev]
[next]