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
*
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
*
|
Fix minor documentation markup error.
Larry Hastings
2013-08-03
1
-1/+1
*
|
Merge #18311: fix typo.
R David Murray
2013-06-26
1
-1/+1
|
\
\
|
|
/
|
*
#18311: fix typo.
R David Murray
2013-06-26
1
-1/+1
*
|
Issue #18147: Add diagnostic functions to ssl.SSLContext().
Christian Heimes
2013-06-17
1
-0/+24
*
|
Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store.
Christian Heimes
2013-06-09
1
-0/+23
*
|
removed accidental new line
Christian Heimes
2013-06-09
1
-2/+1
*
|
Issue #18143: Implement ssl.get_default_verify_paths() in order to debug
Christian Heimes
2013-06-09
1
-1/+19
*
|
Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) ...
Antoine Pitrou
2013-04-16
1
-5/+11
|
\
\
|
|
/
|
*
Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) ...
Antoine Pitrou
2013-04-16
1
-5/+11
*
|
Fix a crash when setting a servername callback on a SSL server socket and the...
Antoine Pitrou
2013-04-11
1
-0/+1
*
|
Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch...
Antoine Pitrou
2013-03-28
1
-10/+45
*
|
Issue #17047: remove doubled words added in 3.4,
Terry Jan Reedy
2013-03-11
1
-1/+1
*
|
Issue #8109: The ssl module now has support for server-side SNI, thanks to a ...
Antoine Pitrou
2013-01-05
1
-0/+71
|
/
*
Update the getpeercert() example with a real-world cert showing non-trivial i...
Antoine Pitrou
2012-08-16
1
-17/+33
|
\
|
*
Update the getpeercert() example with a real-world cert showing non-trivial i...
Antoine Pitrou
2012-08-16
1
-17/+33
*
|
Issue #14837: SSL errors now have `library` and `reason` attributes describin...
Antoine Pitrou
2012-06-22
1
-0/+16
*
|
Issue #14204: The ssl module now has support for the Next Protocol Negotiatio...
Antoine Pitrou
2012-03-21
1
-1/+34
*
|
Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.
Antoine Pitrou
2012-01-27
1
-1/+2
|
\
\
|
|
/
|
*
Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.
Antoine Pitrou
2012-01-27
1
-1/+2
*
|
Merge SSL doc fixes (issue #13747).
Antoine Pitrou
2012-01-09
1
-4/+3
|
\
\
|
|
/
|
*
Issue #13747: fix SSL compatibility table.
Antoine Pitrou
2012-01-09
1
-1/+1
|
*
Issue #13747: fix documentation error about the default SSL version.
Antoine Pitrou
2012-01-09
1
-3/+2
*
|
Update printout of SSL certificate examples for 3.2+.
Antoine Pitrou
2012-01-06
1
-5/+40
|
\
\
|
|
/
[next]