summaryrefslogtreecommitdiffhomepage
path: root/tests/test_kex_gss.py
AgeCommit message (Collapse)Author
2017-10-23Was missing another needs_gssapiJeff Forcier
2017-09-18Fix rekeying with GSS-API key exchangeSebastian Deiss
When GSS-API key exchange is used a rekey caused a GSS-API MIC failure and closed the transport. This happened because the MIC of the transport session ID (H of the initial kex) was checked against the MIC of the new H created during rekey.
2014-12-17Use modern api to check if event is set.Olle Lundberg
Since we are a python2.6+ code base now, we want to be as forward compatible as possible.
2014-10-14Converted all staticmethod/classmethod instances to decorators.Jacob Beck
2014-09-22Use keyword arguments for arguments when creating a Transport.Dylan Thacker-Smith
Fixes #399
2014-09-08Clean up more of the unnecessary-IMHO headersJeff Forcier
2014-02-11GSS-API / SSPI authenticated Diffie-Hellman Key Exchange and userSebastian Deiss
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.