<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src, branch 2.2.x</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>2.2.2 changelog and version bump (#4171)</title>
<updated>2018-03-27T16:30:43+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-03-27T16:30:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=4ec6a48d5cb99636fe8e99e29d1a9221dcce8fde'/>
<id>4ec6a48d5cb99636fe8e99e29d1a9221dcce8fde</id>
<content type='text'>
* 2.2.2 changelog and version bump

* incrementing numbers is hard
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 2.2.2 changelog and version bump

* incrementing numbers is hard
</pre>
</div>
</content>
</entry>
<entry>
<title>2.2.1 version bump (#4166)</title>
<updated>2018-03-20T23:17:50+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-03-20T23:17:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=4eaa511c62ecaf2f3d0b31a8b4f90fa0114e4468'/>
<id>4eaa511c62ecaf2f3d0b31a8b4f90fa0114e4468</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport the AES KWP fix (#4164)</title>
<updated>2018-03-20T22:42:18+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-03-20T22:42:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=be31b36152e4e994208ab520e0135e8e3e8dcf18'/>
<id>be31b36152e4e994208ab520e0135e8e3e8dcf18</id>
<content type='text'>
* fix bug with n % 8 length wrapping on AESKWP (#4160)

* fix bug with n % 8 length wrapping on AESKWP

* review feedback

* add changelog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix bug with n % 8 length wrapping on AESKWP (#4160)

* fix bug with n % 8 length wrapping on AESKWP

* review feedback

* add changelog
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport Revert "don't allow GeneralNames to be an empty list (#4128)" (#4161)  (#4163)</title>
<updated>2018-03-20T21:22:23+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-03-20T21:22:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=b17f0527a088ca864970a7f75d4eee76addc6ba1'/>
<id>b17f0527a088ca864970a7f75d4eee76addc6ba1</id>
<content type='text'>
* Revert "don't allow GeneralNames to be an empty list (#4128)" (#4161)

This breaks the urllib3 tests, as well as several in-the-wild certs

This reverts commit 388d1bd3e9cd953fcc948edbc152d5d140c87eb8.

* changelog

* Don't reference undocumented class
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Revert "don't allow GeneralNames to be an empty list (#4128)" (#4161)

This breaks the urllib3 tests, as well as several in-the-wild certs

This reverts commit 388d1bd3e9cd953fcc948edbc152d5d140c87eb8.

* changelog

* Don't reference undocumented class
</pre>
</div>
</content>
</entry>
<entry>
<title>2.2 release! (#4150)</title>
<updated>2018-03-19T02:45:30+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-03-19T02:45:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=4601fbab9552b0fc938ae3864e9c14e4476231c0'/>
<id>4601fbab9552b0fc938ae3864e9c14e4476231c0</id>
<content type='text'>
* 2.2 release!

* also change versions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 2.2 release!

* also change versions
</pre>
</div>
</content>
</entry>
<entry>
<title>implement AES KW with padding (RFC 5649) (#3880)</title>
<updated>2018-03-19T02:06:13+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-03-19T02:06:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=cd6cf4aa7567ec7e870c19eeb5c200d8bf133ed9'/>
<id>cd6cf4aa7567ec7e870c19eeb5c200d8bf133ed9</id>
<content type='text'>
* implement AES KW with padding (RFC 5649)

fixes #3791

* oops, 2.2

* make sure this is the right valueerror

* more match

* make key padding easier to read

* review feedback

* review feedback
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* implement AES KW with padding (RFC 5649)

fixes #3791

* oops, 2.2

* make sure this is the right valueerror

* more match

* make key padding easier to read

* review feedback

* review feedback
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow DSA q=224 (#4147)</title>
<updated>2018-03-18T14:12:14+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-03-18T14:12:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=47a66f19bd5bc9fb32d34eb1bcb80da297f0d6c0'/>
<id>47a66f19bd5bc9fb32d34eb1bcb80da297f0d6c0</id>
<content type='text'>
* load Q=224 vectors

* DSA parameters should support 224 for q length

* oxford comma
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* load Q=224 vectors

* DSA parameters should support 224 for q length

* oxford comma
</pre>
</div>
</content>
</entry>
<entry>
<title>Brainpool curves (#4129)</title>
<updated>2018-03-15T17:35:10+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-03-15T17:35:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=17c8f126c7c7d5ce886112a6e924277a7b203f25'/>
<id>17c8f126c7c7d5ce886112a6e924277a7b203f25</id>
<content type='text'>
* added brainpool ec-curves key_length &gt;= 256bit

* limit brainpool curves to the set that appear required + docs

* oops

* typos all around me

* add brainpool ECDH kex tests

* switch to using rfc 7027 vectors

* review feedback

* empty commits are the best
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added brainpool ec-curves key_length &gt;= 256bit

* limit brainpool curves to the set that appear required + docs

* oops

* typos all around me

* add brainpool ECDH kex tests

* switch to using rfc 7027 vectors

* review feedback

* empty commits are the best
</pre>
</div>
</content>
</entry>
<entry>
<title>add X509_CRL_dup function (#4127)</title>
<updated>2018-03-05T21:17:17+00:00</updated>
<author>
<name>Dominic Chen</name>
<email>d.c.ddcc@gmail.com</email>
</author>
<published>2018-03-05T21:17:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=aa877e1a6696fd4defbdf97ef114bdb2d4cd8a18'/>
<id>aa877e1a6696fd4defbdf97ef114bdb2d4cd8a18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove cms bindings we don't use (#4131)</title>
<updated>2018-03-05T18:15:31+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-03-05T18:15:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=37c6a80141fb77e5ade79d23e826f1d6c6f3a172'/>
<id>37c6a80141fb77e5ade79d23e826f1d6c6f3a172</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
