Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85586eb

Browse files
committed
merge 3.4 (#23679)
2 parents 9c182a1 + 59c4eb7 commit 85586eb

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Doc/library/ssl.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ purposes.
245245
:const:`None`, this function can choose to trust the system's default
246246
CA certificates instead.
247247

248-
The settings in Python 3.4 are: :data:`PROTOCOL_SSLv23`, :data:`OP_NO_SSLv2`,
249-
and :data:`OP_NO_SSLv3` with high encryption cipher suites without RC4 and
248+
The settings are: :data:`PROTOCOL_SSLv23`, :data:`OP_NO_SSLv2`, and
249+
:data:`OP_NO_SSLv3` with high encryption cipher suites without RC4 and
250250
without unauthenticated cipher suites. Passing :data:`~Purpose.SERVER_AUTH`
251251
as *purpose* sets :data:`~SSLContext.verify_mode` to :data:`CERT_REQUIRED`
252252
and either loads CA certificates (when at least one of *cafile*, *capath* or
@@ -276,6 +276,10 @@ purposes.
276276

277277
.. versionadded:: 3.4
278278

279+
.. versionchanged:: 3.4.4
280+
281+
RC4 was dropped from the default cipher string.
282+
279283

280284
Random generation
281285
^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)