<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src/_cffi_src/openssl, 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>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>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>fix osrandom/builtin switching methods for 1.1.0+ (#4955)</title>
<updated>2019-07-27T21:44:53+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-07-27T21:44:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=85d6043f21bbc8bc3f97f8a8be25581f8bc7f376'/>
<id>85d6043f21bbc8bc3f97f8a8be25581f8bc7f376</id>
<content type='text'>
* fix osrandom/builtin switching methods for 1.1.0+

In 1.1.0 RAND_cleanup became a no-op. This broke changing to the builtin
random engine via activate_builtin_random(). Fixed by directly calling
RAND_set_rand_method. This works on 1.0.x and 1.1.x

* missed an assert
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix osrandom/builtin switching methods for 1.1.0+

In 1.1.0 RAND_cleanup became a no-op. This broke changing to the builtin
random engine via activate_builtin_random(). Fixed by directly calling
RAND_set_rand_method. This works on 1.0.x and 1.1.x

* missed an assert
</pre>
</div>
</content>
</entry>
<entry>
<title>add bindings to parse and create challenge passwords in X509 CSRs (#4943)</title>
<updated>2019-07-09T12:00:43+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-07-09T12:00:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=e1fcc6e34ef3136fbabaf2e7a21307d4b8784025'/>
<id>e1fcc6e34ef3136fbabaf2e7a21307d4b8784025</id>
<content type='text'>
* add bindings to parse and create challenge passwords in X509 CSRs

* moved away from the 1.1.0 section
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add bindings to parse and create challenge passwords in X509 CSRs

* moved away from the 1.1.0 section
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to new notBefore/After APIs (#4914)</title>
<updated>2019-06-08T01:07:08+00:00</updated>
<author>
<name>Rosen Penev</name>
<email>rosenp@gmail.com</email>
</author>
<published>2019-06-08T01:07:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=f5735cf25acd08222368a1db615bbf61d36b8007'/>
<id>f5735cf25acd08222368a1db615bbf61d36b8007</id>
<content type='text'>
Introduced in OpenSSL 1.1. Added compatibility for older versions.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduced in OpenSSL 1.1. Added compatibility for older versions.</pre>
</div>
</content>
</entry>
<entry>
<title>add BIO_free_all (#4874)</title>
<updated>2019-05-06T11:47:02+00:00</updated>
<author>
<name>Dominic Chen</name>
<email>1108560+ddcc@users.noreply.github.com</email>
</author>
<published>2019-05-06T11:47:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=acada96664f0b226b8fa3e7192eb0d008367e1f1'/>
<id>acada96664f0b226b8fa3e7192eb0d008367e1f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use generic DTLS functions added in LibreSSL 2.9.1 (#4855)</title>
<updated>2019-04-23T15:07:00+00:00</updated>
<author>
<name>Charlie Li</name>
<email>vishwin@users.noreply.github.com</email>
</author>
<published>2019-04-23T15:07:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=87550626ff995ae61abf441e5e89076cc5a7dd45'/>
<id>87550626ff995ae61abf441e5e89076cc5a7dd45</id>
<content type='text'>
* Use generic DTLS functions added in LibreSSL 2.9.1

While here, bump travis.

* Remove LibreSSL 2.9.0 from travis now that 2.9.1 exists.

Requested by: @reaperhulk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use generic DTLS functions added in LibreSSL 2.9.1

While here, bump travis.

* Remove LibreSSL 2.9.0 from travis now that 2.9.1 exists.

Requested by: @reaperhulk
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a memory leak in AIA parsing (#4836)</title>
<updated>2019-04-11T12:57:13+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-04-11T12:57:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=92241410b5b0591d849443b3023992334a4be0a2'/>
<id>92241410b5b0591d849443b3023992334a4be0a2</id>
<content type='text'>
* fix a memory leak in AIA parsing

* oops can't remove that
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix a memory leak in AIA parsing

* oops can't remove that
</pre>
</div>
</content>
</entry>
<entry>
<title>Added BN_is_negative -- refs #4830 (#4831)</title>
<updated>2019-04-04T17:57:52+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-04-04T17:57:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=b839786c26e3d01691d476bf2895f73784256801'/>
<id>b839786c26e3d01691d476bf2895f73784256801</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to use getrandom even in manylinux1 wheels (#4816)</title>
<updated>2019-03-19T12:43:53+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-03-19T12:43:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=d21f8815a11972b804a776b4201dc4867bf8ce4c'/>
<id>d21f8815a11972b804a776b4201dc4867bf8ce4c</id>
<content type='text'>
* Try to use getrandom even in manylinux1 wheels

* typo
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Try to use getrandom even in manylinux1 wheels

* typo
</pre>
</div>
</content>
</entry>
</feed>
