<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-keymgr/src/key_specifier.rs, branch ios-sqlite-hacks</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=ios-sqlite-hacks</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=ios-sqlite-hacks'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-08-23T14:35:30Z</updated>
<entry>
<title>tor-keymgr, tor-hsservice: Run rustfmt to make derives uglier</title>
<updated>2023-08-23T14:35:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-08-23T14:34:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4cc4734ce2d757cdc1b62674c89c6a0690ec1f41'/>
<id>urn:sha1:4cc4734ce2d757cdc1b62674c89c6a0690ec1f41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr, tor-hsservice: deser for ArtiPathComponent and HsNickname</title>
<updated>2023-08-23T14:35:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-08-23T14:30:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8596d4237267cce29577e474baab951ebeace335'/>
<id>urn:sha1:8596d4237267cce29577e474baab951ebeace335</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Improve ArtiPathComponent a bit</title>
<updated>2023-08-23T14:29:46Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-08-23T13:56:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9df82bb9489b966d9ec4365e175422c637f0eb7e'/>
<id>urn:sha1:9df82bb9489b966d9ec4365e175422c637f0eb7e</id>
<content type='text'>
And add a TODO about the error type.
</content>
</entry>
<entry>
<title>Run maint/add_warning to add lint block everywhere</title>
<updated>2023-08-23T09:34:00Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-08-22T14:28:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=42df88d6bf6dbb460d2e5e1cd4838aafaffbe9ac'/>
<id>urn:sha1:42df88d6bf6dbb460d2e5e1cd4838aafaffbe9ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymgr: Add some extra derives to ArtiPath and KeyType.</title>
<updated>2023-07-20T18:25:01Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-07-19T10:49:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=483bb6712dda764105760abcfe5cefd2fbac7646'/>
<id>urn:sha1:483bb6712dda764105760abcfe5cefd2fbac7646</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run maint/add_warning to actually apply new lint allows</title>
<updated>2023-07-10T12:49:51Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-07-10T11:19:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=473447a82e099fd52a674c28f5bc24b3e05208c0'/>
<id>urn:sha1:473447a82e099fd52a674c28f5bc24b3e05208c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymgr: Update ArtiPath and ArtiPathComponent docs.</title>
<updated>2023-06-30T10:49:05Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-29T23:04:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=35e063702f68655906157f3ae1e2335d0f4b4d77'/>
<id>urn:sha1:35e063702f68655906157f3ae1e2335d0f4b4d77</id>
<content type='text'>
The docs were lying, we actually support UTF-8 paths (though we might
later decide to restrict the charset further).
</content>
</entry>
<entry>
<title>keymgr: Allow periods in ArtiPath and ArtiPathComponent.</title>
<updated>2023-06-30T10:48:27Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-29T23:01:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=474f273b6cd360b1a11f81d72acfed1d6302bf15'/>
<id>urn:sha1:474f273b6cd360b1a11f81d72acfed1d6302bf15</id>
<content type='text'>
The `ArtiPath` of a client auth key contains the `HsId` of the onion
Since the `HsId` contains a `.onion` component, let's allow `.` for now.
In the future, we may want to update the code (and keystore structure)
to strip away the `.onion` part before building the `ArtiPath`.
</content>
</entry>
<entry>
<title>keymgr: Remove unstable ErrorKind, use internal! for ArtiPath errors.</title>
<updated>2023-06-29T18:28:22Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-29T17:47:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c9f4ef010f858256217504354efaae2ecdf39f6d'/>
<id>urn:sha1:c9f4ef010f858256217504354efaae2ecdf39f6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymgr: Validate the individual ArtiPahtComponents of ArtiPath.</title>
<updated>2023-06-29T18:28:22Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-29T16:02:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f81d16ff9b9b1ff1303ede2479133374e4fde980'/>
<id>urn:sha1:f81d16ff9b9b1ff1303ede2479133374e4fde980</id>
<content type='text'>
This also implicitly forbids leading and trailing slashes in an
`ArtiPath`.
</content>
</entry>
</feed>
