Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
97aa9535
Commit
97aa9535
authored
Apr 13, 2015
by
Antoine Pitrou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix duplicate doc entry for SSLContext.get_ca_certs()
(closes #18147)
parent
85e3ee74
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
12 deletions
+4
-12
Doc/library/ssl.rst
Doc/library/ssl.rst
+4
-12
No files found.
Doc/library/ssl.rst
View file @
97aa9535
...
...
@@ -1107,6 +1107,10 @@ to speed up repeated connections from the same clients.
does not contain certificates from *capath* unless a certificate was
requested and loaded by a SSL connection.
.. note::
Certificates in a capath directory aren't loaded unless they have
been used at least once.
.. versionadded:: 3.4
.. method:: SSLContext.set_default_verify_paths()
...
...
@@ -1263,18 +1267,6 @@ to speed up repeated connections from the same clients.
>>> stats['hits'], stats['misses']
(0, 0)
.. method:: SSLContext.get_ca_certs(binary_form=False)
Returns a list of dicts with information of loaded CA certs. If the
optional argument is true, returns a DER-encoded copy of the CA
certificate.
.. note::
Certificates in a capath directory aren't loaded unless they have
been used at least once.
.. versionadded:: 3.4
.. attribute:: SSLContext.check_hostname
Wether to match the peer cert's hostname with :func:`match_hostname` in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment