summaryrefslogtreecommitdiff
path: root/paramiko/kex_group14.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix spelling mistake of distributedBenjamin Drung2022-04-121-1/+1
| | | | | | Spelling mistake was found by lintian. Signed-off-by: Benjamin Drung <bdrung@ubuntu.com>
* Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
| | | | They moved from Temple Place to Franklin Street in 2005.
* Merge branch 'master' into 1233-intJeff Forcier2019-06-091-3/+1
|\
| * Bump black up to 18.6b4Jeff Forcier2018-08-221-3/+1
| |
* | Make black - py36 happy.edgsousa2018-06-121-1/+1
| |
* | Merge remote-tracking branch 'upstream/master'Edgar Sousa2018-06-121-2/+4
|\ \ | |/
| * Blacken under black 18.5b0Jeff Forcier2018-05-291-1/+3
| |
| * Blacken Paramiko on 2.4Chris Rose2018-05-171-1/+1
| |
* | Add support for DH Group14-SHA256.Edgar Sousa2018-06-121-2/+4
| | | | | | | | Class name, tests.
* | Add support for DH Group14-SHA256.Edgar Sousa2018-05-231-1/+4
|/ | | | Fix bug on Group1 implementation using hardcoded sha1 cipher instead of class parameter.
* Flake8 improvements for more of paramiko.Dorian Pula2017-05-311-1/+1
|
* Fix incorrect hash algorithm selection during kex key generation.Jeff Forcier2015-11-011-0/+2
| | | | Re #356
* GSS-API / SSPI authenticated Diffie-Hellman Key Exchange and userSebastian Deiss2014-02-111-0/+33
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.