<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/tests/test_utils.py, branch dependabot/github_actions/actions/setup-python-v2.2.0</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>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>new black, actually slightly different than the old black (#5429)</title>
<updated>2020-08-27T02:59:43+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-08-27T02:59:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=bda138768ae1231481a1c9a2f6afcbf016d934f1'/>
<id>bda138768ae1231481a1c9a2f6afcbf016d934f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>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>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>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>
<entry>
<title>ed25519 vector loader (#3707)</title>
<updated>2017-06-20T11:12:35+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-20T11:12:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=a923b005a117d80549b923e286e6f7c7803976bf'/>
<id>a923b005a117d80549b923e286e6f7c7803976bf</id>
<content type='text'>
* ed25519 vector loader

* refactor to use unpacking
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ed25519 vector loader

* refactor to use unpacking
</pre>
</div>
</content>
</entry>
<entry>
<title>call check_backend_support directly from backend fixture (#3666)</title>
<updated>2017-06-04T02:02:50+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-06-04T02:02:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=e6055fbfb2b1b7b00b361615d4c665c6e9fc0b6d'/>
<id>e6055fbfb2b1b7b00b361615d4c665c6e9fc0b6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switched our backend to be a normal fixture in tests (#3665)</title>
<updated>2017-06-04T00:38:22+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-06-04T00:38:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=133a17971af3c40ff935be5c74ba2542cebbea30'/>
<id>133a17971af3c40ff935be5c74ba2542cebbea30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
