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
/
Lib
/
test
/
test_ssl.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
Merged revisions 80454 via svnmerge from
Antoine Pitrou
2010-04-24
1
-12/+77
|
|
*
Merged revisions 80436 via svnmerge from
Antoine Pitrou
2010-04-24
1
-18/+22
|
|
*
Merged revisions 80429 via svnmerge from
Antoine Pitrou
2010-04-23
1
-0/+21
|
|
*
Merged revisions 80426 via svnmerge from
Antoine Pitrou
2010-04-23
1
-0/+11
|
|
*
Little fix in test comment
Antoine Pitrou
2010-04-22
1
-1/+1
|
|
*
Merged revisions 80379 via svnmerge from
Antoine Pitrou
2010-04-22
1
-0/+8
|
|
*
Merged revisions 80317 via svnmerge from
Antoine Pitrou
2010-04-21
1
-0/+20
*
|
|
Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
Victor Stinner
2011-05-08
1
-23/+34
*
|
|
Issue #12000: When a SSL certificate has a subjectAltName without any
Antoine Pitrou
2011-05-06
1
-0/+18
|
\
\
\
|
|
/
/
|
*
|
Issue #12000: When a SSL certificate has a subjectAltName without any
Antoine Pitrou
2011-05-06
1
-0/+18
|
*
|
Merged revisions 88671 via svnmerge from
Antoine Pitrou
2011-02-27
1
-1/+2
|
*
|
Merged revisions 88664 via svnmerge from
Antoine Pitrou
2011-02-26
1
-0/+43
*
|
|
Fix whitespace
Antoine Pitrou
2011-04-28
1
-5/+5
*
|
|
Issue #11811: ssl.get_server_certificate() is now IPv6-compatible. Patch
Antoine Pitrou
2011-04-28
1
-17/+22
*
|
|
Follow up to r88664: non-blocking connect-ex() can return EWOULDBLOCK under W...
Antoine Pitrou
2011-02-27
1
-1/+2
*
|
|
Issue #11326: Add the missing connect_ex() implementation for SSL sockets,
Antoine Pitrou
2011-02-26
1
-0/+43
|
/
/
*
|
Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True).
Victor Stinner
2011-01-29
1
-0/+3
*
|
Fix test_ssl after r87849
Antoine Pitrou
2011-01-08
1
-1/+1
*
|
test_ssl: test SHA256 using sha256.tbs-internet.com instead of sha2.hboeck.de
Victor Stinner
2011-01-08
1
-2/+2
*
|
Issue #10272: The ssl module now raises socket.timeout instead of a generic
Antoine Pitrou
2010-12-03
1
-2/+2
*
|
#10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...
Ezio Melotti
2010-12-01
1
-20/+20
*
|
Issue #10443: Add the SSLContext.set_default_verify_paths() method.
Antoine Pitrou
2010-11-17
1
-0/+6
*
|
Issue #10022: The dictionary returned by the `getpeercert()` method
Antoine Pitrou
2010-11-09
1
-1/+6
*
|
Clean up socket closing in test_ssl and test.ssl_servers
Antoine Pitrou
2010-10-29
1
-23/+31
*
|
Remove usage of exception indexing.
Georg Brandl
2010-10-24
1
-1/+1
*
|
Fix test_ssl on Ubuntu buildbot with patched OpenSSL
Antoine Pitrou
2010-10-22
1
-0/+1
*
|
Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket`
Antoine Pitrou
2010-10-22
1
-0/+16
*
|
Let test_ssl fail gracefully if ssl support is not available
Antoine Pitrou
2010-10-13
1
-14/+6
*
|
Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and
Antoine Pitrou
2010-10-13
1
-117/+15
*
|
Issue #10075: Add a session_stats() method to SSLContext objects.
Antoine Pitrou
2010-10-12
1
-0/+17
*
|
Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the
Antoine Pitrou
2010-10-08
1
-1/+6
*
|
Issue #1589: Add ssl.match_hostname(), to help implement server identity
Antoine Pitrou
2010-10-08
1
-0/+71
*
|
Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher
Giampaolo Rodolà
2010-10-04
1
-2/+1
*
|
Issue #9853: Fix the signature of SSLSocket.recvfrom() and
Antoine Pitrou
2010-09-14
1
-0/+12
*
|
Use transient_internet() where appropriate in test_ssl
Antoine Pitrou
2010-09-09
1
-130/+131
*
|
Issue #8574: better implementation of test.support.transient_internet().
Antoine Pitrou
2010-09-07
1
-4/+4
*
|
Fix issue #9711: raise ValueError is SSLConnection constructor is invoked wit...
Giampaolo Rodolà
2010-08-30
1
-7/+12
*
|
dedent some lines in test_ssl so that they are actually executed
Giampaolo Rodolà
2010-08-29
1
-10/+10
*
|
in ssl tests rely on IOError.errno rather thanf IOError.strerror for better c...
Giampaolo Rodolà
2010-08-29
1
-7/+17
*
|
Fix issue issue9706: provides a better error handling for various SSL operations
Giampaolo Rodolà
2010-08-29
1
-2/+18
*
|
Remove debug hack
Antoine Pitrou
2010-08-16
1
-3/+0
*
|
Add debug output to the asyncore test
Antoine Pitrou
2010-08-15
1
-0/+8
*
|
Put test_ciphers in NetworkedTests
Antoine Pitrou
2010-08-15
1
-16/+14
*
|
Following Ezio's suggestion, force verbose mode on test_ssl to diagnose freez...
Antoine Pitrou
2010-08-15
1
-0/+3
*
|
There doesn't seem to be a reason for this test to be disabled.
Antoine Pitrou
2010-08-14
1
-2/+0
*
|
This is a better resolution than r84021 (because it will also affect
Antoine Pitrou
2010-08-14
1
-12/+6
*
|
Add a reasonable timeout to network SSL tests, so as to avoid buildbot timeouts
Antoine Pitrou
2010-08-14
1
-0/+12
*
|
Try to fix issue #9415: skip some tests on broken Ubuntu OpenSSL
Antoine Pitrou
2010-08-04
1
-0/+23
*
|
In verbose mode, identify OpenSSL build and platform more precisely
Antoine Pitrou
2010-08-04
1
-0/+18
*
|
Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode
Victor Stinner
2010-06-11
1
-5/+4
[prev]
[next]