Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
Since we are a python2.6+ code base now, we want to be as forward
compatible as possible.
|
|
|
|
Fixes #399
|
|
|
|
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.
|