<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/tests/wycheproof/test_aes.py, branch dependabot/github_actions/actions/setup-python-v2.2.1</title>
<subtitle>github.com: pyca/cryptography.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/'/>
<entry>
<title>fixes #5611 -- use subtests for wycheproof tests for speed (#5616)</title>
<updated>2020-12-09T16:04:47+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-12-09T16:04:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=057a9fcf3444c0edf2b7589902d976c44030b2e1'/>
<id>057a9fcf3444c0edf2b7589902d976c44030b2e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove __future__ import from our code (#5610)</title>
<updated>2020-12-09T06:35:11+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-12-09T06:35:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=e0477596f7117845aa2d8768bf1b75162b3d915b'/>
<id>e0477596f7117845aa2d8768bf1b75162b3d915b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GCM IV size limits (#5553)</title>
<updated>2020-11-09T18:56:53+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-11-09T18:56:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=b59d2de9cf0dcf5c36d37007b6e756f18e9b0160'/>
<id>b59d2de9cf0dcf5c36d37007b6e756f18e9b0160</id>
<content type='text'>
* GCM IV size limits

OpenSSL 3.0.0 is going to enforce these size limits so we might as well
put them in now.

* fix the tests

* black

* these cases can't happen if we're limiting IV size already</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* GCM IV size limits

OpenSSL 3.0.0 is going to enforce these size limits so we might as well
put them in now.

* fix the tests

* black

* these cases can't happen if we're limiting IV size already</pre>
</div>
</content>
</entry>
<entry>
<title>Paint it Black by the Rolling Stones (#5324)</title>
<updated>2020-07-20T18:06:29+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-07-20T18:06:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=60aa04481fb187334a783c2d9facc3fe814af5d1'/>
<id>60aa04481fb187334a783c2d9facc3fe814af5d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test FIPS mode on centos8 (#5323)</title>
<updated>2020-07-20T16:10:29+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-07-20T16:10:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=4a245a657a071dff959d30eff1d214c7ff88eada'/>
<id>4a245a657a071dff959d30eff1d214c7ff88eada</id>
<content type='text'>
* test FIPS mode on centos8

* remove branch we don't take

* simpler

* better comment

* rename

* revert some things that don't matter

* small cleanups</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test FIPS mode on centos8

* remove branch we don't take

* simpler

* better comment

* rename

* revert some things that don't matter

* small cleanups</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #4375 -- integrate wycheproof AES CCM tests (#4379)</title>
<updated>2018-08-02T06:13:52+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-08-02T06:13:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=f6ccb2ef6c5d787955c2b25d1d0b542152d8aaeb'/>
<id>f6ccb2ef6c5d787955c2b25d1d0b542152d8aaeb</id>
<content type='text'>
* Refs #4375 -- integrate wycheproof AES CCM tests

* Skip these tests if we don't have CCM support
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refs #4375 -- integrate wycheproof AES CCM tests

* Skip these tests if we don't have CCM support
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated wycheproof tests for new upstream vectors (#4378)</title>
<updated>2018-08-01T10:53:39+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-08-01T10:53:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=8d46eafc90793282fb007ed3dde51d761edcf595'/>
<id>8d46eafc90793282fb007ed3dde51d761edcf595</id>
<content type='text'>
* updated tests for upstream wycheproof changes

* Updated AES tests

* oops, flake8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* updated tests for upstream wycheproof changes

* Updated AES tests

* oops, flake8
</pre>
</div>
</content>
</entry>
<entry>
<title>add wycheproof gcm tests (#4349)</title>
<updated>2018-07-17T16:44:55+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-07-17T16:44:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=4de004955b2d9d0d714fe29ae95b8eff7ee983a1'/>
<id>4de004955b2d9d0d714fe29ae95b8eff7ee983a1</id>
<content type='text'>
* add wycheproof gcm tests

* add AEAD test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add wycheproof gcm tests

* add AEAD test
</pre>
</div>
</content>
</entry>
<entry>
<title>add aes cbc pkcs5 wycheproof tests (#4347)</title>
<updated>2018-07-17T12:27:52+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-07-17T12:27:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=160c9b20d47fe11311ce1d89aaa70d1d093e37e0'/>
<id>160c9b20d47fe11311ce1d89aaa70d1d093e37e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
