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-relay-crypto
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-checkable: Rename `TimeBound::check_valid_*` to `if_valid_*`
Ian Jackson
2026-07-23
1
-1
/
+1
*
Use new TimeBound name throughout the tree
Ian Jackson
2026-07-16
1
-1
/
+1
*
add_warning: add reference to arti#2556
Jim Newsome
2026-07-15
1
-1
/
+1
*
Removed unnecessary lint
pryty26
2026-07-15
1
-1
/
+1
*
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
-3
/
+3
*
relay: Modify RelayNtorKeys to use a constructor
David Goulet
2026-04-21
1
-25
/
+14
*
relay-crypto: Add RelayNtorKeys struct holding both Ntor keys
David Goulet
2026-04-21
1
-0
/
+48
*
relay-crypto: Add new RelayNtor key wrapper
Gabriela Moldovan
2026-04-09
1
-1
/
+6
*
arti-relay: Move all key specifiers to a new keys module
Gabriela Moldovan
2026-04-01
1
-315
/
+0
*
relay-crypto: Make the certs module non-pub
Gabriela Moldovan
2026-04-01
1
-1
/
+1
*
proto: Add key specifier types for the ntor keys
Gabriela Moldovan
2026-04-01
1
-0
/
+31
*
tor-relay-crypto: port to web-time-compat
Nick Mathewson
2026-03-26
2
-5
/
+4
*
relay: Rewrite the rotation key logic in the crypto task
David Goulet
2026-03-17
1
-0
/
+7
*
relay-crypto: Add test for cert specifier patterns
Gabriela Moldovan
2026-03-12
1
-1
/
+8
*
relay-crypto: Use the new CertSpecifier macro
Gabriela Moldovan
2026-03-12
1
-4
/
+12
*
keymgr: Abolish KeyCertificateSpecifier::signing_key_specifier()
Gabriela Moldovan
2026-03-12
1
-12
/
+0
*
relay-crypto: Move comments above [derive] to be consistent accross codebase
David Goulet
2026-02-23
1
-7
/
+7
*
relay-crypto: Fix the gen relay signing keypair typo
David Goulet
2026-02-23
1
-3
/
+3
*
relay-crypto: Add gen_tls_cert() helper function
David Goulet
2026-02-23
2
-1
/
+18
*
relay-crypto: Add missing helper functions
David Goulet
2026-02-23
1
-0
/
+13
*
relay-crypto: Add link signing key specifier
David Goulet
2026-02-23
1
-0
/
+32
*
relay-crypto: Add a certificate specifier for KP_relaysign_ed (fmt)
Gabriela Moldovan
2026-02-17
1
-4
/
+1
*
relay-crypto: Add a certificate specifier for KP_relaysign_ed
Gabriela Moldovan
2026-02-17
1
-0
/
+68
*
relay-crypto: Derive Copy and Clone for the relay key specifiers
Gabriela Moldovan
2026-02-17
1
-5
/
+5
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
2
-2
/
+2
*
tor-relay-crypto: Fix KP_relayid_rsa typo.
Wesley Aptekar-Cassels
2025-10-02
1
-1
/
+1
*
Lay foundations for RSA keys in keystore.
Wesley Aptekar-Cassels
2025-09-30
1
-4
/
+24
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
2
-5
/
+5
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
tor-relay-crypto: Remove TODO about validating cert extensions.
Gabriela Moldovan
2025-01-13
1
-2
/
+0
*
tor-relay-crypto: Use the new cert_type() function to get the cert type.
Gabriela Moldovan
2025-01-13
1
-2
/
+8
*
tor-relay-crypto: Use the high-level cert types instead of EncodedEd25519Cert.
Gabriela Moldovan
2025-01-13
1
-2
/
+4
*
tor-relay-crypto: Implement ToEncodableCert for the relay cert types.
Gabriela Moldovan
2025-01-13
1
-0
/
+90
*
tor-relay-crypto: Add high-level cert types.
Gabriela Moldovan
2025-01-13
2
-1
/
+41
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
tor-relay-crypto: Rename RelaySigningKeypairSpecifier's timestamp to valid_un...
Gabriela Moldovan
2024-10-31
1
-3
/
+9
*
tor-relay-crypto: Add tests for relay key specifier serialization.
Gabriela Moldovan
2024-10-31
1
-0
/
+54
*
tor-relay-crypto: Add a denotator to RelaySigningKeypairSpecifier.
Gabriela Moldovan
2024-10-31
1
-8
/
+60
*
tor-relay-crypto: Add a specifier for the public part of the identity keypair.
Gabriela Moldovan
2024-10-31
1
-0
/
+9
*
tor-relay-crypto: Fix typo in doc comment.
Gabriela Moldovan
2024-10-31
1
-1
/
+1
*
tor-relay-crypto: Use the KS_ prefix for RelayIdentityKeySpecifier.
Gabriela Moldovan
2024-10-31
1
-3
/
+3
*
tor-relay-crypto: Temporarily comment out RelaySigningKeySpecifier.
Gabriela Moldovan
2024-10-14
1
-0
/
+3
*
tor-key-forge: encapsulate `define_ed25519_keypair` macro deps
Steven Engler
2024-09-18
1
-1
/
+1
*
key-forge: Support extra docs and attributes to ed25519 keypair
David Goulet
2024-09-18
1
-6
/
+12
*
relay-crypto: Initial import of new tor-relay-crypto crate
David Goulet
2024-09-18
3
-0
/
+123