Skip to content
Snippets Groups Projects
Unverified Commit a23e4722 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

bpo-46604: fix function name in ssl module docstring (GH-31064)



The function fetch_server_certificate is replaced by get_server_certificate in the module. I reflected the change in the module docstrings.

Co-authored-by: default avatarJelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit feca9bbd)

Co-authored-by: default avatarKossi GLOKPOR <83467320+glk0@users.noreply.github.com>
parent 020f5c47
Branches
Tags
No related merge requests found
......@@ -18,9 +18,10 @@
seconds past the Epoch (the time values
returned from time.time())
fetch_server_certificate (HOST, PORT) -- fetch the certificate provided
by the server running on HOST at port PORT. No
validation of the certificate is performed.
get_server_certificate (addr, ssl_version, ca_certs, timeout) -- Retrieve the
certificate from the server at the specified
address and return it as a PEM-encoded string
Integer constants:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment