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
9c5ba097
Commit
9c5ba097
authored
Jul 08, 2018
by
Marcin Niemira
Committed by
Benjamin Peterson
Jul 07, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
closes bpo-34050: Fix link in SSL docs (GH-8173)
parent
9b50a7f2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Doc/library/ssl.rst
Doc/library/ssl.rst
+1
-1
Misc/ACKS
Misc/ACKS
+1
-0
No files found.
Doc/library/ssl.rst
View file @
9c5ba097
...
...
@@ -1607,7 +1607,7 @@ to speed up repeated connections from the same clients.
Set the available ciphers for sockets created with this context.
It should be a string in the `OpenSSL cipher list format
<https://w
iki.openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT
>`_.
<https://w
ww.openssl.org/docs/manmaster/man1/ciphers.html
>`_.
If no cipher can be selected (because compile-time options or other
configuration forbids use of all the specified ciphers), an
:class:`SSLError` will be raised.
...
...
Misc/ACKS
View file @
9c5ba097
...
...
@@ -1784,6 +1784,7 @@ Gordon Worley
Darren Worrall
Thomas Wouters
Daniel Wozniak
Marcin Niemira
Wei Wu
Heiko Wundram
Doug Wyatt
...
...
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