summaryrefslogtreecommitdiff
path: root/paramiko/pkey.py
Commit message (Expand)AuthorAgeFilesLines
* Nuke now extraneous chmodJeff Forcier2023-01-161-2/+0
* Switch an os.open call to use kwargs now that we're py3 onlyJeff Forcier2023-01-161-8/+14
* No more (object)ionsJeff Forcier2023-01-161-2/+2
* No more PKey.__cmp__Jeff Forcier2023-01-121-18/+0
* Swap around __bytes__/__str__ for some classesJeff Forcier2023-01-121-1/+2
* Start fixing up blatantly wrong-under-py3 docstring typesJeff Forcier2023-01-121-5/+5
* Last spot of six removalJeff Forcier2023-01-121-3/+2
* blackenJeff Forcier2023-01-111-1/+1
* Update encode/decodebytesJeff Forcier2023-01-091-1/+1
* string_types -> strJeff Forcier2023-01-091-3/+3
* Move b, u helpers to util module for nowJeff Forcier2023-01-091-1/+2
* Merge branch '2.10' into 2.11Jeff Forcier2022-05-201-0/+2
|\
| * Merge branch '2.9' into 2.10Jeff Forcier2022-05-201-0/+2
| |\
| | * Whitespace onlyPoleguy2022-05-201-1/+1
| | * fix for list index out of rangePoleguy2022-05-201-1/+3
* | | Merge branch '2.10'Jeff Forcier2022-04-251-1/+1
|\ \ \ | |/ /
| * | Merge branch '2.9' into 2.10Jeff Forcier2022-04-251-1/+1
| |\ \ | | |/
| | * don't throw exception when comparing PKey to non-PKeyChristopher Papke2022-04-251-1/+1
* | | Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
|/ /
* | Use args, not kwargs, to retain py2 compat for nowJeff Forcier2022-03-141-2/+3
* | Fix CVE re: PKey.write_private_key chmod raceJeff Forcier2022-03-111-1/+11
|/
* Add support for RSA SHA2 host and public keysJeff Forcier2021-12-231-2/+9
* Roll back ABC using kit from contributed patchJeff Forcier2021-11-281-6/+3
* Check all data on keys when comparing for equalityJosh Snyder2021-11-281-2/+12
* Fixing syntax for the "note" directiveMark Watts2020-09-111-1/+2
* fix loading new openssh private key format when no paddingPierce Lopez2019-12-051-13/+23
* Blacken (again? wtf black)Jeff Forcier2019-12-031-3/+1
* Comment a particularly egregious example of message passingJeff Forcier2019-12-031-0/+3
* Remove a few spots of old style string formattingJeff Forcier2019-12-031-3/+3
* Rename old/new_format to be slightly more accurate (pem vs openssh)Jeff Forcier2019-12-031-4/+4
* Modify exception raised by weird key subclasses w/ bad pkformatJeff Forcier2019-12-031-0/+4
* Privatize new pkformat variableJeff Forcier2019-12-031-4/+4
* BlackenJeff Forcier2019-12-031-3/+1
* Use raw stringJared Hobbs2019-04-251-2/+2
* add noqa commentsJared Hobbs2019-04-241-2/+4
* handle exception that can occur if no regex matchJared Hobbs2019-03-201-2/+2
* ignore few rounds in bcrypt kdf callJared Hobbs2018-12-101-1/+9
* try to fix testJared Hobbs2018-11-271-3/+3
* blacken, testsJared Hobbs2018-11-271-2/+2
* blackenJared Hobbs2018-11-271-5/+5
* blackenJared Hobbs2018-11-271-37/+39
* add support for new OpenSSH private key formatJared Hobbs2018-11-271-12/+179
* Blacken under black 18.5b0Jeff Forcier2018-05-291-2/+4
* Blacken Paramiko on 2.4Chris Rose2018-05-171-49/+51
* flake8 for previous changesetJeff Forcier2017-10-111-2/+4
* String format modernization, part 11070-remove-python26-and-33Jeff Forcier2017-10-101-2/+2
* Use new(er)-style string formatting, {} instead of {0}Jeff Forcier2017-10-101-6/+6
* 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