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
/
authcert.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-netdoc: Replace string slices with str::get() in doc (fmt)
Clara Engler
2026-06-24
1
-2
/
+7
*
tor-netdoc: Replace string slices with str::get() in doc
Clara Engler
2026-06-24
1
-4
/
+3
*
tor-netdoc: tests: Move poc authcert test to authcert.rs
Ian Jackson
2026-06-17
1
-0
/
+18
*
tor-netdoc: Use assert_eq_or_diff in three more places
Ian Jackson
2026-06-11
1
-1
/
+1
*
tor-netdoc: authcert: use TimerangeBound for UnverifiedAuthCert::verify (fmt)
Ian Jackson
2026-06-10
1
-94
/
+44
*
tor-netdoc: authcert: use TimerangeBound for UnverifiedAuthCert::verify
Ian Jackson
2026-06-10
1
-37
/
+47
*
tor-netdoc: authcert tests: add some parentheses
Ian Jackson
2026-06-10
1
-4
/
+4
*
tor-netdoc: authcert tests: insist on return value type
Ian Jackson
2026-06-10
1
-5
/
+5
*
everywhere: Add #[allow(clippy::string_slice)]
Clara Engler
2026-06-09
1
-0
/
+1
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
tor-netdoc: Rename NetdocUnverified trait to NetdocParseableUnverified
Ian Jackson
2026-06-02
1
-1
/
+1
*
tor-netdoc: Apply deferred rustfmt churn
Ian Jackson
2026-04-29
1
-3
/
+5
*
tor-netdoc: derive ItemValue parsing/encoding for Signature
Ian Jackson
2026-04-29
1
-1
/
+0
*
tor-netdoc: impl parsing/encoding for AuthCertKeyIds in directory-signature
Ian Jackson
2026-04-29
1
-1
/
+68
*
tor-netdoc: Unify authcert test modules (fmt)
Ian Jackson
2026-04-29
1
-313
/
+308
*
tor-netdoc: Unify authcert test modules
Ian Jackson
2026-04-29
1
-32
/
+18
*
tor-netdoc: Gate vote-related incomplete code with "incomplete"
Ian Jackson
2026-04-28
1
-1
/
+1
*
tor-netdoc: Un-gate "plain-consensus" cargo feature
Ian Jackson
2026-04-28
1
-4
/
+4
*
tor-netdoc: Gate authcert/encoded.rs and poc behind incomplete and plain-cons...
Ian Jackson
2026-04-23
1
-0
/
+4
*
tor-netdoc: Tidy use's in authcert.rs
Ian Jackson
2026-04-23
1
-9
/
+5
*
tor-netdoc: Un-gate parse2 and encode in authcert.rs
Ian Jackson
2026-04-23
1
-31
/
+5
*
Merge branch 'netdoc-test-fix' into 'main'
Clara Engler
2026-04-08
1
-126
/
+135
|
\
|
*
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
1
-1
/
+1
*
|
tor-netdoc: Constructor derive: Use meta_quoted rigorous
Ian Jackson
2026-04-07
1
-1
/
+1
|
/
*
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
[next]