<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/test/make_ssl_certs.py, branch benjamin-eval-loop-edit</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-34542: Update test certs and keys (GH-8997)</title>
<updated>2018-08-30T05:25:49+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2018-08-30T05:25:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e6dac0077996b1e1f886f036d6f2606237fa4c85'/>
<id>e6dac0077996b1e1f886f036d6f2606237fa4c85</id>
<content type='text'>
Update all test certs and keys to use future proof crypto settings:

* 3072 bit RSA keys
* SHA-256 signature

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update all test certs and keys to use future proof crypto settings:

* 3072 bit RSA keys
* SHA-256 signature

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32602: Test ECDSA certs (#5247)</title>
<updated>2018-01-20T14:16:30+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2018-01-20T14:16:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bd5c7d238c01b90fbfae8ea45b47bd601900abaf'/>
<id>bd5c7d238c01b90fbfae8ea45b47bd601900abaf</id>
<content type='text'>
Add test certs and test for ECDSA cert and EC/RSA dual mode.

I'm also adding certs for IDNA 2003/2008 tests and simplify some test
data handling.

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add test certs and test for ECDSA cert and EC/RSA dual mode.

I'm also adding certs for IDNA 2003/2008 tests and simplify some test
data handling.

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs.</title>
<updated>2016-09-06T21:27:06+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2016-09-06T21:27:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fe3c9c1ee9d59f0b1d174210132e71037fd7f2e8'/>
<id>fe3c9c1ee9d59f0b1d174210132e71037fd7f2e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs.</title>
<updated>2016-09-06T21:25:35+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2016-09-06T21:25:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1c03abd0262f658fc420d3bef6118e49044b9d8b'/>
<id>1c03abd0262f658fc420d3bef6118e49044b9d8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23277: Remove unused sys and os imports</title>
<updated>2016-04-24T04:31:42+00:00</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2016-04-24T04:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1e8ee9b3808cd6c1a7a29c75115d1060a8ee877b'/>
<id>1e8ee9b3808cd6c1a7a29c75115d1060a8ee877b</id>
<content type='text'>
Patch by Jon Dufresne.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Jon Dufresne.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22074: Fix Lib/test/make_ssl_certs.py</title>
<updated>2014-07-26T15:15:52+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2014-07-26T15:15:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d2e9fdfbdef17b1159c14569260ac1dc18dfebff'/>
<id>d2e9fdfbdef17b1159c14569260ac1dc18dfebff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #8813: Add SSLContext.verify_flags to change the verification flags</title>
<updated>2013-11-21T22:56:13+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2013-11-21T22:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=225877917e002df4b2d87e965ddd30226aa209ec'/>
<id>225877917e002df4b2d87e965ddd30226aa209ec</id>
<content type='text'>
of the context in order to enable certification revocation list (CRL)
checks or strict X509 rules.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of the context in order to enable certification revocation list (CRL)
checks or strict X509 rules.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #8109: The ssl module now has support for server-side SNI, thanks to a :meth:`SSLContext.set_servername_callback` method.</title>
<updated>2013-01-05T20:20:29+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2013-01-05T20:20:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=58ddc9d743d09ee93d5cf46a4de62eab30dad79d'/>
<id>58ddc9d743d09ee93d5cf46a4de62eab30dad79d</id>
<content type='text'>
Patch by Daniel Black.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Daniel Black.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and</title>
<updated>2010-10-13T10:36:15+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2010-10-13T10:36:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=803e6d670c019335096ca456b1778205edb30a79'/>
<id>803e6d670c019335096ca456b1778205edb30a79</id>
<content type='text'>
urllib.request.urlopen now take optional arguments to allow for
server certificate checking, as recommended in public uses of HTTPS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
urllib.request.urlopen now take optional arguments to allow for
server certificate checking, as recommended in public uses of HTTPS.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the</title>
<updated>2010-10-08T23:06:24+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2010-10-08T23:06:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=81564093a10d1bad6dc48d68e40e322731517b6e'/>
<id>81564093a10d1bad6dc48d68e40e322731517b6e</id>
<content type='text'>
custom certificate and private key files used by SSL-related certs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
custom certificate and private key files used by SSL-related certs.
</pre>
</div>
</content>
</entry>
</feed>
