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-cert
/
src
/
encode.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
tor-cert: Ed25519CertBuilder: do builder fn rename
Ian Jackson
2026-04-29
1
-5
/
+3
*
tor-cert: Ed25519CertBuilder: do type rename everywhere
Ian Jackson
2026-04-29
1
-8
/
+8
*
tor-cert: Ed25519CertBuilder: rename from Ed25519CertConstructor
Ian Jackson
2026-04-29
1
-0
/
+2
*
tor-cert: Port to web-time-compat
Nick Mathewson
2026-03-26
1
-2
/
+2
*
cell, proto, cert: Simplify CERTS cell building.
Nick Mathewson
2026-03-19
1
-1
/
+22
*
cert: Deduplicate expiry-in-hours logic
Nick Mathewson
2026-03-17
1
-11
/
+8
*
Remove unnecessary `doc(cfg(...))` attributes
Neel Chauhan
2025-12-04
1
-1
/
+0
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
clippy: fix `clippy::duplicated_attributes` warnings
Steven Engler
2025-08-11
1
-1
/
+0
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
Wrap ed25519-dalek types.
Nick Mathewson
2025-03-18
1
-2
/
+2
*
tor-cert: Add experimental API for building EncodedEd25519Certs.
Gabriela Moldovan
2025-01-13
1
-0
/
+17
*
tor-cert: Remove no-longer-needed experimental API.
Gabriela Moldovan
2025-01-13
1
-12
/
+0
*
tor-keymgr: Use Ed25519Cert::decode to parse the certs.
Gabriela Moldovan
2025-01-13
1
-0
/
+1
*
tor-cert: Add constructor for creating an encoded cert from a byte slice.
Gabriela Moldovan
2024-12-04
1
-0
/
+11
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Remove RngCompatExt.
Nick Mathewson
2023-11-29
1
-2
/
+1
*
Convert to the latest versions of dalek-cryptography
Nick Mathewson
2023-11-29
1
-4
/
+4
*
tor-cert, tor-netdoc: Use EncodedEd25519Cert instead of Vec<u8>.
Gabriela Moldovan
2023-10-25
1
-2
/
+2
*
tor-cert: Add EncodedEd25519Cert type.
Gabriela Moldovan
2023-10-25
1
-0
/
+13
*
tor-netdoc: Update outdated doc string.
Gabriela Moldovan
2023-10-25
1
-1
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
doc: note unreachable code
Emil Engler
2023-08-10
1
-0
/
+1
*
test: encode unrecognized `tor_cert::CertExt`
Emil Engler
2023-08-10
1
-0
/
+14
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Replace usage of KeyUnknownCert::check_key.
Nick Mathewson
2023-05-16
1
-1
/
+1
*
Use the type system to enforce use of blinded keys.
Gabriela Moldovan
2023-03-27
1
-4
/
+6
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+9
*
Work around a new nightly clippy warning
Nick Mathewson
2022-09-30
1
-1
/
+1
*
change usage of PublicKey to Ed25519 in tor-cert
trinity-1686a
2022-07-23
1
-6
/
+6
*
change check_key to take a Option<&_> instead of &Option<_>
trinity-1686a
2022-07-23
1
-1
/
+1
*
tor-cert: Remove all usage of infallible writers.
Nick Mathewson
2022-07-11
1
-1
/
+1
*
tor-cert: Encoding now uses Writeable trait.
Nick Mathewson
2022-07-11
1
-23
/
+18
*
Rename "write" methods on tor-bytes to "write_infallible".
Nick Mathewson
2022-07-11
1
-1
/
+1
*
Implement functionality to construct signed Ed25519 certs.
Nick Mathewson
2022-07-06
1
-0
/
+200