<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/vectors, branch alex-patch-1</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>add RSA PSS SHA1 hash algorithm + SHA1 MGF1 test vector (#8906)</title>
<updated>2023-05-11T00:29:39+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-05-11T00:29:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=cfee3c85a7d7e9c60f8041678c3070380ac3ca3d'/>
<id>cfee3c85a7d7e9c60f8041678c3070380ac3ca3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>invalid visible string support (#8884)</title>
<updated>2023-05-07T16:01:33+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-05-07T16:01:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=0f2b72bb12b698e5787241a54ea9132837a1ec9c'/>
<id>0f2b72bb12b698e5787241a54ea9132837a1ec9c</id>
<content type='text'>
* invalid visible string support

this allows utf8 in visiblestring, which is not valid DER. we raise a
warning when this happens, but allow it since belgian eIDs, among
others, have encoding errors. Belgium fixed this by 2021 (and possibly
earlier), but their eID certificates have 10 year validity.

* review comments

* clippy</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* invalid visible string support

this allows utf8 in visiblestring, which is not valid DER. we raise a
warning when this happens, but allow it since belgian eIDs, among
others, have encoding errors. Belgium fixed this by 2021 (and possibly
earlier), but their eID certificates have 10 year validity.

* review comments

* clippy</pre>
</div>
</content>
</entry>
<entry>
<title>Use defined_by for (EC)DSA signature AlgorithmIdentifiers (#8875)</title>
<updated>2023-05-05T20:19:29+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-05-05T20:19:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=10688d1ba27e0899812f2eb12be0d8a2a352ba85'/>
<id>10688d1ba27e0899812f2eb12be0d8a2a352ba85</id>
<content type='text'>
Also fix a test that had an incorrect parameters for an OID. The test had deliberately been constructed to be invalid, but in a _different_ respect.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fix a test that had an incorrect parameters for an OID. The test had deliberately been constructed to be invalid, but in a _different_ respect.</pre>
</div>
</content>
</entry>
<entry>
<title>Switch the vectors pacakge to use modern pyproject.toml (#8853)</title>
<updated>2023-05-02T14:09:19+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-05-02T14:09:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=f0f9c9cf6f4f63e295cd86dcd19f7557e8486370'/>
<id>f0f9c9cf6f4f63e295cd86dcd19f7557e8486370</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add one more RSA PSS invalid test vector (#8798)</title>
<updated>2023-04-23T20:22:50+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-04-23T20:22:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=9425d2376b3601e625556d7d3f07e8ba1cd2800a'/>
<id>9425d2376b3601e625556d7d3f07e8ba1cd2800a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add two RSA PSS certificate vectors that have invalid encodings (#8797)</title>
<updated>2023-04-23T19:51:35+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-04-23T19:51:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=5f3871e4dfb9bc8f4da9f2317d656538223ad400'/>
<id>5f3871e4dfb9bc8f4da9f2317d656538223ad400</id>
<content type='text'>
* add two RSA PSS certificate vectors that have invalid encodings

The signatures on these vectors are not valid.

* spelling</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add two RSA PSS certificate vectors that have invalid encodings

The signatures on these vectors are not valid.

* spelling</pre>
</div>
</content>
</entry>
<entry>
<title>add support for aes256-gcm@openssh.com decryption for SSH keys (#8738)</title>
<updated>2023-04-15T04:05:11+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-04-15T04:05:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=45bddbfb192656e8e6819d060d2f060a24fffd54'/>
<id>45bddbfb192656e8e6819d060d2f060a24fffd54</id>
<content type='text'>
* add support for aes256-gcm@openssh.com decryption for SSH keys

* review feedback

* skip when bcrypt isn't present</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add support for aes256-gcm@openssh.com decryption for SSH keys

* review feedback

* skip when bcrypt isn't present</pre>
</div>
</content>
</entry>
<entry>
<title>Support msCertificateTemplate extension (#8695)</title>
<updated>2023-04-10T03:10:41+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-04-10T03:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=f724c9b2fd424c6ac318951fb348a6a2d667b385'/>
<id>f724c9b2fd424c6ac318951fb348a6a2d667b385</id>
<content type='text'>
* support ms certificate template

* contortions for rust coverage

* review feedback</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* support ms certificate template

* contortions for rust coverage

* review feedback</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for OCSP AcceptableResponses extension (#8617)</title>
<updated>2023-03-27T00:51:04+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-03-27T00:51:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=89228a9deb9a0901c87329414b4d8a062bd38bae'/>
<id>89228a9deb9a0901c87329414b4d8a062bd38bae</id>
<content type='text'>
fixes #8589</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #8589</pre>
</div>
</content>
</entry>
<entry>
<title>reopen main for 41 dev (#8584)</title>
<updated>2023-03-24T05:01:01+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-03-24T05:01:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=4157ead1e04778fcebc40c288f9d71721b6dd8cf'/>
<id>4157ead1e04778fcebc40c288f9d71721b6dd8cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
