<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src, 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>Bump versions for 2.8 release (#5014)</title>
<updated>2019-10-17T12:58:06+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-10-17T12:58:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=25494f96d57b8995ee2fde099146b1192582ee1b'/>
<id>25494f96d57b8995ee2fde099146b1192582ee1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>UniversalString needs to be encoded as UCS-4 (#5000)</title>
<updated>2019-10-17T01:07:56+00:00</updated>
<author>
<name>Marko Kreen</name>
<email>markokr@gmail.com</email>
</author>
<published>2019-10-17T01:07:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=16d3ae1b8e96b4c112c0f17911b5d14f0ed20385'/>
<id>16d3ae1b8e96b4c112c0f17911b5d14f0ed20385</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update openssls (#4995)</title>
<updated>2019-10-16T03:51:09+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-10-16T03:51:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=9c759d08870d972f1d84e8543130bfb26be4e442'/>
<id>9c759d08870d972f1d84e8543130bfb26be4e442</id>
<content type='text'>
* update openssls

* missed one

* what will this do

* only do this check for 1.1.0+
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update openssls

* missed one

* what will this do

* only do this check for 1.1.0+
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify implementing sequence methods (#4987)</title>
<updated>2019-09-09T21:32:59+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-09-09T21:32:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=7b2b3a65800b7c004399da5b3b6f431aa30946cc'/>
<id>7b2b3a65800b7c004399da5b3b6f431aa30946cc</id>
<content type='text'>
* Simplify implementing sequence methods

* flake8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Simplify implementing sequence methods

* flake8
</pre>
</div>
</content>
</entry>
<entry>
<title>it's called FIPS_mode_set, not FIPS_set_mode (#4988)</title>
<updated>2019-09-09T12:16:49+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-09-09T12:16:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=5e671cd7471ba98d55fc425b38abe3d346a46ee1'/>
<id>5e671cd7471ba98d55fc425b38abe3d346a46ee1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>be clear that NoEncryption must be an instance in the exception (#4985)</title>
<updated>2019-09-07T13:40:00+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-09-07T13:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=c918fef88670fc46433d3edd91957231c654ff05'/>
<id>c918fef88670fc46433d3edd91957231c654ff05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow FreshestCRL extension in CRL (#4975)</title>
<updated>2019-09-07T07:32:13+00:00</updated>
<author>
<name>Marko Kreen</name>
<email>markokr@gmail.com</email>
</author>
<published>2019-09-07T07:32:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=202f5675b246764461d40725abab704495e0dba2'/>
<id>202f5675b246764461d40725abab704495e0dba2</id>
<content type='text'>
Per RFC5280 it is allowed in both certificates and CRL-s.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Per RFC5280 it is allowed in both certificates and CRL-s.</pre>
</div>
</content>
</entry>
<entry>
<title>Add SSL_get0_verified_chain to cffi lib (#4965)</title>
<updated>2019-08-14T16:46:09+00:00</updated>
<author>
<name>arjenzorgdoc</name>
<email>42434363+arjenzorgdoc@users.noreply.github.com</email>
</author>
<published>2019-08-14T16:46:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=5231663da7a7832ebeec070ea9d4c97f734ffa9e'/>
<id>5231663da7a7832ebeec070ea9d4c97f734ffa9e</id>
<content type='text'>
* Add SSL_get0_verified_chain to cffi lib

OpenSSL 1.1.0 supports SSL_get0_verified_chain. This gives the full chain from the peer cert including your trusted CA cert.

* Work around no support for #if in cdef in old cffi
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add SSL_get0_verified_chain to cffi lib

OpenSSL 1.1.0 supports SSL_get0_verified_chain. This gives the full chain from the peer cert including your trusted CA cert.

* Work around no support for #if in cdef in old cffi
</pre>
</div>
</content>
</entry>
<entry>
<title>Make DER reader into a context manager (#4957)</title>
<updated>2019-07-29T02:58:04+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-07-29T02:58:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=9cd41ac714d9bff819ece6d8cdcde064d403c671'/>
<id>9cd41ac714d9bff819ece6d8cdcde064d403c671</id>
<content type='text'>
* Make DER reader into a context manager

* Added another test case

* flake8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Make DER reader into a context manager

* Added another test case

* flake8
</pre>
</div>
</content>
</entry>
</feed>
