<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/src, branch tests/ox</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<entry>
<title>[bug] change bitmask-root to work with dnsmasq</title>
<updated>2017-12-05T10:59:28+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2017-12-04T17:50:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=34fa8f02be2c7a6e7f9969c12a8ae1af61964c11'/>
<id>34fa8f02be2c7a6e7f9969c12a8ae1af61964c11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] extend the expiration of private keys if needed</title>
<updated>2017-12-03T22:12:14+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-10-31T10:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=fb7eef011cc672f1884bcfcd4c859a549d8f3e49'/>
<id>fb7eef011cc672f1884bcfcd4c859a549d8f3e49</id>
<content type='text'>
Check on every fetch of the private key if the expiration is less than
two months before it expire. And extend the expiration if needed.

- Resolves: #8217
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check on every fetch of the private key if the expiration is less than
two months before it expire. And extend the expiration if needed.

- Resolves: #8217
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] remove rengenerate key</title>
<updated>2017-12-03T19:43:38+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-10-31T09:36:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=f6c71494f0ada864e80ee74c60ec09939a14f44b'/>
<id>f6c71494f0ada864e80ee74c60ec09939a14f44b</id>
<content type='text'>
We are not planning to regenerate keys (for now), only to extend the
expiration date.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We are not planning to regenerate keys (for now), only to extend the
expiration date.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] stop resetting signs used after key regeneration</title>
<updated>2017-12-03T19:43:37+00:00</updated>
<author>
<name>Tulio Casagrande</name>
<email>tcasagra@thoughtworks.com</email>
</author>
<published>2017-04-21T21:27:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=6300a435aaf3f4dacd4615c75defaa8ea7369248'/>
<id>6300a435aaf3f4dacd4615c75defaa8ea7369248</id>
<content type='text'>
We were considering to reset the sign_used flag to force the new key to
be resend as attachment in forthcoming emails. Although, this is not a
good solution, because we'll lose information about which keys the
client has signed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were considering to reset the sign_used flag to force the new key to
be resend as attachment in forthcoming emails. Although, this is not a
good solution, because we'll lose information about which keys the
client has signed.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] send public key as attachment on every email</title>
<updated>2017-12-03T19:43:37+00:00</updated>
<author>
<name>Tulio Casagrande</name>
<email>tcasagra@thoughtworks.com</email>
</author>
<published>2017-04-21T20:20:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=fbdb541bfc0fcbf2d9c92c785f0d8ff1fe98f68a'/>
<id>fbdb541bfc0fcbf2d9c92c785f0d8ff1fe98f68a</id>
<content type='text'>
Previously, we were sending the key attached as long as the contact
hasn't replied back. But with new key replace scenarios, we need to updated
the contact keyring with the new key.

We can implement autocrypt or similar in the future, but for now, let's
send the key attached on every email.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, we were sending the key attached as long as the contact
hasn't replied back. But with new key replace scenarios, we need to updated
the contact keyring with the new key.

We can implement autocrypt or similar in the future, but for now, let's
send the key attached on every email.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] remove change_key_expiration from the API</title>
<updated>2017-12-03T19:43:37+00:00</updated>
<author>
<name>Tulio Casagrande</name>
<email>tcasagra@thoughtworks.com</email>
</author>
<published>2017-04-10T21:52:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=85c0e9b95dfc3d7134e47aac7e7e485270b42b96'/>
<id>85c0e9b95dfc3d7134e47aac7e7e485270b42b96</id>
<content type='text'>
This was intended to offer the option of only extend the old key and
not change it for a new one. However, we don't plan to use this
behavior anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was intended to offer the option of only extend the old key and
not change it for a new one. However, we don't plan to use this
behavior anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] specify _get_inactive_private_keys as a private method</title>
<updated>2017-12-03T19:43:36+00:00</updated>
<author>
<name>Tulio Casagrande</name>
<email>tcasagra@thoughtworks.com</email>
</author>
<published>2017-04-10T21:45:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=873012e432cd6125c3174a2bc6ef9498166d94ea'/>
<id>873012e432cd6125c3174a2bc6ef9498166d94ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] rename key extension to expiration</title>
<updated>2017-12-03T19:43:35+00:00</updated>
<author>
<name>Tulio Casagrande</name>
<email>tcasagra@thoughtworks.com</email>
</author>
<published>2017-02-15T17:40:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=d80b8774914dd21b9d61ecd4b3c3f3fe66e1c182'/>
<id>d80b8774914dd21b9d61ecd4b3c3f3fe66e1c182</id>
<content type='text'>
This changes reflect python-gnupg naming.
With @aarni
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes reflect python-gnupg naming.
With @aarni
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix log of the key being fetched</title>
<updated>2017-12-03T19:43:35+00:00</updated>
<author>
<name>Tulio Casagrande</name>
<email>tcasagra@thoughtworks.com</email>
</author>
<published>2017-01-24T20:37:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=0db384bbe7697d320dfc00f1976de1ca16636d27'/>
<id>0db384bbe7697d320dfc00f1976de1ca16636d27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] remove key generation event from regenerate_key</title>
<updated>2017-12-03T19:43:34+00:00</updated>
<author>
<name>Tulio Casagrande</name>
<email>tcasagra@thoughtworks.com</email>
</author>
<published>2017-01-05T20:25:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=385ba008258f074b8b0cf528d833beaf0543c2e1'/>
<id>385ba008258f074b8b0cf528d833beaf0543c2e1</id>
<content type='text'>
The KEYMANAGER_FINISHED_KEY_GENERATION event is used to send a welcome
mail to the users, which was causing a new welcome mail when
regenerating a key. We removed the event from regenerate_key method.

We should implement a KEYMANAGER_FINISHED_KEY_REGENERATION event when
it's needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The KEYMANAGER_FINISHED_KEY_GENERATION event is used to send a welcome
mail to the users, which was causing a new welcome mail when
regenerating a key. We removed the event from regenerate_key method.

We should implement a KEYMANAGER_FINISHED_KEY_REGENERATION event when
it's needed.
</pre>
</div>
</content>
</entry>
</feed>
