<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/doc/dev, branch arti-v1.1.10</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.10</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.10'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-10-24T09:39:21Z</updated>
<entry>
<title>Fix date typo from Gabi</title>
<updated>2023-10-24T09:39:21Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-24T09:39:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a4b8021239ee2ada96417028823c1d4ea04d3474'/>
<id>urn:sha1:a4b8021239ee2ada96417028823c1d4ea04d3474</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update sponsor 101 numbers.</title>
<updated>2023-10-24T09:02:28Z</updated>
<author>
<name>Alexander Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2023-10-24T09:02:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=78d9ec48113f216abe9721a3ec64146f544cabf9'/>
<id>urn:sha1:78d9ec48113f216abe9721a3ec64146f544cabf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dev-doc: Document the service keys currently supported by keymgr.</title>
<updated>2023-10-13T17:11:34Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-13T17:08:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=55b6b93b4d5bf4ec13093ca48a24ec047b626691'/>
<id>urn:sha1:55b6b93b4d5bf4ec13093ca48a24ec047b626691</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Encode whether the key is public or private in the file extension.</title>
<updated>2023-10-13T17:11:28Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-13T11:14:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3b2f1b838b0113effb98852a750db90ac7e20262'/>
<id>urn:sha1:3b2f1b838b0113effb98852a750db90ac7e20262</id>
<content type='text'>
There are 2 reasons to make this change:

  * because having the word `private` in the extension will make it more
    difficult to accidentally misuse or misplace a private key (see
    https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1618#note_2947461)
  * because `Keystore`s will soon grow a `list()` function returning all
    `(ArtiPath, KeyType)`s in the keystore, and in order for
    `ArtiNativeKeystore` to implement this function, it will need to be
    able to reverse the `KeyType -&gt; file extension` mapping (if two
    different `KeyType`s are mapped to the same extension,
    `ArtiNativeKeystore`s won't be able to reverse the mapping)
</content>
</entry>
<entry>
<title>Update changed_crates and Release.md to robustify release process</title>
<updated>2023-10-04T14:57:04Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-04T14:52:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5de0e614fee34ecfeda761414a8600e6f5fb71dd'/>
<id>urn:sha1:5de0e614fee34ecfeda761414a8600e6f5fb71dd</id>
<content type='text'>
In particular, this change should help avoid the kind of problem we
ran into as #1054 and fixed with 00e4405943498754, where a crate
changed only in which versions of our crates it depended upon,
and we didn't notice that we had to update its version too.

This commit also fixes a couple of minor issues in the
`changed_crates` script, and gives it a verbose mode.
</content>
</entry>
<entry>
<title>dev docs: Document the `ArtiPath`s recognized by the key manager.</title>
<updated>2023-09-14T13:04:19Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-09-11T14:14:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=06b625b4af21d18bba0b245fac4af18f0a290388'/>
<id>urn:sha1:06b625b4af21d18bba0b245fac4af18f0a290388</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hssvc-high-level-apis: link to MR comments; add num_intro_points</title>
<updated>2023-08-28T12:18:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-28T12:18:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8a6645a2e92138f271d6734808e3d2a3075ee300'/>
<id>urn:sha1:8a6645a2e92138f271d6734808e3d2a3075ee300</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hss-apis: Draft for authorization.</title>
<updated>2023-08-25T13:28:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-23T19:28:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=794d4cd9cc4f749bc85a8378221532b383220942'/>
<id>urn:sha1:794d4cd9cc4f749bc85a8378221532b383220942</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hssvc api draft: add a switch for single onion services.</title>
<updated>2023-08-25T13:28:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-23T16:32:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ff082dc0b79832257d0364be2f79b0459bdcd680'/>
<id>urn:sha1:ff082dc0b79832257d0364be2f79b0459bdcd680</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Draft high-level APIs for onion services</title>
<updated>2023-08-25T13:28:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-23T12:48:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7b89b0c0f40645b94602e30ef86ca8849d3fb8b3'/>
<id>urn:sha1:7b89b0c0f40645b94602e30ef86ca8849d3fb8b3</id>
<content type='text'>
</content>
</entry>
</feed>
