<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/src/leap/bitmask/keymanager, branch master</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<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>[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>
<entry>
<title>[bug] change edit-key to use fingerprint as param</title>
<updated>2017-12-03T19:43:34+00:00</updated>
<author>
<name>Tulio Casagrande</name>
<email>tcasagra@thoughtworks.com</email>
</author>
<published>2016-12-20T18:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=d16472f0e74c584c194d96ec97f6fe1d37b38c43'/>
<id>d16472f0e74c584c194d96ec97f6fe1d37b38c43</id>
<content type='text'>
python-gnupg doesn't accept address as parameter for --edit-key
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
python-gnupg doesn't accept address as parameter for --edit-key
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] expired public key are remotely fetched if expired</title>
<updated>2017-12-03T19:43:33+00:00</updated>
<author>
<name>NavaL</name>
<email>ayoyo@thoughtworks.com</email>
</author>
<published>2016-11-29T18:28:52+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=026de868a3f301abea2671dfd7d858e73f3bb755'/>
<id>026de868a3f301abea2671dfd7d858e73f3bb755</id>
<content type='text'>
- private key is not allowed to be fetched remotely
- fetch_remote needs to be specifically set
- if a new key is fetched (ie different KeyID), the validation
  rule applies
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- private key is not allowed to be fetched remotely
- fetch_remote needs to be specifically set
- if a new key is fetched (ie different KeyID), the validation
  rule applies
</pre>
</div>
</content>
</entry>
</feed>
