Ezio Melotti
|
9a3777e525
|
#18705: merge with 3.3.
|
2013-08-17 15:53:55 +03:00 |
|
Ezio Melotti
|
30b9d5d3af
|
#18705: fix a number of typos. Patch by Févry Thibault.
|
2013-08-17 15:50:46 +03:00 |
|
Antoine Pitrou
|
60a26e0516
|
Issue #9177: Calling read() or write() now raises ValueError, not AttributeError, on a closed SSL socket.
Patch by Senko Rasic.
|
2013-07-20 19:35:16 +02:00 |
|
Brett Cannon
|
cd171c8e92
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
|
2013-07-04 17:43:24 -04:00 |
|
Brett Cannon
|
0a140668fa
|
Issue #18200: Update the stdlib (except tests) to use
ModuleNotFoundError.
|
2013-06-13 20:57:26 -04:00 |
|
Christian Heimes
|
46bebee25f
|
Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store.
|
2013-06-09 19:03:31 +02:00 |
|
Christian Heimes
|
6d7ad13a45
|
Issue #18143: Implement ssl.get_default_verify_paths() in order to debug
the default locations for cafile and capath.
|
2013-06-09 18:02:55 +02:00 |
|
Antoine Pitrou
|
636f93c63b
|
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099).
|
2013-05-18 17:56:42 +02:00 |
|
Antoine Pitrou
|
31fb419908
|
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099).
|
2013-05-18 17:59:12 +02:00 |
|
Antoine Pitrou
|
242db728e2
|
Issue #13721: SSLSocket.getpeercert() and SSLSocket.do_handshake() now raise an OSError with ENOTCONN, instead of an AttributeError, when the SSLSocket is not connected.
|
2013-05-01 20:52:07 +02:00 |
|
Giampaolo Rodola'
|
06d0c1e72c
|
remove uneffective 'while True' clause
|
2013-04-03 12:01:44 +02:00 |
|
Antoine Pitrou
|
2463e5fee4
|
Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch by Michele Orrù.
|
2013-03-28 22:24:43 +01:00 |
|
Benjamin Peterson
|
f86b3c394c
|
merge 3.3 (#16900)
|
2013-01-10 14:16:42 -06:00 |
|
Benjamin Peterson
|
36f7b97787
|
remove __del__ because it's evil and also prevents the ResourceWarning on the socket from happening (closes #16900)
|
2013-01-10 14:16:20 -06:00 |
|
Antoine Pitrou
|
58ddc9d743
|
Issue #8109: The ssl module now has support for server-side SNI, thanks to a :meth:SSLContext.set_servername_callback method.
Patch by Daniel Black.
|
2013-01-05 21:20:29 +01:00 |
|
Andrew Svetlov
|
0832af6628
|
Issue #16717: get rid of socket.error, replace with OSError
|
2012-12-18 23:10:48 +02:00 |
|
Antoine Pitrou
|
73e9bd4d25
|
Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket().
Original patch by Jeff McNeil.
|
2012-11-11 01:27:33 +01:00 |
|
Antoine Pitrou
|
5c89b4ec55
|
Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket().
Original patch by Jeff McNeil.
|
2012-11-11 01:25:36 +01:00 |
|
Antoine Pitrou
|
d5d17eb653
|
Issue #14204: The ssl module now has support for the Next Protocol Negotiation extension, if available in the underlying OpenSSL library.
Patch by Colin Marc.
|
2012-03-22 00:23:03 +01:00 |
|
Antoine Pitrou
|
a9bf2ac726
|
Try to really fix compilation failures of the _ssl module under very old OpenSSLs.
|
2012-02-17 18:47:54 +01:00 |
|
Antoine Pitrou
|
8f85f907e3
|
Issue #13636: Weak ciphers are now disabled by default in the ssl module
(except when SSLv2 is explicitly asked for).
|
2012-01-03 22:46:48 +01:00 |
|
Antoine Pitrou
|
72aeec35a1
|
Issue #13636: Weak ciphers are now disabled by default in the ssl module
(except when SSLv2 is explicitly asked for).
|
2012-01-03 22:49:08 +01:00 |
|
Antoine Pitrou
|
0e576f1f50
|
Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the
SSLContext.load_dh_params() method and the ssl.OP_SINGLE_DH_USE option.
|
2011-12-22 10:03:38 +01:00 |
|
Antoine Pitrou
|
501da61671
|
Fix ssl module compilation if ECDH support was disabled in the OpenSSL build.
(followup to issue #13627)
|
2011-12-21 09:27:41 +01:00 |
|
Antoine Pitrou
|
8abdb8abd8
|
Issue #13634: Add support for querying and disabling SSL compression.
|
2011-12-20 10:13:40 +01:00 |
|