<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Tools/ssl, branch faster-bytes-iter</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-41043: Escape literal part of the path for glob(). (GH-20994)</title>
<updated>2020-06-20T08:10:31+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2020-06-20T08:10:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=935586845815f5b4c7814794413f6a812d4bd45f'/>
<id>935586845815f5b4c7814794413f6a812d4bd45f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)</title>
<updated>2020-06-01T06:58:14+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2020-06-01T06:58:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a871f692b4a2e6c7d45579693e787edc0af1a02c'/>
<id>a871f692b4a2e6c7d45579693e787edc0af1a02c</id>
<content type='text'>
Fix :mod:`ssl`` code to be compatible with OpenSSL 1.1.x builds that use
``no-deprecated`` and ``--api=1.1.0``.

Note: Tests assume full OpenSSL API and fail with limited API.

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;
Co-authored-by: Mark Wright &lt;gienah@gentoo.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix :mod:`ssl`` code to be compatible with OpenSSL 1.1.x builds that use
``no-deprecated`` and ``--api=1.1.0``.

Note: Tests assume full OpenSSL API and fail with limited API.

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;
Co-authored-by: Mark Wright &lt;gienah@gentoo.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862)</title>
<updated>2020-05-16T01:33:05+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2020-05-16T01:33:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6e8cda91d92da72800d891b2fc2073ecbc134d98'/>
<id>6e8cda91d92da72800d891b2fc2073ecbc134d98</id>
<content type='text'>
OpenSSL can be build without support for TLS 1.0 and 1.1. The ssl module
now correctly adheres to OPENSSL_NO_TLS1 and OPENSSL_NO_TLS1_1 flags.

Also update multissltest to test with latest OpenSSL and LibreSSL
releases.

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;

Automerge-Triggered-By: @tiran</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OpenSSL can be build without support for TLS 1.0 and 1.1. The ssl module
now correctly adheres to OPENSSL_NO_TLS1 and OPENSSL_NO_TLS1_1 flags.

Also update multissltest to test with latest OpenSSL and LibreSSL
releases.

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;

Automerge-Triggered-By: @tiran</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-40163: Fix multissltest download of old OpenSSL (GH-19329)</title>
<updated>2020-05-15T20:32:25+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2020-05-15T20:32:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=938717fd04c53c717895a756d5910e8c8813706c'/>
<id>938717fd04c53c717895a756d5910e8c8813706c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-40479: Test with latest OpenSSL versions (GH-20108)</title>
<updated>2020-05-15T16:48:25+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2020-05-15T16:48:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=62d618c06bd395308b7163dbcb26c7e6d0922033'/>
<id>62d618c06bd395308b7163dbcb26c7e6d0922033</id>
<content type='text'>
* 1.0.2u (EOL)
* 1.1.0l (EOL)
* 1.1.1g
* 3.0.0-alpha2 (disabled for now)

Build the FIPS provider and create a FIPS configuration file for OpenSSL
3.0.0.

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;

Automerge-Triggered-By: @tiran</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 1.0.2u (EOL)
* 1.1.0l (EOL)
* 1.1.1g
* 3.0.0-alpha2 (disabled for now)

Build the FIPS provider and create a FIPS configuration file for OpenSSL
3.0.0.

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;

Automerge-Triggered-By: @tiran</pre>
</div>
</content>
</entry>
<entry>
<title>closes bpo-40266, closes bpo-39953: Use numeric lib code if compiling against old OpenSSL. (GH-19506)</title>
<updated>2020-04-14T03:11:40+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2020-04-14T03:11:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=584a3cfda4d7a65ea0c1ea1ee541378bb7be46ca'/>
<id>584a3cfda4d7a65ea0c1ea1ee541378bb7be46ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>closes bpo-39953: Generate ifdefs around library code definitions. (GH-19490)</title>
<updated>2020-04-12T18:59:31+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2020-04-12T18:59:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=909b87d2bb3d6330d39c48e43f7f50f4d086cc41'/>
<id>909b87d2bb3d6330d39c48e43f7f50f4d086cc41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>closes bpo-39953: Update OpenSSL error codes table. (GH-19082)</title>
<updated>2020-04-11T20:36:12+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2020-04-11T20:36:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3e0dd3730b5eff7e9ae6fb921aa77cd26efc9e3a'/>
<id>3e0dd3730b5eff7e9ae6fb921aa77cd26efc9e3a</id>
<content type='text'>
I updated the error codes using the OpenSSL 1.1.1f source tree.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I updated the error codes using the OpenSSL 1.1.1f source tree.</pre>
</div>
</content>
</entry>
<entry>
<title>closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248)</title>
<updated>2020-03-31T15:49:56+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2020-03-31T15:49:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cd16661f903153ecac55f190ed682e576c5deb24'/>
<id>cd16661f903153ecac55f190ed682e576c5deb24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38117: Test with OpenSSL 1.1.1d (GH-15983)</title>
<updated>2019-09-11T16:45:52+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2019-09-11T16:45:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=58ab13479d854491ac9207bacfae25e8b18b044a'/>
<id>58ab13479d854491ac9207bacfae25e8b18b044a</id>
<content type='text'>
Signed-off-by: Christian Heimes &lt;christian@python.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Christian Heimes &lt;christian@python.org&gt;</pre>
</div>
</content>
</entry>
</feed>
