summaryrefslogtreecommitdiff
path: root/paramiko/pkey.py
Commit message (Expand)AuthorAgeFilesLines
* Python 3 fixes re #10421042-intJeff Forcier2017-08-281-2/+2
* flake8Jeff Forcier2017-08-281-8/+8
* This isn't required when one is just calling asbytes()Jeff Forcier2017-08-281-1/+0
* Implement ed25519 certs.Jeff Forcier2017-08-281-1/+0
* Implement ECDSA certs.Jeff Forcier2017-08-281-4/+20
* Tweak exceptions to at least have better strings, if not new classes yetJeff Forcier2017-08-281-3/+4
* Factor out type checking & cert loading into PKeyJeff Forcier2017-08-281-0/+32
* Update first few stub tests + required test-server and PublicBlob impl bitsJeff Forcier2017-08-281-0/+7
* Overhaul PublicBlob and use it better within RSAKey.Jeff Forcier2017-08-281-30/+75
* Generic certificate supportPaul Kapp2017-08-221-0/+69
* Hand-picked backport of #912, fixes #741Jeff Forcier2017-06-061-2/+8
* Move to 'inv sites' style doc nitpicking.Jeff Forcier2017-06-051-16/+16
* Additional PEP8 fixes.Dorian Pula2017-05-311-11/+20
* Merge branch '1.18' into 2.0Jeff Forcier2016-12-051-2/+1
|\
| * open() function does not support setting file permissionsJohn L. Villalovos2016-12-051-2/+1
* | Merge branch 'master' into switch-to-cryptographyAlex Gaynor2015-11-041-11/+13
|\ \ | |/
| * Merge branch '1.14' into 1.15Jeff Forcier2015-11-021-10/+12
| |\
| | * Merge branch '1.13' into 1.14Jeff Forcier2015-11-021-10/+12
| | |\
| | | * Fix a handful of non-strict warnings in the Sphinx docs.Jeff Forcier2015-11-021-4/+5
| | | * 80-col tweaksJeff Forcier2015-11-021-6/+7
| * | | Merge branch '1.14' into 1.15Jeff Forcier2015-11-021-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '1.13' into 1.14Jeff Forcier2015-11-021-1/+1
| | |\ \ | | | |/
| | | * compare end of key file before reading itPrasanna Santhanam2015-11-021-1/+1
* | | | Make sure we pass a str under py3kAlex Gaynor2015-03-181-1/+1
* | | | More progress towards cleanupAlex Gaynor2015-03-181-34/+17
* | | | Merge branch 'master' into switch-to-cryptographyAlex Gaynor2014-12-181-2/+2
|\ \ \ \ | |/ / /
| * | | Converted all staticmethod/classmethod instances to decorators.Jacob Beck2014-10-141-2/+2
* | | | Switched everything to use cryptographyAlex Gaynor2014-09-151-6/+23
|/ / /
* | | Corrected the length of the salt for private key encryptionXavier Nunn2014-06-181-2/+1
|/ /
* | Merge branch 'master' into use-urandomAlex Gaynor2014-04-141-4/+4
|\ \
| * | Switched hash functions from PyCrypto to hashlib.Alex Gaynor2014-03-291-4/+4
| |/
* | Switch from using PyCrypto's Random to using os.urandom.Alex Gaynor2014-03-291-5/+4
|/
* Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-071-6/+6
* More minor whitespacey bitsJeff Forcier2014-03-071-1/+1
* I was really hoping this was causing a lot of the test errors :(Jeff Forcier2014-03-071-2/+2
* Fix a bunch of indentation errors.Jeff Forcier2014-03-051-2/+2
* Merge remote-tracking branch 'scottkmaxwell/py3-support-without-py25' into py...Jeff Forcier2014-03-051-20/+24
|\
| * 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-2/+2
| * Fix some deprecation and resource warningsScott Maxwell2013-11-021-9/+13
| * Fixes for Python 2.5 and Python 3.2 supportScott Maxwell2013-11-011-1/+1
| * More type conversionScott Maxwell2013-10-311-3/+3
| * Salt needs to be 16 bytes instead of 8Scott Maxwell2013-10-311-1/+1
| * Fix bytes/str type in more placesScott Maxwell2013-10-311-2/+2
| * Convert and detect types properly, use helper constants, use StringIO and rangeScott Maxwell2013-10-301-2/+2
| * Fix message sendingScott Maxwell2013-10-301-8/+14
| * Fix dict iters, sorts, exceptions, bytes renames and tuple argsScott Maxwell2013-10-301-2/+2
* | Bunch more info fieldsJeff Forcier2014-02-261-72/+37
* | PKey docstring cleanupJeff Forcier2014-02-241-8/+9
* | s/python/Python/, c'mon son!Jeff Forcier2014-02-211-1/+1