summaryrefslogtreecommitdiff
path: root/paramiko/hostkeys.py
Commit message (Expand)AuthorAgeFilesLines
* String format modernization, part 11070-remove-python26-and-33Jeff Forcier2017-10-101-7/+9
* Merge branch '2.1'Jeff Forcier2017-06-091-6/+1
|\
| * Merge branch '2.0' into 976-intJeff Forcier2017-06-091-2/+2
| |\
| * | can depend on collections.MutableMapping being availablePierce Lopez2017-06-011-6/+1
* | | Merge branch '2.1'Jeff Forcier2017-06-051-2/+2
|\ \ \ | | |/ | |/|
| * | Move to 'inv sites' style doc nitpicking.Jeff Forcier2017-06-051-2/+2
| |/
* | Fixed encoding/decoding of the public key on the wireAlex Gaynor2017-06-031-0/+1
* | Fixes #325 -- add support for Ed25519 keysAlex Gaynor2017-06-031-0/+2
|/
* Wasn't technically a bug but flake8 pointed out how dumb it wasJeff Forcier2017-06-011-2/+2
* Test & impl for truly functional HostKeys.__delitem__Jeff Forcier2017-06-011-1/+8
* Refactor HostKeys' scan-for-entry codeJeff Forcier2017-06-011-8/+18
* More death to line continuationsJeff Forcier2017-05-311-4/+6
* 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