<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/tests, branch tests/ox</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>[test] fix key renew test</title>
<updated>2017-12-03T19:43:38+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-10-26T16:35:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=d13fb37acd01dc1e4d62631e0e131a937a001f33'/>
<id>d13fb37acd01dc1e4d62631e0e131a937a001f33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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 expected new_expiry_date</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:51:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=3a9c3ca2663aa4fdcacfe0a3d73061ec1946c54a'/>
<id>3a9c3ca2663aa4fdcacfe0a3d73061ec1946c54a</id>
<content type='text'>
Previously, new_expiry_date was calculated by the key creation date + 1
week, but the proper behavior is today + 1 week, accordingly with gpg
behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, new_expiry_date was calculated by the key creation date + 1
week, but the proper behavior is today + 1 week, accordingly with gpg
behavior.
</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>
