Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-11 | blacken | Jeff Forcier | |
2022-03-11 | Fix CVE re: PKey.write_private_key chmod race | Jeff Forcier | |
CVE-2022-24302 (see changelog for link) | |||
2021-12-23 | Add support for RSA SHA2 host and public keys | Jeff Forcier | |
Includes a handful of refactors and new semiprivate attributes on Transport and AuthHandler for better test visibility. | |||
2021-11-28 | Tests proving #1257 | Jeff Forcier | |
2021-11-28 | Enhance tests of existing/general key cmp/hash behavior | Jeff Forcier | |
Not sure why these were never explicitly tested | |||
2021-11-28 | Pre-patch test proving security flaw re: 32bit key hash comparisons | Jeff Forcier | |
2020-08-27 | Failing test anticipating #1723 | Jeff Forcier | |
2019-12-09 | Merge branch '2.7' into 1567-int | Jeff Forcier | |
2019-12-05 | fix loading ECDSA keys in new openssh private key format | Pierce Lopez | |
(also Blacken new ecdsa format key test) | |||
2019-12-05 | test RSA key in new openssh private key format without padding | Pierce Lopez | |
2019-12-05 | test loading ECDSA key in new openssh private-key format | Pierce Lopez | |
2019-12-03 | How do folks keep putting friggin numbers in the tests? | Jeff Forcier | |
Well, pkey was probably my fault as the patch has sat around for ages | |||
2019-12-03 | Rename new test key files for readability | Jeff Forcier | |
2019-12-03 | Merge branch 'master' into 1343-int | Jeff Forcier | |
2019-06-21 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2019-06-21 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2019-06-21 | Blacken | Jeff Forcier | |
2019-06-21 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2019-06-21 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2019-06-21 | Add new keys and tests proving #1306 | Jeff Forcier | |
2019-06-08 | flake8 now applied to tests, huzzah | Jeff Forcier | |
2019-06-08 | Clean up shitty old test names of form test_[9-0A-Z]+_.* | Jeff Forcier | |
2018-11-27 | blacken | Jared Hobbs | |
2018-11-27 | blacken | Jared Hobbs | |
2018-11-27 | add support for new OpenSSH private key format | Jared Hobbs | |
This work is based off the work done in https://github.com/paramiko/paramiko/pull/618 | |||
2018-09-17 | Blacken, 2.3 edition | Jeff Forcier | |
2018-09-17 | s/test_path/_support/g | Jeff Forcier | |
2018-09-17 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2018-09-17 | Blacken, 2.2 edition | Jeff Forcier | |
2018-09-17 | Test-level fixes for pytest & friends, 2.2 edition | Jeff Forcier | |
2018-09-17 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
Foregoes a handful of unblackened bits to make the merge easier; will blacken next anyways | |||
2018-09-17 | Blacken 2.0 with black 18.6b4 | Jeff Forcier | |
2018-09-17 | Import cleanup, mostly focused on s/tests/./ | Jeff Forcier | |
2018-09-17 | Rename util func that trips pytest's default discovery. | Jeff Forcier | |
Wouldn't matter as much under pytest-relaxed discovery, but, eh | |||
2018-08-22 | Bump black up to 18.6b4 | Jeff Forcier | |
2018-05-29 | Blacken under black 18.5b0 | Jeff Forcier | |
2018-05-17 | Blacken Paramiko on 2.4 | Chris Rose | |
2018-03-12 | Uncaught typo in test suite | Jeff Forcier | |
Was limited to the 2.4 branch, master either never got it or fixed it without a backport. | |||
2017-11-29 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2017-11-29 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2017-11-29 | Test proving #1039 / efficacy of #1051 | Jeff Forcier | |
2017-10-23 | Import cleanup, mostly focused on s/tests/./ | Jeff Forcier | |
2017-10-23 | Rename util func that trips pytest's default discovery. | Jeff Forcier | |
Wouldn't matter as much under pytest-relaxed discovery, but, eh | |||
2017-09-22 | Comment re: cert tests | Jeff Forcier | |
2017-09-22 | Move cert tests & copies of related keys into separate folder. | Jeff Forcier | |
This prevents non-cert-related tests from incidentally loading the certs, which was masking issues (re #1071) | |||
2017-09-05 | Merge branch 'master' into 1026-int | Jeff Forcier | |
2017-08-28 | Python 3 fixes re #1042 | Jeff Forcier | |
2017-08-28 | Overhaul PublicBlob and use it better within RSAKey. | Jeff Forcier | |
This allows server-side Paramiko code to correctly create cert-bearing RSAKey objects and thus verify client signatures, and now the test suite passes again, barring the stub tests. Re #1042 | |||
2017-08-22 | Generic certificate support | Paul Kapp | |
Roll agnostic certificate support into PKey, and tweak publickey authentication to use it only if set. Requires explicit call to PKey.load_certificate() in order to alter the authentication behavior. | |||
2017-07-28 | Move assertions outside of the open context manager | Michal Kuffa | |