summaryrefslogtreecommitdiff
path: root/paramiko/hostkeys.py
Commit message (Expand)AuthorAgeFilesLines
* hostkeys: update docstring for autdodoc per #2173Alex Chavkin2023-02-161-1/+2
* Double quotes to pass style checkAlex Chavkin2023-02-161-1/+1
* Split known_hosts fields on either a single space or tabAlex Chavkin2023-02-161-1/+2
* Split known host file entries on any whitespaceAlex Chavkin2023-02-161-1/+1
* Can't actually use a set here as it will destroy orderingJeff Forcier2023-01-121-1/+0
* flake8Jeff Forcier2023-01-111-1/+0
* Remove sys.version_info checksJeff Forcier2023-01-091-4/+1
* Update encode/decodebytesJeff Forcier2023-01-091-1/+1
* Move b, u helpers to util module for nowJeff Forcier2023-01-091-2/+2
* Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
* hostkeys: fix raising KeyError in SubDict.__delitem__()Lans Zhang2021-11-281-0/+1
* Merge branch '2.3' into 2.4Jeff Forcier2019-05-311-1/+5
|\
| * Merge branch '2.1' into 2.2Jeff Forcier2019-05-311-1/+5
| |\
| | * import MutableMapping from collections.abc instead of collectionsJosh Karpel2019-05-311-1/+5
| * | Blacken, 2.2 editionJeff Forcier2018-09-171-1/+1
| * | Merge branch '2.1' into 2.2Jeff Forcier2018-09-171-25/+30
| |\ \ | | |/
| | * Blacken 2.0 with black 18.6b4Jeff Forcier2018-09-171-25/+30
| | * Merge branch '2.0' into 976-intJeff Forcier2017-06-091-2/+2
| | |\
* | | | Bump black up to 18.6b4Jeff Forcier2018-08-221-2/+0
* | | | Blacken Paramiko on 2.4Chris Rose2018-05-171-23/+27
* | | | flake8 for previous changesetJeff Forcier2017-10-111-3/+2
* | | | 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
|/