summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | tor-netdoc: Abolish poc::authcertIan Jackson2026-04-015-10/+8
| * | | | | | | | tor-netdoc: Replace AuthCert::verify_selfcert implIan Jackson2026-04-012-47/+13
| * | | | | | | | tor-netdoc: authcert: Test encoding and signing methodIan Jackson2026-04-011-0/+43
| * | | | | | | | tor-netdoc: authcert: Provide encoding and signing methodIan Jackson2026-04-011-1/+26
| * | | | | | | | tor-netdoc: RsaSha1Signature: Provide signing methodIan Jackson2026-04-011-0/+82
| * | | | | | | | tor-netdoc: Provide `new` methods for CrossCert and AuthCertIan Jackson2026-04-011-0/+60
| * | | | | | | | tor-netdoc: Turn AuthCertSignature into RsaSignatureIan Jackson2026-04-013-26/+47
| * | | | | | | | tor-netdoc: derive enncoding for AuthCert, AuthCertSignature[s]Ian Jackson2026-04-011-2/+5
| * | | | | | | | tor-netdoc: implement encoding function for raw_data_objectIan Jackson2026-04-011-1/+10
| * | | | | | | | tor-netdoc: Move raw_data_object to new container moduleIan Jackson2026-04-015-12/+20
| * | | | | | | | tor-netdoc: impl encoding traits for authcert cross-cert typesIan Jackson2026-04-011-1/+19
| * | | | | | | | tor-netdoc: impl encoding traits for rsa::PublicKeyIan Jackson2026-04-012-0/+28
| * | | | | | | | tor-netdoc: Provide ItemEncoder::text_sofar()Ian Jackson2026-04-012-0/+6
| * | | | | | | | tor-netdoc: Provide ItemEncoder::object() taking an ItemObjectEncodableIan Jackson2026-04-013-0/+18
| * | | | | | | | tor-netdoc: impl From<RsaIdentity> for the fingerprint typesIan Jackson2026-04-012-4/+9
| * | | | | | | | tor-netdoc: encode derive: Fix handling of optionality.Ian Jackson2026-04-011-7/+3
| * | | | | | | | tor-netdoc: encode derive: Use paste_spanned to improve an error messageIan Jackson2026-04-011-1/+3
| * | | | | | | | tor-netdoc: Fix a wrong "what does this end" commentIan Jackson2026-04-011-1/+1
| * | | | | | | | tor-netdoc: authcert: Debug CrossCertObject in hexIan Jackson2026-04-011-1/+3
| * | | | | | | | tor-netdoc: Constructor: Fix it so it actually worksIan Jackson2026-04-012-5/+5
| * | | | | | | | tor-netdoc: encode: re-export netdoc_ordering_check for macrosIan Jackson2026-04-011-0/+1
| * | | | | | | | tor-netdoc: encode derive: Use $P for ResultIan Jackson2026-03-311-1/+1
| * | | | | | | | tor-netdoc: Fix typo in doc commentIan Jackson2026-03-311-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'relay-crypto-dep' into 'main'David Goulet2026-04-011-5/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | proto: Run cargo-sortGabriela Moldovan2026-04-011-3/+3
| * | | | | | | | proto: Make tor-relay-crypto an optional dependency (fmt)Gabriela Moldovan2026-04-011-1/+7
| * | | | | | | | proto: Make tor-relay-crypto an optional dependencyGabriela Moldovan2026-04-011-2/+2
| |/ / / / / / /
* | | | | | | | Merge branch 'relay-cric-keys' into 'main'David Goulet2026-04-017-311/+324
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | arti-relay: Remove no-longer needed implsGabriela Moldovan2026-04-012-26/+5
| * | | | | | | arti-relay: Make the key specifiers pub(crate)Gabriela Moldovan2026-04-011-14/+14
| * | | | | | | arti-relay: Move all key specifiers to a new keys module (fmt)Gabriela Moldovan2026-04-012-17/+13
| * | | | | | | arti-relay: Move all key specifiers to a new keys moduleGabriela Moldovan2026-04-016-328/+335
| * | | | | | | relay-crypto: Make the certs module non-pubGabriela Moldovan2026-04-011-1/+1
| * | | | | | | proto: Add key specifier types for the ntor keysGabriela Moldovan2026-04-011-0/+31
|/ / / / / / /
* | | | | | | Merge branch 'deps-bodge' into 'main'Nick Mathewson2026-03-315-5/+38
|\ \ \ \ \ \ \
| * | | | | | | Release.md: Add maint/dependencies-bodge/Cargo.toml to exception list listIan Jackson2026-03-311-0/+1
| * | | | | | | Release.md: format exception list list as listIan Jackson2026-03-311-5/+3
| * | | | | | | maint/dependencies-bodge: Be more explicit that there should be no codeIan Jackson2026-03-311-1/+1
| * | | | | | | Use maint/dependencies-bodge to work around security-framework FTBFSIan Jackson2026-03-311-0/+2
| * | | | | | | Introduce maint/dependencies-bodge crateIan Jackson2026-03-315-0/+32
|/ / / / / / /
* | | | | | | Merge branch 'audit' into 'main'Ian Jackson2026-03-311-4/+22
|\ \ \ \ \ \ \
| * | | | | | | cargo-audit: Add TODO DIRAUTH for Marvin attackIan Jackson2026-03-311-4/+12
| * | | | | | | cargo-audit: Add blank lines to make it more readable.Ian Jackson2026-03-311-0/+10
* | | | | | | | Merge branch 'release-arising' into 'main'Ian Jackson2026-03-312-18/+36
|\ \ \ \ \ \ \ \
| * | | | | | | | maint/cargo-sort: Say that you must use the right versionIan Jackson2026-03-311-0/+3
| * | | | | | | | Release.md: Improve ordering and prioritisation of post-release activitesIan Jackson2026-03-311-6/+12
| * | | | | | | | Release.md: Note that cargo sort may be neededIan Jackson2026-03-311-0/+4
| * | | | | | | | maint/cargo-sort: InstructionsIan Jackson2026-03-311-0/+5
| * | | | | | | | maint/cargo-sort: Honour CARGO env varIan Jackson2026-03-311-1/+1
| * | | | | | | | Release.md: Look at tool exception lists after release, not beforeIan Jackson2026-03-311-11/+11
| |/ / / / / / /