summaryrefslogtreecommitdiff
path: root/paramiko/hostkeys.py
Commit message (Expand)AuthorAgeFilesLines
* More flake8 fixes and fix tests.Dorian Pula2017-05-311-0/+3
* More flake8 fixes and skip some modules.Dorian Pula2017-05-311-6/+15
* Lots of flake8 fix.Dorian Pula2017-05-311-6/+4
* Add support for ECDSA key sizes 384 and 521 alongside the existing 256.Alex Orange2016-04-251-1/+1
* Merge branch '1.14' into 1.15Jeff Forcier2015-11-031-1/+1
|\
| * Merge branch '1.13' into 1.14Jeff Forcier2015-11-031-1/+1
| |\
| | * Fix line number for known_hosts error messages.Dylan Thacker-Smith2015-11-031-1/+1
* | | No idea why this only tanked tests on Python 3, ugh @ our old crusty test suiteJeff Forcier2015-09-301-2/+2
* | | Silently ignore invalid keys in HostKeys.load()Martin Topholm2015-09-301-1/+5
* | | Converted all staticmethod/classmethod instances to decorators.Jacob Beck2014-10-141-2/+2
* | | Merge branch 'master' into 298-intJeff Forcier2014-09-081-6/+9
|\ \ \ | |/ /
| * | Merge branch '1.13' into 1.14Jeff Forcier2014-08-251-1/+1
| |\ \ | | |/
| | * Don't hash the input hostname when checking a host key if the input hostname ...Sigmund Augdal2014-08-251-1/+1
| * | Merge branch 'master' into use-urandomAlex Gaynor2014-04-141-4/+5
| |\ \
| | * | Switched hash functions from PyCrypto to hashlib.Alex Gaynor2014-03-291-4/+6
| | |/
| * | Switch from using PyCrypto's Random to using os.urandom.Alex Gaynor2014-03-291-2/+4
| |/
* | Don't validate points in known_hosts ECDSA keysKieran Spear2014-03-311-1/+1
|/
* Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-071-3/+4
* Remove an old Py2.5-ismJeff Forcier2014-03-071-1/+1
* A missed line from the merge.Jeff Forcier2014-03-071-0/+1
* Merge remote-tracking branch 'scottkmaxwell/py3-support-without-py25' into py...Jeff Forcier2014-03-051-32/+58
|\
| * Use 'with' for opening most file and SFTPFIle objectsScott Maxwell2013-11-191-8/+2
| * Change all exceptions to modern format (not Py2.5 compatible)Scott Maxwell2013-11-191-1/+1
| * Fix some deprecation and resource warningsScott Maxwell2013-11-021-23/+27
| * More type fixupsScott Maxwell2013-10-311-1/+1
| * Fix bytes/str type in more placesScott Maxwell2013-10-311-2/+3
| * Fix message sendingScott Maxwell2013-10-301-1/+1
| * Fix dict iters, sorts, exceptions, bytes renames and tuple argsScott Maxwell2013-10-301-2/+2
| * Fix importsScott Maxwell2013-10-301-3/+31
* | Merge branch '1.11' into 1.12Jeff Forcier2014-03-041-127/+107
|\ \
| * | Even moar info fieldsJeff Forcier2014-02-261-31/+16
| * | Host key docs (order + tweaks)Jeff Forcier2014-02-241-84/+79
| * | s/python/Python/, c'mon son!Jeff Forcier2014-02-211-1/+1
| * | Don't actually need :class: anywhere nowJeff Forcier2014-02-211-4/+4
| * | Replace accidental class-refs on local method-refsJeff Forcier2014-02-211-2/+2
| * | Mass SnR of class refs with dotted ones.Jeff Forcier2014-02-211-4/+4
| * | Merge branch '1.10' into sphinx-256Jeff Forcier2014-02-141-2/+2
| |\ \
| * | | Epydoc -> Sphinx.Olle Lundberg2014-01-231-42/+42
* | | | Merge branch '1.11' into 1.12Jeff Forcier2014-02-141-2/+2
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Use constant time hash comparisons for improved security.Jeff Forcier2014-02-141-2/+2
| |/
* | Merge branch '1.11'Jeff Forcier2013-09-271-1/+1
|\ \ | |/
| * Merge branch '1.9' into 1.10Jeff Forcier2013-09-271-1/+1
| |\
| | * Fixed a typo in the license header of most filesJeff Forcier2013-09-271-1/+1
* | | Merge branch '152-int' into 152-real-intJeff Forcier2013-09-271-0/+4
|\ \ \ | |/ / |/| |
| * | Hook up ECDSA to hostkeysEthan Glasser-Camp2013-03-251-0/+4
| |/
* | Merge branch '1.10'Jeff Forcier2013-05-051-2/+2
|\ \
| * | Flip bad known_hosts line to INFO from WARN re #153Jeff Forcier2013-05-051-2/+2
| * | Warn on parse failure when reading known_hostsEthan Glasser-Camp2013-04-281-3/+8
| |/
* | Merge pull request #153 from glasserc/log_bad_hostkeysJeff Forcier2013-04-281-3/+8
|\ \
| * | Warn on parse failure when reading known_hostsEthan Glasser-Camp2013-04-281-3/+8
| |/