index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
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
*
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