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: Fix type of NotPresent items in ns Preamble
Ian Jackson
2026-04-21
3
-6
/
+8
*
tor-netdoc: Make Nickname have its own parsing error type
Ian Jackson
2026-04-20
3
-3
/
+10
*
Merge branch 'netdoc-test-fix' into 'main'
Clara Engler
2026-04-08
2
-191
/
+181
|
\
|
*
tor-netdoc: Add manual happy families microdesc test
Clara Engler
2026-04-08
1
-0
/
+35
|
*
tor-netdoc: Adjust family values for microdesc test
Clara Engler
2026-04-08
1
-12
/
+1
|
*
tor-netdoc: Update microdesc test EC keys
Clara Engler
2026-04-08
1
-9
/
+8
|
*
tor-netdoc: Update microdesc test onion key
Clara Engler
2026-04-08
1
-5
/
+5
|
*
tor-netdoc: "Remove" assert_eq for mds[6]
Clara Engler
2026-04-08
1
-40
/
+0
|
*
tor-netdoc: No longer ignore microdesc parse2 test
Clara Engler
2026-04-08
1
-2
/
+0
|
*
tor-netdoc: Remove dead authcert test code
Clara Engler
2026-04-08
1
-29
/
+0
|
*
tor-netdoc: Update dir_auth_cross_cert() test case
Clara Engler
2026-04-08
1
-1
/
+12
|
*
tor-netdoc: Update invalid outer signature test case
Clara Engler
2026-04-08
1
-10
/
+7
|
*
tor-netdoc: Update the invalid cross-cert test case
Clara Engler
2026-04-08
1
-10
/
+7
|
*
tor-netdoc: Update inconsistent fingerprint test case
Clara Engler
2026-04-08
1
-7
/
+9
|
*
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
[prev]
[next]