summaryrefslogtreecommitdiff
path: root/paramiko/dsskey.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove a few spots of old style string formattingJeff Forcier2019-12-031-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-2/+2
* add support for new OpenSSH private key formatJared Hobbs2018-11-271-4/+11
* Blacken under black 18.5b0Jeff Forcier2018-05-291-12/+4
* Blacken Paramiko on 2.4Chris Rose2018-05-171-49/+56
* Merge branch 'master' into 979-intJeff Forcier2017-09-051-4/+6
|\
| * Implement DSS certsJeff Forcier2017-08-281-4/+5
| * Generic certificate supportPaul Kapp2017-08-221-0/+1
* | Merge branch 'master' into one-shot-methodsPaul Kehrer2017-06-251-8/+2
|\ \ | |/
| * Merge branch 'master' into 921-intJeff Forcier2017-06-061-5/+11
| |\
| | * Move to 'inv sites' style doc nitpicking.Jeff Forcier2017-06-051-1/+1
| * | Improve __hash__ functionsFrancisco Couzo2017-03-221-7/+1
* | | use cryptography's sign/verify methods instead of signer/verifierPaul Kehrer2017-06-051-6/+3
| |/ |/|
* | More death to line continuationsJeff Forcier2017-05-311-2/+5
* | Additional PEP8 fixes.Dorian Pula2017-05-311-4/+7
|/
* Use a more recent cryptography and call a functionAlex Gaynor2016-04-271-3/+3
* Fixes. Deleting codeAlex Gaynor2015-03-181-2/+2
* More progress towards cleanupAlex Gaynor2015-03-181-14/+37
* Update for cryptography 0.8 and general cleanupsAlex Gaynor2015-03-151-2/+2
* A bunch of cleanupAlex Gaynor2014-12-181-16/+5
* 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
* | Start porting ECDSA to cryptography. Everything except the to_der seems to workAlex Gaynor2014-11-081-2/+0
* | Switched everything to use cryptographyAlex Gaynor2014-09-151-24/+65
|/
* Merge branch '1.13'Jeff Forcier2014-04-141-2/+2
|\
| * Revert a regression in DSS key generationChris Rose2014-04-141-2/+2
* | 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-7/+9
|/
* Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-071-6/+5
* Merge remote-tracking branch 'scottkmaxwell/py3-support-without-py25' into py...Jeff Forcier2014-03-051-12/+15
|\
| * Change all exceptions to modern format (not Py2.5 compatible)Scott Maxwell2013-11-191-2/+2
| * Changes inspired by the nischu7 branchScott Maxwell2013-11-011-2/+2
| * Fix message sendingScott Maxwell2013-10-301-8/+11
| * Fix dict iters, sorts, exceptions, bytes renames and tuple argsScott Maxwell2013-10-301-2/+2
* | More info field updatesJeff 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-4/+3
* 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
* [project @ robey@lag.net-20060627064106-71a2bfb5a39a2913]Robey Pointer2006-06-261-8/+17