<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/keymanager/src/leap, branch master</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<entry>
<title>[pkg] remove rest of keymanager repo</title>
<updated>2016-08-30T02:53:54+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-08-30T02:53:54+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=31bfd94c0bd8e42894ec1f855c19d9ed60d44a58'/>
<id>31bfd94c0bd8e42894ec1f855c19d9ed60d44a58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] mv keymanager to leap.bitmask.keymanager submodule</title>
<updated>2016-08-30T02:49:21+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-08-30T02:49:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=0dd0b7f504c289191eaf974372421143b09dc7e5'/>
<id>0dd0b7f504c289191eaf974372421143b09dc7e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] remove simplejson dep</title>
<updated>2016-07-28T14:51:55+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-07-28T14:17:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=47b57872c2ccd94f6f4900a3bd1e7a3dab9a933a'/>
<id>47b57872c2ccd94f6f4900a3bd1e7a3dab9a933a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] move tests to root of repo</title>
<updated>2016-07-12T14:40:38+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-07-11T18:50:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=f331a5ebb7bb99390877c07856a44d08b9d418c0'/>
<id>f331a5ebb7bb99390877c07856a44d08b9d418c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] make ValidationLevels iterable</title>
<updated>2016-07-05T15:22:55+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2016-07-05T15:18:33+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=83c246f9877f4e381e0eb97e2b920f4c0bd37ab9'/>
<id>83c246f9877f4e381e0eb97e2b920f4c0bd37ab9</id>
<content type='text'>
Needed by bytmask cli.

- Related: #7965
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Needed by bytmask cli.

- Related: #7965
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] check key document versions and fail if it's unknown</title>
<updated>2016-06-20T16:30:22+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2016-06-16T18:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=5409c0dec9d1d4a562cc69798e36d534b6690d30'/>
<id>5409c0dec9d1d4a562cc69798e36d534b6690d30</id>
<content type='text'>
- Closes: #8165
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Closes: #8165
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] improve duplicated active documents fixup</title>
<updated>2016-06-17T19:25:07+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2016-06-14T17:06:45+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=161fd0542425dc9afa336dcb0675f56b3e1b0b55'/>
<id>161fd0542425dc9afa336dcb0675f56b3e1b0b55</id>
<content type='text'>
Mostly for private keys we want to keep the latest one in the keyring.
It would be desirable to check with one is set in nicknym, but this
will need a big refactor that I'm not sure if it's worth it just for
that.

- Related: #6658, #8059
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly for private keys we want to keep the latest one in the keyring.
It would be desirable to check with one is set in nicknym, but this
will need a big refactor that I'm not sure if it's worth it just for
that.

- Related: #6658, #8059
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] Add KeyNotFound import</title>
<updated>2016-06-10T12:28:17+00:00</updated>
<author>
<name>Zara Gebru</name>
<email>zgebru@thoughtworks.com</email>
</author>
<published>2016-06-10T12:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=5409d64e20e353f9f0acb77ad2d89b80a8685ed0'/>
<id>5409d64e20e353f9f0acb77ad2d89b80a8685ed0</id>
<content type='text'>
Two tests where failing, because

- Related: #7987
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Two tests where failing, because

- Related: #7987
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] test key generation (skipped)</title>
<updated>2016-06-01T19:15:14+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2016-06-01T19:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=5ebc52f361153fe2f9b19d2908f09ba5df5433d8'/>
<id>5ebc52f361153fe2f9b19d2908f09ba5df5433d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixup! [feat] remove the keytype support</title>
<updated>2016-06-01T19:14:33+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2016-06-01T19:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=4cf66cfa9c3aa05239eb5042d63ffc2d661f8327'/>
<id>4cf66cfa9c3aa05239eb5042d63ffc2d661f8327</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
