summaryrefslogtreecommitdiff
path: root/crates/tor-cert
Commit message (Expand)AuthorAgeFilesLines
* Bump all the unstable tor- and arti- crates to 0.43.0Gabriela Moldovan2026-06-011-7/+7
* tor-cert: Derive Eq on CertifiedKeyClara Engler2026-05-261-2/+2
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-1/+1
* release: Remove semver.md files.Wesley Aptekar-Cassels2026-05-061-5/+0
* release: Bump tor- and arti- crate versions.Wesley Aptekar-Cassels2026-05-061-7/+7
* tor-cert: Remove the "encode" cargo featureIan Jackson2026-04-291-3/+2
* tor-cert: Stabilise everything gated by feature = "encode" (fmt)Ian Jackson2026-04-291-2/+1
* tor-cert: Stabilise everything gated by feature = "encode"Ian Jackson2026-04-295-18/+8
* tor-cert: Ed25519CertBuilder: do builder fn renameIan Jackson2026-04-291-5/+3
* tor-cert: Ed25519CertBuilder: do type rename everywhereIan Jackson2026-04-292-12/+8
* tor-cert: Ed25519CertBuilder: rename from Ed25519CertConstructorIan Jackson2026-04-292-1/+7
* Revert "tor-cert: Provide ed25519 cert decoding via TryFrom trait"Ian Jackson2026-04-272-8/+0
* tor-cert: Provide ed25519 cert decoding via tor-bytesIan Jackson2026-04-272-0/+8
* tor-cert: Provide ed25519 cert encoding via tor-bytesIan Jackson2026-04-233-1/+34
* tor-cert: Provide ed25519 cert decoding via TryFrom traitIan Jackson2026-04-232-0/+8
* tor-cert: impl From<Ed25519Identity> for CertifiedKeyIan Jackson2026-04-232-1/+5
* tor-cert: Derive Debug, Clone for SigCheckedCertClara Engler2026-04-222-0/+2
* Bump versions: tor-* and arti-* unstable cratesIan Jackson2026-03-301-7/+7
* Plumb web-time-compat/full dependency through everywhere.Ian Jackson2026-03-301-0/+1
* tor-cert: Port to web-time-compatNick Mathewson2026-03-264-9/+12
* cell, proto, cert: Simplify CERTS cell building.Nick Mathewson2026-03-193-3/+34
* cert: Fix minor but annoying bug in cert expiry calculationNick Mathewson2026-03-171-2/+18
* cert: Deduplicate expiry-in-hours logicNick Mathewson2026-03-174-34/+70
* Merge branch '2.1.0-bumps' into 'main'gabi-2502026-03-021-8/+8
|\
| * Bump all the unstable tor- and arti- crates to 0.40.0.Gabriela Moldovan2026-03-021-7/+7
| * Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2026-03-021-1/+1
* | Run fixup-features in preparation for releaseGabriela Moldovan2026-03-021-0/+1
|/
* tor-cert: Ability to create Rsa->Ed25519 crosscerts.Nick Mathewson2026-02-193-5/+141
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* Bump MSRV from 1.86 to 1.89Gabriela Moldovan2026-02-161-1/+1
* release: Bump `arti-*` and `tor-*` crates to 0.39.0Wesley Aptekar-Cassels2026-02-021-7/+7
* cert: Extract x509 code into new tor-cert-x509 crate.Nick Mathewson2026-02-023-400/+5
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* cert: Add cert_type() to RsaCrossertDavid Goulet2026-01-221-0/+7
* cargo: Update `arti-*` and `tor-*` to `0.38.0`Clara Engler2026-01-121-6/+6
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-042-2/+0
* Bump all the unstable tor- and arti- crates to 0.37.0.Gabriela Moldovan2025-12-021-6/+6
* tor-cert: x509 requires tor-llcrypto/rng-compat.Nick Mathewson2025-11-121-1/+1
* Rename TlsCertifiedKey to TlsKeyAndCert.Nick Mathewson2025-11-121-4/+4
* x509: Correct single instance of misnamed certNick Mathewson2025-11-121-1/+1
* x509: Support generating the keys and certs that relays need.Nick Mathewson2025-11-122-9/+191
* x509: Extract serial-number generation into its own function.Nick Mathewson2025-11-121-6/+9
* x509: Fix an unfinished comment.Nick Mathewson2025-11-121-1/+1
* x509: refactor lifetime calculationNick Mathewson2025-11-121-27/+23
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-063-4/+4
* maint: bump minor versions of all published cratesSteven Engler2025-10-291-7/+7
* maint: fixup featuresSteven Engler2025-10-281-0/+1
* proto: Remove relay ChannelAuthenticationData builderDavid Goulet2025-10-231-0/+5
* Bump MSRV from 1.85.1 to 1.86Clara Engler2025-10-211-1/+1
* Require rsa 0.9.2 for SignatureBitStringEncoding.Nick Mathewson2025-10-071-1/+1