index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
ssl.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
note that sslv3 may not be available
Benjamin Peterson
2014-12-06
1
-2/+5
*
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka
2014-12-05
1
-1/+1
*
Fix #22987: update the compatibility matrix for a SSLv23 client.
Antoine Pitrou
2014-12-03
1
-4/+3
*
correct versionchanged version
Benjamin Peterson
2014-11-24
1
-1/+1
*
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)
Benjamin Peterson
2014-11-23
1
-7/+7
*
Fixing broken links in doc, part 4: some more breaks and redirects
Georg Brandl
2014-10-29
1
-2/+2
*
Issue #22660: update various mentions in the ssl module documentation.
Antoine Pitrou
2014-10-20
1
-115/+95
*
Issue #22564: ssl doc: mention asyncio in the non-blocking section
Victor Stinner
2014-10-10
1
-2/+10
*
Issue #22564: ssl doc: mention how SSLSocket are usually created
Victor Stinner
2014-10-10
1
-0/+3
*
Issue #22564: ssl doc: use "class" marker to document the SSLSocket class
Victor Stinner
2014-10-10
1
-24/+26
*
Issue #22564: ssl doc: document read(), write(), pending, server_side and
Victor Stinner
2014-10-10
1
-0/+54
*
Issue #22564: ssl doc: fix typos
Victor Stinner
2014-10-10
1
-2/+2
*
Revert #22251
Berker Peksag
2014-09-27
1
-3/+0
*
Issue #22251: Fix ReST markup to avoid errors building docs.
Berker Peksag
2014-09-27
1
-0/+3
*
Issue #22072: Fix a couple of SSL doc typos. Patch by Alex Gaynor.
Zachary Ware
2014-07-25
1
-2/+2
*
Issue #21994: Fix SyntaxError in the SSLContext.check_hostname documentation.
Berker Peksag
2014-07-17
1
-2/+2
*
Issue #21430: additions to the description of non-blocking SSL sockets
Antoine Pitrou
2014-05-17
1
-3/+20
*
Issue #21043: Remove the recommendation for specific CA organizations
Donald Stufft
2014-03-24
1
-14/+3
*
Issue #21013: Enhance ssl.create_default_context() for server side contexts
Donald Stufft
2014-03-23
1
-7/+20
*
Issue #20913: make it clear that create_default_context() also enables hostna...
Antoine Pitrou
2014-03-23
1
-4/+5
*
Issue #20913: improve the SSL security considerations to first advocate using...
Antoine Pitrou
2014-03-22
1
-6/+36
*
Issue #20995: Enhance default ciphers used by the ssl module
Donald Stufft
2014-03-22
1
-11/+4
*
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings
2014-03-16
1
-3/+2
*
Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ...
Antoine Pitrou
2013-12-28
1
-8/+14
|
\
|
*
Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ...
Antoine Pitrou
2013-12-28
1
-8/+14
*
|
Tidy up ssl whatsnew references, make ssl section formatting consistent.
R David Murray
2013-12-20
1
-4/+1
*
|
Issue #19509: Add SSLContext.check_hostname to match the peer's certificate
Christian Heimes
2013-12-02
1
-1/+35
*
|
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-4/+4
|
\
\
|
|
/
|
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-3/+3
*
|
Tweak ssl docs
Antoine Pitrou
2013-11-23
1
-23/+53
*
|
Issue #19689: Add ssl.create_default_context() factory function. It creates
Christian Heimes
2013-11-23
1
-0/+18
*
|
Correct documentation clientAuth -> CLIENT_AUTH
Christian Heimes
2013-11-23
1
-2/+2
*
|
Issue #19292: Add SSLContext.load_default_certs() to load default root CA
Christian Heimes
2013-11-23
1
-1/+30
*
|
Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+
Christian Heimes
2013-11-23
1
-0/+1
*
|
Issue #18147: Add missing documentation for SSLContext.get_ca_certs().
Christian Heimes
2013-11-22
1
-0/+12
*
|
Issue #17134: Finalize interface to Windows' certificate store. Cert and
Christian Heimes
2013-11-22
1
-15/+30
*
|
Issue #8813: Add SSLContext.verify_flags to change the verification flags
Christian Heimes
2013-11-21
1
-0/+45
*
|
Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSP
Christian Heimes
2013-11-21
1
-0/+4
*
|
Issue #18138: Implement cadata argument of SSLContext.load_verify_location()
Christian Heimes
2013-11-21
1
-1/+10
*
|
Issue #19508: direct the user to read the security considerations for the ssl...
Antoine Pitrou
2013-11-17
1
-5/+14
|
\
\
|
|
/
|
*
Issue #19508: direct the user to read the security considerations for the ssl...
Antoine Pitrou
2013-11-17
1
-5/+14
*
|
merge
Christian Heimes
2013-10-29
1
-1/+1
|
\
\
|
|
/
|
*
fix language
Christian Heimes
2013-10-29
1
-1/+1
*
|
Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSS...
Christian Heimes
2013-10-29
1
-0/+8
|
\
\
|
|
/
|
*
Issue #18747: document issue with OpenSSL's CPRNG state and fork
Christian Heimes
2013-10-29
1
-0/+8
*
|
merge with 3.3
Georg Brandl
2013-10-27
1
-4/+11
|
\
\
|
|
/
|
*
Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125,
Georg Brandl
2013-10-27
1
-4/+11
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-3/+3
|
\
\
|
|
/
|
*
Closes #19177: replace dead link to SSL/TLS introduction with the version fro...
Georg Brandl
2013-10-06
1
-3/+3
*
|
Issue #19095: SSLSocket.getpeercert() now raises ValueError when the SSL hand...
Antoine Pitrou
2013-09-29
1
-1/+5
[next]