summaryrefslogtreecommitdiff
path: root/paramiko/kex_ecdh_nist.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove or transmute all use of long()Jeff Forcier2023-01-091-5/+4
| | | | | | | - When wrapping literals: just go away - When wrapping variables whose values are already definitely integers (eg output of 'id()'): ditto - When wrapping variables of unknown provenance or which are definitely NOT integers: replaced with int()
* Migrate some byte related helpers aroundJeff Forcier2023-01-091-1/+2
| | | | | I feel like we should be able to just nuke byte_chr and friends at this point, but it's not entirely obvious, so let's rock that boat later.
* Add support for RSA SHA2 host and public keysJeff Forcier2021-12-231-1/+3
| | | | | | Includes a handful of refactors and new semiprivate attributes on Transport and AuthHandler for better test visibility.
* Fix numbers vs key mixupsAndrew Wason2019-02-091-4/+4
|
* Move to cryptography 2.5 and stop using deprecated APIs.Andrew Wason2019-02-061-8/+29
| | | Fixes #1369
* Blacken under black 18.5b0Jeff Forcier2018-05-291-1/+1
|
* Blacken Paramiko on 2.4Chris Rose2018-05-171-5/+13
|
* flake8 for previous changesetJeff Forcier2017-10-111-1/+3
|
* String format modernization, part 11070-remove-python26-and-33Jeff Forcier2017-10-101-1/+1
| | | | | | | Choosing to skip it in some edge/corner cases where it's more harmful than helpful. Also choosing to replace many non-%s specifiers with regular old {} since I don't see why one would normally care. Again, eschewing that in spots where it seems like it might matter.
* flake8Jeff Forcier2017-06-061-9/+13
|
* refactor filesShashank Veerapaneni2017-05-041-0/+114