<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/tests/test_fernet.py, branch private-key-serialization-docs</title>
<subtitle>github.com: pyca/cryptography.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/'/>
<entry>
<title>pass bytes to modes/algorithms like we should</title>
<updated>2016-03-07T13:11:51+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2016-03-07T13:11:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=4fc597d9990bdf17f714ae1a3a3f759e4039e4a9'/>
<id>4fc597d9990bdf17f714ae1a3a3f759e4039e4a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fernet fix: ignore the timestamp entirely when no ttl is set</title>
<updated>2016-01-21T14:54:59+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2016-01-21T14:54:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=a418e96e08537e77b86c7eff8975e0c76b251797'/>
<id>a418e96e08537e77b86c7eff8975e0c76b251797</id>
<content type='text'>
Previously if the token claimed to have been generated more than 60
seconds in the future we would raise InvalidToken even if ttl was set
to None.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously if the token claimed to have been generated more than 60
seconds in the future we would raise InvalidToken even if ttl was set
to None.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace the remaining occurrences of six.u with the u prefix</title>
<updated>2015-04-29T13:11:00+00:00</updated>
<author>
<name>Eeshan Garg</name>
<email>jerryguitarist@gmail.com</email>
</author>
<published>2015-04-29T13:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=f12341503136d1755b30aeb13f2ae3e9864199fc'/>
<id>f12341503136d1755b30aeb13f2ae3e9864199fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>alter vector file loader to support passing read mode</title>
<updated>2014-11-27T18:03:22+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2014-11-27T17:50:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=fdae070f8bcbeb4902114460f8b37b62ea82df53'/>
<id>fdae070f8bcbeb4902114460f8b37b62ea82df53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the license header for every source file, as well as the documentation.</title>
<updated>2014-11-16T17:08:42+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2014-11-16T17:08:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=5951f46be60095a74546b318432417e51bfe0aab'/>
<id>5951f46be60095a74546b318432417e51bfe0aab</id>
<content type='text'>
Fixes #1209
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1209
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #1436 -- mark the multifernet tests as requiring the backends they need</title>
<updated>2014-10-24T14:50:30+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2014-10-24T14:50:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=e6ac60265eecb86b11761c6695172924f36a1ea4'/>
<id>e6ac60265eecb86b11761c6695172924f36a1ea4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change how we represented that a test requires a backend.</title>
<updated>2014-10-23T18:01:25+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2014-10-23T18:01:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=7aab8b4ae4f5ab1710a985551c4105d608f5b852'/>
<id>7aab8b4ae4f5ab1710a985551c4105d608f5b852</id>
<content type='text'>
This way is more extensible and requires less maintaince
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way is more extensible and requires less maintaince
</pre>
</div>
</content>
</entry>
<entry>
<title>flake8 + cleanup</title>
<updated>2014-10-20T21:34:35+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2014-10-20T21:34:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=41b33b70d3f9c937d80c264627d1195692a17863'/>
<id>41b33b70d3f9c937d80c264627d1195692a17863</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle non-iterable arguments reasonable</title>
<updated>2014-10-20T18:30:57+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2014-10-20T18:30:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=4f286cec7a28169ac8939cc01aa6fdead47ac58e'/>
<id>4f286cec7a28169ac8939cc01aa6fdead47ac58e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #1327 -- adds multifernet</title>
<updated>2014-10-20T14:55:00+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2014-10-20T02:09:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=7b593e1b5ecf9741a1398a739815b8a11599a06a'/>
<id>7b593e1b5ecf9741a1398a739815b8a11599a06a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
