summaryrefslogtreecommitdiff
path: root/paramiko/rsakey.py
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fix bytes/str type in more placesScott Maxwell2013-10-311-9/+20
| * Fix message sendingScott Maxwell2013-10-301-6/+9
* | Bunch more info fieldsJeff Forcier2014-02-261-7/+5
* | Module docstring tweaks for keysJeff Forcier2014-02-241-1/+1
* | Don't actually need :class: anywhere nowJeff Forcier2014-02-211-2/+2
* | Mass SnR of class refs with dotted ones.Jeff Forcier2014-02-211-2/+2
* | Epydoc -> Sphinx.Olle Lundberg2014-01-231-8/+8
|/
* Fixed a typo in the license header of most filesJeff Forcier2013-09-271-1/+1
* Use Crypto.Random rather than Crypto.Util.RandomPool.Gary van der Merwe2010-08-031-2/+1
* fix my email address to be the current one.Robey Pointer2009-07-191-1/+1
* [project @ robey@lag.net-20070213191706-v8djxd4jiunb3his]Robey Pointer2007-02-131-1/+1