<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src, branch 2.4.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>Revert O_CLOEXEC change to fix builds (#4570)</title>
<updated>2018-11-12T00:50:10+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-11-12T00:50:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=db08466131a2d495e4bf58e34bf8d0090be04a2d'/>
<id>db08466131a2d495e4bf58e34bf8d0090be04a2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump versions and update changelog for 2.4 release (#4568)</title>
<updated>2018-11-11T22:48:23+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-11-11T22:48:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=5e52fdc5f8f3b6c970051c1bf3325b2d0ed8a5db'/>
<id>5e52fdc5f8f3b6c970051c1bf3325b2d0ed8a5db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add various new TLS bindings (#4555)</title>
<updated>2018-11-03T11:48:29+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-11-03T11:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=ea34c1a9821545b99b6864af211dead662e75dfc'/>
<id>ea34c1a9821545b99b6864af211dead662e75dfc</id>
<content type='text'>
* add SSL_OP_NO_TLSv1_3

* compiling now

* bind SSL_CTX_set_ciphersuites as well

* add some more
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add SSL_OP_NO_TLSv1_3

* compiling now

* bind SSL_CTX_set_ciphersuites as well

* add some more
</pre>
</div>
</content>
</entry>
<entry>
<title>add EC OIDs (#4435)</title>
<updated>2018-10-31T01:23:29+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-10-31T01:23:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=95af1e391b7155ebffd962b58f0a2b213af33ec3'/>
<id>95af1e391b7155ebffd962b58f0a2b213af33ec3</id>
<content type='text'>
* add EC OIDs

* move ec oid docs to bottom
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add EC OIDs

* move ec oid docs to bottom
</pre>
</div>
</content>
</entry>
<entry>
<title>move ObjectIdentifier to break an upcoming import cycle (#4550)</title>
<updated>2018-10-30T14:10:49+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-10-30T14:10:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=8f24aefd5d136ab47cb68a9bcfbff3a171602077'/>
<id>8f24aefd5d136ab47cb68a9bcfbff3a171602077</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add eq/ne/hash to PrecertificateSignedCertificateTimestamps (#4534)</title>
<updated>2018-10-30T02:23:30+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-10-30T02:23:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=74ce48c5d00e4846740d248a65d35b874f15afe2'/>
<id>74ce48c5d00e4846740d248a65d35b874f15afe2</id>
<content type='text'>
* Add eq/ne/hash to PrecertificateSignedCertificateTimestamps

This requires adding it to SignedCertificateTimestamps as well

* slightly more consistent

* right, these need to be conditional

* compare by signature

* don't use private API
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add eq/ne/hash to PrecertificateSignedCertificateTimestamps

This requires adding it to SignedCertificateTimestamps as well

* slightly more consistent

* right, these need to be conditional

* compare by signature

* don't use private API
</pre>
</div>
</content>
</entry>
<entry>
<title>do not pass conversion on Solaris (#4545)</title>
<updated>2018-10-30T00:28:05+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>gaborjbernat@gmail.com</email>
</author>
<published>2018-10-30T00:28:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=d91401d4d38d7f738392a69df43b4fd8b8e6c6e8'/>
<id>d91401d4d38d7f738392a69df43b4fd8b8e6c6e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>create &amp; use _evp_md_from_algorithm and _evp_md_non_null_from_algorithm (#4542)</title>
<updated>2018-10-29T13:10:54+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-10-29T13:10:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=983b35e7b0b76e687889f755d62c3a95dd485944'/>
<id>983b35e7b0b76e687889f755d62c3a95dd485944</id>
<content type='text'>
* create &amp; use _evp_md_from_algorithm and _evp_md_non_null_from_algorithm

* remove unused import
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* create &amp; use _evp_md_from_algorithm and _evp_md_non_null_from_algorithm

* remove unused import
</pre>
</div>
</content>
</entry>
<entry>
<title>add SCT_get0_signature (#4540)</title>
<updated>2018-10-29T00:45:51+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-10-29T00:45:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=d9451fb17f2827378db6d34050fa93916754b58a'/>
<id>d9451fb17f2827378db6d34050fa93916754b58a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>OCSP response builder (#4485)</title>
<updated>2018-10-28T21:36:34+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-10-28T21:36:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=e617c5a047b60204ab049a1ffe432310bb406055'/>
<id>e617c5a047b60204ab049a1ffe432310bb406055</id>
<content type='text'>
* ocsp response builder

* better prose

* review changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ocsp response builder

* better prose

* review changes
</pre>
</div>
</content>
</entry>
</feed>
