File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
280284Random generation
281285^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments