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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump versions for tor-* and arti-* crates
Steven Engler
2026-08-03
1
-7
/
+7
*
tor-checkable: Rename `TimeBound::check_valid_*` to `if_valid_*`
Ian Jackson
2026-07-23
4
-6
/
+6
*
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
5
-7
/
+7
*
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
*
Remove semver.md files
Nick Mathewson
2026-06-30
1
-1
/
+0
*
Version bumps for 2.5.0
Nick Mathewson
2026-06-30
1
-9
/
+9
*
tor-cert: Derive PartialEq and Eq on core types
Clara Engler
2026-06-29
2
-8
/
+9
*
Bump MSRV to 1.91
Clara Engler
2026-06-15
1
-1
/
+1
*
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
2
-2
/
+4
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
3
-0
/
+4
*
Bump all the unstable tor- and arti- crates to 0.43.0
Gabriela Moldovan
2026-06-01
1
-7
/
+7
*
tor-cert: Derive Eq on CertifiedKey
Clara Engler
2026-05-26
1
-2
/
+2
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
1
-1
/
+1
*
release: Remove semver.md files.
Wesley Aptekar-Cassels
2026-05-06
1
-5
/
+0
*
release: Bump tor- and arti- crate versions.
Wesley Aptekar-Cassels
2026-05-06
1
-7
/
+7
*
tor-cert: Remove the "encode" cargo feature
Ian Jackson
2026-04-29
1
-3
/
+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
5
-18
/
+8
*
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
2
-8
/
+0
*
tor-cert: Provide ed25519 cert decoding via tor-bytes
Ian Jackson
2026-04-27
2
-0
/
+8
*
tor-cert: Provide ed25519 cert encoding via tor-bytes
Ian Jackson
2026-04-23
3
-1
/
+34
*
tor-cert: Provide ed25519 cert decoding via TryFrom trait
Ian Jackson
2026-04-23
2
-0
/
+8
*
tor-cert: impl From<Ed25519Identity> for CertifiedKey
Ian Jackson
2026-04-23
2
-1
/
+5
*
tor-cert: Derive Debug, Clone for SigCheckedCert
Clara Engler
2026-04-22
2
-0
/
+2
*
Bump versions: tor-* and arti-* unstable crates
Ian Jackson
2026-03-30
1
-7
/
+7
*
Plumb web-time-compat/full dependency through everywhere.
Ian Jackson
2026-03-30
1
-0
/
+1
*
tor-cert: Port to web-time-compat
Nick Mathewson
2026-03-26
4
-9
/
+12
*
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
*
Merge branch '2.1.0-bumps' into 'main'
gabi-250
2026-03-02
1
-8
/
+8
|
\
|
*
Bump all the unstable tor- and arti- crates to 0.40.0.
Gabriela Moldovan
2026-03-02
1
-7
/
+7
|
*
Bump the versions of the non-{arti-,tor-} crates
Gabriela Moldovan
2026-03-02
1
-1
/
+1
*
|
Run fixup-features in preparation for release
Gabriela Moldovan
2026-03-02
1
-0
/
+1
|
/
*
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
*
Bump MSRV from 1.86 to 1.89
Gabriela Moldovan
2026-02-16
1
-1
/
+1
*
release: Bump `arti-*` and `tor-*` crates to 0.39.0
Wesley Aptekar-Cassels
2026-02-02
1
-7
/
+7
[next]