Age | Commit message (Collapse) | Author |
|
|
|
They moved from Temple Place to Franklin Street in 2005.
|
|
Sadly it fails. Unclear whether I'm missing something,
or if this represents a diff between the Ubuntu versions Travis
last used and what Circle's images are on.
I did get the tests themselves truly running, and while I trimmed back
the deps a bit vs Travis, it's only as some of them were
redundant/required by other packages we install here.
Leaving it defined but not actually used in the workflow.
|
|
Well, pkey was probably my fault as the patch has sat around for ages
|
|
|
|
|
|
|
|
|
|
Previously testing of GSSAPI (Kerberos) related functions required an
externally provided Kerberos environment. Therefore all GSSAPI tests were
skipped.
Now the package k5test is used to setup a self-contained Kerberos environment.
Because k5test requires the new GSSAPI, this commit also merges
pull request #1166 and fixes broken GSSAPI test. If k5test is not available
(i.e. on Windows), the tests still get skipped.
The test case test_kex_gss.test_2_gsskex_and_auth_rekey is expected to fail.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
authentication with Python 3 support
Add Python 3 support for the GSS-API / SSPI authenticated Diffie-Hellman
Key Exchange and user authentication. This patch supersedes pull request
#250.
|