<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/tests/test_utils.py, branch 2.5</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>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://git.baserock.org/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://git.baserock.org/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://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>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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>
<entry>
<title>Delete some code (#3563)</title>
<updated>2017-05-21T01:36:19+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-05-21T01:36:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=f9b3b1592d1e0fb0e49b46d603cf0301f7d31cf3'/>
<id>f9b3b1592d1e0fb0e49b46d603cf0301f7d31cf3</id>
<content type='text'>
* Delete some code

* removed import

* delete more code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Delete some code

* removed import

* delete more code
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding CAVP vector parsing for NIST SP 800-108 KDF vectors. (#2865)</title>
<updated>2016-04-13T21:03:52+00:00</updated>
<author>
<name>Jared</name>
<email>jamessenger@gmail.com</email>
</author>
<published>2016-04-13T21:03:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=cd258d531c93c51772fa5e52658f47912aff4fbd'/>
<id>cd258d531c93c51772fa5e52658f47912aff4fbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix load_kasvs_ecdh_vectors() COUNT sourcing</title>
<updated>2015-10-13T18:50:17+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-10-13T18:45:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=6e3b155bb684bb036fba277756a0ca47ce551443'/>
<id>6e3b155bb684bb036fba277756a0ca47ce551443</id>
<content type='text'>
COUNT is a decimal number in test files, but was erroneously read
and converted as if the source was a hexadecimal number.

Fix the loader and test the fix.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
COUNT is a decimal number in test files, but was erroneously read
and converted as if the source was a hexadecimal number.

Fix the loader and test the fix.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
