summaryrefslogtreecommitdiff
path: root/paramiko/rsakey.py
Commit message (Expand)AuthorAgeFilesLines
* Remove py3compat.PY2, including related streamliningJeff Forcier2023-01-091-11/+3
* Merge branch '2.10'Jeff Forcier2022-05-161-4/+1
|\
| * blackenJeff Forcier2022-05-161-4/+1
* | Merge branch '2.10'Jeff Forcier2022-05-161-1/+8
|\ \ | |/
| * Pad received signature with leading zeros when RSA key is usedJun Omae2022-05-161-1/+8
* | Merge branch '2.10'Jeff Forcier2022-03-181-1/+1
|\ \ | |/
| * Fix publickey authentication with signed RSA keyJun Omae2022-03-181-1/+1
* | Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
|/
* Add support for RSA SHA2 host and public keysJeff Forcier2021-12-231-6/+22
* Catch TypeError and UnsupportedAlgorithm when using Cryptography to load priv...Jeff Forcier2021-11-281-2/+2
* Patch missed RSAKey for some reason. Fixed.Jeff Forcier2021-11-281-4/+3
* fix RSA key loading: p and q were being swappedcrypto-rsa-pqAlex Gaynor2020-08-271-1/+1
* Modify exception raised by weird key subclasses w/ bad pkformatJeff Forcier2019-12-031-1/+1
* Privatize new pkformat variableJeff Forcier2019-12-031-2/+2
* blackenJared Hobbs2018-11-271-6/+3
* add support for new OpenSSH private key formatJared Hobbs2018-11-271-6/+24
* Blacken under black 18.5b0Jeff Forcier2018-05-291-3/+1
* Blacken Paramiko on 2.4Chris Rose2018-05-171-19/+27
* Merge branch 'master' into 979-intJeff Forcier2017-09-051-4/+6
|\
| * Factor out type checking & cert loading into PKeyJeff Forcier2017-08-281-22/+5
| * Overhaul PublicBlob and use it better within RSAKey.Jeff Forcier2017-08-281-1/+19
| * Generic certificate supportPaul Kapp2017-08-221-0/+1
* | Merge branch 'master' into one-shot-methodsPaul Kehrer2017-06-251-5/+3
|\ \ | |/
| * Merge branch 'master' into 921-intJeff Forcier2017-06-061-3/+4
| |\
| | * Move to 'inv sites' style doc nitpicking.Jeff Forcier2017-06-051-1/+1
| * | Improve __hash__ functionsFrancisco Couzo2017-03-221-4/+2
* | | use cryptography's sign/verify methods instead of signer/verifierPaul Kehrer2017-06-051-10/+5
| |/ |/|
* | Flake8 improvements for more of paramiko.Dorian Pula2017-05-311-2/+3
|/
* This is awful and I hate my lifeJeff Forcier2017-02-201-1/+11
* handle invalid keysAlex Gaynor2016-04-231-5/+7
* Fixed tests.Alex Gaynor2015-03-181-1/+5
* dohAlex Gaynor2015-03-181-1/+1
* fixAlex Gaynor2015-03-181-1/+1
* fixAlex Gaynor2015-03-181-6/+11
* No password hereAlex Gaynor2015-03-181-1/+1
* Fixes. Deleting codeAlex Gaynor2015-03-181-85/+31
* More progress towards cleanupAlex Gaynor2015-03-181-18/+33
* Merge branch 'master' into switch-to-cryptographyAlex Gaynor2014-12-181-1/+1
|\
| * Converted all staticmethod/classmethod instances to decorators.Jacob Beck2014-10-141-1/+1
* | Added a comment; used a keyword argument, added pypy to travisAlex Gaynor2014-09-161-1/+1
* | Switched everything to use cryptographyAlex Gaynor2014-09-151-33/+53
|/
* Merge branch 'master' into use-urandomAlex Gaynor2014-04-141-3/+3
|\
| * Switched hash functions from PyCrypto to hashlib.Alex Gaynor2014-03-291-3/+4
* | Switch from using PyCrypto's Random to using os.urandom.Alex Gaynor2014-03-291-6/+8
|/
* Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-071-8/+6
* Merge remote-tracking branch 'scottkmaxwell/py3-support-without-py25' into py...Jeff Forcier2014-03-051-10/+14
|\
| * Remove byte conversions and unhexlify calls that we only needed for Py2.5 sup...Scott Maxwell2013-11-191-2/+1
| * Changes inspired by the nischu7 branchScott Maxwell2013-11-011-2/+3
| * Fixes for Python 2.5 and Python 3.2 supportScott Maxwell2013-11-011-1/+1
| * Eliminate all uses of b'' syntax to allow for Python 2.5 supportScott Maxwell2013-11-011-20/+10