<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/docs/development, branch 2.8</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>Finish ed25519 and ed448 support in x509 module (#4972)</title>
<updated>2019-09-08T23:44:02+00:00</updated>
<author>
<name>Marko Kreen</name>
<email>markokr@gmail.com</email>
</author>
<published>2019-09-08T23:44:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=f7c77712d6611dc72cb2ef6fb1fe72fee4ab88de'/>
<id>f7c77712d6611dc72cb2ef6fb1fe72fee4ab88de</id>
<content type='text'>
* Support ed25519 in csr/crl creation

* Tests for ed25519/x509

* Support ed448 in crt/csr/crl creation

* Tests for ed448/x509

* Support ed25519/ed448 in OCSPResponseBuilder

* Tests for eddsa in OCSPResponseBuilder

* Builder check missing in create_x509_csr

* Documentation update for ed25519+ed448 in x509
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Support ed25519 in csr/crl creation

* Tests for ed25519/x509

* Support ed448 in crt/csr/crl creation

* Tests for ed448/x509

* Support ed25519/ed448 in OCSPResponseBuilder

* Tests for eddsa in OCSPResponseBuilder

* Builder check missing in create_x509_csr

* Documentation update for ed25519+ed448 in x509
</pre>
</div>
</content>
</entry>
<entry>
<title>fix coverage by adding two artificial DSA public keys (#4984)</title>
<updated>2019-09-07T03:22:51+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-09-07T03:22:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=b5b6bd13a22ee48eec55817867a2c8737addeee0'/>
<id>b5b6bd13a22ee48eec55817867a2c8737addeee0</id>
<content type='text'>
* fix coverage by adding two artificial DSA public keys

One key removes the optional parameters from the structure to cover a
branch conditional, and the other key has its BITSTRING padding value
set to a non-zero value.

* lexicographic? never heard of it
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix coverage by adding two artificial DSA public keys

One key removes the optional parameters from the structure to cover a
branch conditional, and the other key has its BITSTRING padding value
set to a non-zero value.

* lexicographic? never heard of it
</pre>
</div>
</content>
</entry>
<entry>
<title>add x509 CSR with challenge password (#4942)</title>
<updated>2019-07-09T12:10:06+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-07-09T12:10:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=784676de3381f039f95f998505d45fb9d56bd300'/>
<id>784676de3381f039f95f998505d45fb9d56bd300</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix inaccurate ed25519 vector docs (#4938)</title>
<updated>2019-07-06T21:01:54+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-07-06T21:01:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=7c2cec85975d8bc79ff09af92d7d7d7077c7b18f'/>
<id>7c2cec85975d8bc79ff09af92d7d7d7077c7b18f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more ed25519 vectors, better description of RFC 8410 vector (#4936)</title>
<updated>2019-07-06T20:04:15+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-07-06T20:04:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=60e83b2452ca824006605114b568050cdf3b137d'/>
<id>60e83b2452ca824006605114b568050cdf3b137d</id>
<content type='text'>
* more ed25519 vectors, better description of RFC 8410 vector

* typo

* oops, doc'd wrong
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* more ed25519 vectors, better description of RFC 8410 vector

* typo

* oops, doc'd wrong
</pre>
</div>
</content>
</entry>
<entry>
<title>add ed25519ph x509 test vector (#4933)</title>
<updated>2019-07-03T23:05:03+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-07-03T23:05:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=de7c5e6d539014690d4c0ca445a9b0d13aab7423'/>
<id>de7c5e6d539014690d4c0ca445a9b0d13aab7423</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Order the elements in reviewing patches reasonably (#4883)</title>
<updated>2019-05-09T23:11:21+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-05-09T23:11:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=ea4d1ee3fa6c052aa0ef4af9b2be6d6aabdd852b'/>
<id>ea4d1ee3fa6c052aa0ef4af9b2be6d6aabdd852b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add RSA PSS certificate (#4865)</title>
<updated>2019-05-04T18:42:28+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-05-04T18:42:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=6ec71fd04502e3fa43183fa8ecb0916e8fb3a1fd'/>
<id>6ec71fd04502e3fa43183fa8ecb0916e8fb3a1fd</id>
<content type='text'>
* add RSA PSS certificate

* i still maintain that 257 is slightly better than 256
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add RSA PSS certificate

* i still maintain that 257 is slightly better than 256
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #4830 -- added a vector of an x.509 certificate with a negative … (#4842)</title>
<updated>2019-04-13T02:38:00+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-04-13T02:38:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=9c7aa17ef920c9495e7a705637cf84d0f4e6163d'/>
<id>9c7aa17ef920c9495e7a705637cf84d0f4e6163d</id>
<content type='text'>
* Refs #4830 -- added a vector of an x.509 certificate with a negative serial number

* Line wrap
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refs #4830 -- added a vector of an x.509 certificate with a negative serial number

* Line wrap
</pre>
</div>
</content>
</entry>
<entry>
<title>add poly1305 test vectors from rfc 7539 (#4800)</title>
<updated>2019-03-08T01:23:08+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-03-08T01:23:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=88d836e10d090dfedc4b88a0fe302c77382a8211'/>
<id>88d836e10d090dfedc4b88a0fe302c77382a8211</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
