summaryrefslogtreecommitdiff
path: root/paramiko/ecdsakey.py
Commit message (Expand)AuthorAgeFilesLines
...
* | py3k fixAlex Gaynor2014-12-181-1/+1
* | This is bytesAlex Gaynor2014-12-181-1/+1
* | Python3 here as wellAlex Gaynor2014-12-181-1/+1
* | py3k friendlyAlex Gaynor2014-12-181-1/+1
* | Initial work on serializing ecdsa keysAlex Gaynor2014-12-181-3/+65
* | Fix EC generateAlex Gaynor2014-12-181-3/+2
* | A bunch of cleanupAlex Gaynor2014-12-181-8/+5
* | Merge branch 'master' into switch-to-cryptographyAlex Gaynor2014-12-181-3/+2
|\ \ | |/
| * 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-28/+59
* | Merge branch 'master' into switch-to-cryptographyAlex Gaynor2014-09-181-6/+3
|\ \ | |/
| * Missed some old spots re: ECDSA docs still being epydocJeff Forcier2014-09-181-8/+5
* | Switched everything to use cryptographyAlex Gaynor2014-09-151-3/+1
|/
* Merge branch 'master' into 298-intJeff Forcier2014-09-081-11/+10
|\
| * fix ecdsa key generationYuri Turchenkov2014-05-261-4/+3
| * Merge branch 'master' into ecdsa-deterministicAlex Gaynor2014-04-141-1/+1
| |\
| | * Merge branch 'master' into use-urandomAlex Gaynor2014-04-141-5/+3
| | |\
| | * | The ecdsa module already defaults to using urandom.Alex Gaynor2014-03-311-2/+1
| | * | Switch from using PyCrypto's Random to using os.urandom.Alex Gaynor2014-03-291-4/+7
| * | | Merge branch 'master' into ecdsa-deterministicAlex Gaynor2014-04-141-5/+4
| |\ \ \ | | | |/ | | |/|
| | * | Switched hash functions from PyCrypto to hashlib.Alex Gaynor2014-03-291-4/+5
| | |/
| * | Use deterministic signatures for ECDSA keys.Alex Gaynor2014-04-011-3/+4
| |/
* | Don't validate points in known_hosts ECDSA keysKieran Spear2014-03-311-2/+4
|/
* Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-071-9/+6
* Remove byte conversions and unhexlify calls that we only needed for Py2.5 sup...Scott Maxwell2013-11-191-1/+0
* Changes inspired by the nischu7 branchScott Maxwell2013-11-011-1/+1
* Eliminate all uses of b'' syntax to allow for Python 2.5 supportScott Maxwell2013-11-011-8/+3
* Fix bytes/str type in more placesScott Maxwell2013-10-311-5/+10
* Fix message sendingScott Maxwell2013-10-301-13/+16
* Introduce ECDSAEthan Glasser-Camp2013-03-251-0/+181