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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-checkable: Rename `TimeBound::check_valid_*` to `if_valid_*`
Ian Jackson
2026-07-23
2
-2
/
+2
*
tor-checkable: TimeBound: Make wrapped type an associated type
Ian Jackson
2026-07-23
1
-2
/
+6
*
tor-checkable: TimeBound: Make is_valid_at a provided method
Ian Jackson
2026-07-23
1
-16
/
+1
*
tor-checkable: TimeBound: remove Error associated type
Ian Jackson
2026-07-23
1
-8
/
+4
*
tor-checkable: TimeBound: Add bounds accessor
Ian Jackson
2026-07-23
1
-0
/
+10
*
Use new TimeRangeBound name throughout the tree
Ian Jackson
2026-07-16
1
-4
/
+4
*
Use new TimeBound name throughout the tree
Ian Jackson
2026-07-16
3
-4
/
+4
*
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
*
tor-cert: Derive PartialEq and Eq on core types
Clara Engler
2026-06-29
1
-8
/
+8
*
tor-cert: Document expiry inclusiveness for Ed25519Cert
Clara Engler
2026-06-11
1
-0
/
+2
*
tor-cert: Make Ed25519Cert time bound inclusive
Clara Engler
2026-06-11
1
-1
/
+1
*
tor-cert: Replace duration_since with saturation (fmt)
Clara Engler
2026-06-11
1
-4
/
+2
*
tor-cert: Replace duration_since with saturation
Clara Engler
2026-06-11
1
-2
/
+3
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
3
-0
/
+4
*
tor-cert: Derive Eq on CertifiedKey
Clara Engler
2026-05-26
1
-2
/
+2
*
tor-cert: Stabilise everything gated by feature = "encode" (fmt)
Ian Jackson
2026-04-29
1
-2
/
+1
*
tor-cert: Stabilise everything gated by feature = "encode"
Ian Jackson
2026-04-29
3
-17
/
+6
*
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
2
-12
/
+8
*
tor-cert: Ed25519CertBuilder: rename from Ed25519CertConstructor
Ian Jackson
2026-04-29
2
-1
/
+7
*
Revert "tor-cert: Provide ed25519 cert decoding via TryFrom trait"
Ian Jackson
2026-04-27
1
-7
/
+0
*
tor-cert: Provide ed25519 cert decoding via tor-bytes
Ian Jackson
2026-04-27
1
-0
/
+7
*
tor-cert: Provide ed25519 cert encoding via tor-bytes
Ian Jackson
2026-04-23
1
-1
/
+27
*
tor-cert: Provide ed25519 cert decoding via TryFrom trait
Ian Jackson
2026-04-23
1
-0
/
+7
*
tor-cert: impl From<Ed25519Identity> for CertifiedKey
Ian Jackson
2026-04-23
1
-1
/
+4
*
tor-cert: Derive Debug, Clone for SigCheckedCert
Clara Engler
2026-04-22
1
-0
/
+1
*
tor-cert: Port to web-time-compat
Nick Mathewson
2026-03-26
3
-9
/
+11
*
cell, proto, cert: Simplify CERTS cell building.
Nick Mathewson
2026-03-19
3
-3
/
+34
*
cert: Fix minor but annoying bug in cert expiry calculation
Nick Mathewson
2026-03-17
1
-2
/
+18
*
cert: Deduplicate expiry-in-hours logic
Nick Mathewson
2026-03-17
4
-34
/
+70
*
tor-cert: Ability to create Rsa->Ed25519 crosscerts.
Nick Mathewson
2026-02-19
3
-5
/
+141
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
cert: Extract x509 code into new tor-cert-x509 crate.
Nick Mathewson
2026-02-02
2
-394
/
+2
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
cert: Add cert_type() to RsaCrossert
David Goulet
2026-01-22
1
-0
/
+7
*
Remove unnecessary `doc(cfg(...))` attributes
Neel Chauhan
2025-12-04
2
-2
/
+0
*
Rename TlsCertifiedKey to TlsKeyAndCert.
Nick Mathewson
2025-11-12
1
-4
/
+4
*
x509: Correct single instance of misnamed cert
Nick Mathewson
2025-11-12
1
-1
/
+1
*
x509: Support generating the keys and certs that relays need.
Nick Mathewson
2025-11-12
1
-8
/
+187
*
x509: Extract serial-number generation into its own function.
Nick Mathewson
2025-11-12
1
-6
/
+9
*
x509: Fix an unfinished comment.
Nick Mathewson
2025-11-12
1
-1
/
+1
*
x509: refactor lifetime calculation
Nick Mathewson
2025-11-12
1
-27
/
+23
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
3
-4
/
+4
*
proto: Remove relay ChannelAuthenticationData builder
David Goulet
2025-10-23
1
-0
/
+5
*
tor-cert: Generate x509 identity certificates for CERT cells
Nick Mathewson
2025-10-07
2
-0
/
+217
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
clippy: fix `clippy::duplicated_attributes` warnings
Steven Engler
2025-08-11
1
-1
/
+0
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-1
/
+1
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
[next]