Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-08 | Clean up shitty old test names of form test_[9-0A-Z]+_.* | Jeff Forcier | |
2018-08-22 | Bump black up to 18.6b4 | Jeff Forcier | |
2018-05-17 | Blacken Paramiko on 2.4 | Chris Rose | |
2017-10-23 | Was missing another needs_gssapi | Jeff Forcier | |
2017-09-18 | Fix rekeying with GSS-API key exchange | Sebastian 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-17 | Use 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-14 | Converted all staticmethod/classmethod instances to decorators. | Jacob Beck | |
2014-09-22 | Use keyword arguments for arguments when creating a Transport. | Dylan Thacker-Smith | |
Fixes #399 | |||
2014-09-08 | Clean up more of the unnecessary-IMHO headers | Jeff Forcier | |
2014-02-11 | GSS-API / SSPI authenticated Diffie-Hellman Key Exchange and user | Sebastian 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. |