summaryrefslogtreecommitdiff
path: root/paramiko/ed25519key.py
Commit message (Expand)AuthorAgeFilesLines
* Move b, u helpers to util module for nowJeff Forcier2023-01-091-1/+1
* Fix spelling mistake of distributedBenjamin Drung2022-04-121-1/+1
* Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
* Add support for RSA SHA2 host and public keysJeff Forcier2021-12-231-1/+1
* Check all data on keys when comparing for equalityJosh Snyder2021-11-281-2/+3
* fix loading new openssh private key format when no paddingPierce Lopez2019-12-051-22/+2
* Merge branch 'master' into 1343-intJeff Forcier2019-12-031-3/+5
|\
| * Merge branch '2.2' into 2.3Jeff Forcier2019-06-211-3/+5
| |\
| | * fix ed25519 ssh key unpad() when padding not present (not needed)Pierce Lopez2019-06-211-3/+5
| * | Blacken, 2.3 editionJeff Forcier2018-09-171-2/+4
| * | Merge branch '2.2' into 2.3Jeff Forcier2018-09-171-5/+8
| |\ \ | | |/
| | * Blacken, 2.2 editionJeff Forcier2018-09-171-5/+8
* | | add support for new OpenSSH private key formatJared Hobbs2018-11-271-2/+2
* | | Blacken under black 18.5b0Jeff Forcier2018-05-291-2/+2
* | | Blacken Paramiko on 2.4Chris Rose2018-05-171-5/+10
|/ /
* | Merge branch '2.2' into 2.3Jeff Forcier2017-11-291-1/+2
|\ \ | |/
| * ensure ed25519 password is bytesPierce Lopez2017-09-031-1/+2
* | Initialize public_blob in Ed25519 key.Jeff Forcier2017-09-221-0/+1
* | Document Ed25519 keys =/Jeff Forcier2017-09-051-0/+10
* | Merge branch 'master' into 1026-intJeff Forcier2017-09-051-2/+5
|\ \
| * | Implement ed25519 certs.Jeff Forcier2017-08-281-3/+5
| * | Generic certificate supportPaul Kapp2017-08-221-0/+1
| |/
* | Add file_obj handling to the Ed25519Key constructorMichal Kuffa2017-07-281-2/+7
|/
* implement __hash__() method for Ed25519KeyPierce Lopez2017-06-131-0/+7
* Fixed encoding/decoding of the public key on the wireAlex Gaynor2017-06-031-2/+2
* fixed comment + consistencyAlex Gaynor2017-06-031-23/+23
* Link to the specAlex Gaynor2017-06-031-0/+4
* integration test, with ourselvesAlex Gaynor2017-06-031-1/+5
* pep8Alex Gaynor2017-06-031-4/+9
* py3kAlex Gaynor2017-06-031-6/+6
* these are bytesAlex Gaynor2017-06-031-1/+1
* this isnt bytesAlex Gaynor2017-06-031-1/+1
* small cleanupsAlex Gaynor2017-06-031-4/+8
* Support decrypting keysAlex Gaynor2017-06-031-7/+43
* commentsAlex Gaynor2017-06-031-2/+7
* Fixes #325 -- add support for Ed25519 keysAlex Gaynor2017-06-031-0/+136