<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/tests/utils.py, branch github-actions-windows</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>Use dict literals. (#5080)</title>
<updated>2019-12-02T14:02:30+00:00</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2019-12-02T14:02:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=1340c0080c750867297b3f20bbecbad707c18157'/>
<id>1340c0080c750867297b3f20bbecbad707c18157</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify string formatting (#4757)</title>
<updated>2019-02-20T04:38:32+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-02-20T04:38:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=ac1d13f43dea5ebee0506dc229cd431660916c73'/>
<id>ac1d13f43dea5ebee0506dc229cd431660916c73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>shake128/256 support (#4611)</title>
<updated>2019-01-19T06:52:43+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-01-19T06:52:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=5fe88ea0500c6e418492f4b166c0d4a24e9632cc'/>
<id>5fe88ea0500c6e418492f4b166c0d4a24e9632cc</id>
<content type='text'>
* shake128/256 support

* remove block_size

* doc an exception

* change how we detect XOF by adding _xof attribute

* interface!

* review feedback
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* shake128/256 support

* remove block_size

* doc an exception

* change how we detect XOF by adding _xof attribute

* interface!

* review feedback
</pre>
</div>
</content>
</entry>
<entry>
<title>HTTPS a bunch of links in random places (#4666)</title>
<updated>2018-12-31T16:10:09+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-12-31T16:10:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=f7567f62075f2e80762834e6d71c79cd50bb4529'/>
<id>f7567f62075f2e80762834e6d71c79cd50bb4529</id>
<content type='text'>
* HTTPS a bunch of links in random places

* What the heck happened here?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* HTTPS a bunch of links in random places

* What the heck happened here?
</pre>
</div>
</content>
</entry>
<entry>
<title>update pytest config (#4463)</title>
<updated>2018-09-07T03:56:46+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-09-07T03:56:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=0322962e143798fa5228f4505eeb606cdf773b87'/>
<id>0322962e143798fa5228f4505eeb606cdf773b87</id>
<content type='text'>
* update pytest config

pytest 3.8.0 was just released and officially deprecates some of the way
we do pytest marks. They introduced a new way to do this in 3.6 so this
PR switches to that mechanism and updates our minimum pytest requirement

* update the stubs

* also update wycheproof test config to remove deprecated paths

* don't need this any more
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update pytest config

pytest 3.8.0 was just released and officially deprecates some of the way
we do pytest marks. They introduced a new way to do this in 3.6 so this
PR switches to that mechanism and updates our minimum pytest requirement

* update the stubs

* also update wycheproof test config to remove deprecated paths

* don't need this any more
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #3331 -- integrated wycheproof ECDH tests (#4354)</title>
<updated>2018-07-18T10:20:48+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-07-18T10:20:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=feb134586ee6ca56e2c53b35d0ffbb79eb1b5dee'/>
<id>feb134586ee6ca56e2c53b35d0ffbb79eb1b5dee</id>
<content type='text'>
* Refs #3331 -- integrated wycheproof ECDH tests

* flake8 + missing assert

* Handle this error case

* skip on unsupported

* shouldn't need to try here any more
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refs #3331 -- integrated wycheproof ECDH tests

* flake8 + missing assert

* Handle this error case

* skip on unsupported

* shouldn't need to try here any more
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #3331 -- added initial wycheproof integration, starting with x25519, rsa, and keywrap (#4310)</title>
<updated>2018-07-16T15:18:33+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-07-16T15:18:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=2e85a925b49e566776585f35a7c0653510d84262'/>
<id>2e85a925b49e566776585f35a7c0653510d84262</id>
<content type='text'>
* Refs #3331 -- added initial wycheproof integration, starting with x25519 tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refs #3331 -- added initial wycheproof integration, starting with x25519 tests</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://91.123.203.49/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>Debian sid is python3.6 now (#3968)</title>
<updated>2017-10-12T01:36:30+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-10-12T01:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=a87daea52b698a59664d852ecad567a742576265'/>
<id>a87daea52b698a59664d852ecad567a742576265</id>
<content type='text'>
* Debian sid is python3.6 now

* Workaround because apparently measuring coverage correctly isn't a legitimate use case
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Debian sid is python3.6 now

* Workaround because apparently measuring coverage correctly isn't a legitimate use case
</pre>
</div>
</content>
</entry>
<entry>
<title>implement CCM vector parser (#3699)</title>
<updated>2017-06-21T11:39:20+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-21T11:39:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=33a41e75d223e9bfb50c0d939bf9823069a7a5ee'/>
<id>33a41e75d223e9bfb50c0d939bf9823069a7a5ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
