<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-keymgr/src, branch arti-v1.1.6</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.6</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.6'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-06-30T11:30:45Z</updated>
<entry>
<title>Merge branch 'arti-path-bug' into 'main'</title>
<updated>2023-06-30T11:30:45Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-30T11:30:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8c1e96a22cdce0c2c27f9a78dbc615ff66642763'/>
<id>urn:sha1:8c1e96a22cdce0c2c27f9a78dbc615ff66642763</id>
<content type='text'>
keymgr: Allow periods in ArtiPath and ArtiPathComponent.

See merge request tpo/core/arti!1358</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: Downgrade "TODO hs" to "TODO HSS"</title>
<updated>2023-06-30T10:16:28Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-30T10:16:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=90183368a2a6aebe739dbc5d70b4215ba10e615f'/>
<id>urn:sha1:90183368a2a6aebe739dbc5d70b4215ba10e615f</id>
<content type='text'>
This TODO doesn't need to block the release.
</content>
</entry>
<entry>
<title>keymgr: Rename KeyStore to Keystore globally.</title>
<updated>2023-06-29T21:46:15Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-29T21:46:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=36606a66ddca9abd1595d13c9397bc812bf24cb5'/>
<id>urn:sha1:36606a66ddca9abd1595d13c9397bc812bf24cb5</id>
<content type='text'>
We've been capitalizing the "s" in "KeyStore" inconsistently. This
`s/KeyStore/Keystore/g` across the codebase.
</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>
<entry>
<title>keymgr: Rephrase ArtiPath docs.</title>
<updated>2023-06-29T18:28:22Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-29T15:57:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0ebb002de82fd093707784430eb77d99693c1380'/>
<id>urn:sha1:0ebb002de82fd093707784430eb77d99693c1380</id>
<content type='text'>
This updates the docs with Diziet's suggested doc improvements.
</content>
</entry>
<entry>
<title>keymgr: Remove ArtiPath normalization, introduce additional restrictions.</title>
<updated>2023-06-29T18:28:22Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-28T15:18:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b5e190d05dadfb7edf2a346ab285b5d3d1860d61'/>
<id>urn:sha1:b5e190d05dadfb7edf2a346ab285b5d3d1860d61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymgr: Document how ArtiPath validation is actually supposed to work.</title>
<updated>2023-06-29T18:28:22Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-28T14:51:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d59c3bdea908b6b73a40e462603aae98bd3dfaed'/>
<id>urn:sha1:d59c3bdea908b6b73a40e462603aae98bd3dfaed</id>
<content type='text'>
</content>
</entry>
</feed>
