Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-23 | Changelog closes #1882, closes #1883 | Jeff Forcier | |
2021-07-23 | Add some tests for server-mode Diffie-Hellman key exchange. | Benno Rice | |
Tests existed for diffie-hellman-group1-sha1 in both client and server modes but tests for diffie-hellman-group14-sha256 and diffie-hellman-group16-sha512 were missing in server mode. | |||
2021-07-23 | Don't force all algorithms to use sha1 if they don't want to. | Benno Rice | |
Fixes #1882 | |||
2021-02-12 | Flesh out RTD yaml a bit so things build again | Jeff Forcier | |
Blessedly, the web's setting for which sphinx conf to use appears to work if not overridden by the file. | |||
2021-02-12 | Add a RTD yaml to trigger specific docker build env | Jeff Forcier | |
Re #1813 | |||
2021-02-12 | Turns out our existing Cryptography install link had rotted too, gah | Jeff Forcier | |
2021-02-12 | Include Cryptography Rust requirement note/links in our install docs | Jeff Forcier | |
2020-09-11 | Fixing syntax for the "note" directive | Mark Watts | |
2020-01-10 | Last ever LICENSE copyright update | Jeff Forcier | |
Just so it goes out on a cool looking year :D | |||
2019-06-23 | Cut 2.5.1 | Jeff Forcier | |
2019-06-23 | Merge branch '2.4' into 2.5 | Jeff Forcier | |
2019-06-23 | Cut 2.4.3 | Jeff Forcier | |
2019-06-21 | Merge branch '2.4' into 2.5 | 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 | GSSAPI related kwargs were never docstring-documented -_- | Jeff Forcier | |
2019-06-21 | Merge branch '2.4' into 2.5 | 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.4' into 2.5 | 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-21 | Changelog re #1306 | Jeff Forcier | |
2019-06-21 | fix ed25519 ssh key unpad() when padding not present (not needed) | Pierce Lopez | |
fixes #1306 | |||
2019-06-16 | Merge branch '2.4' into 2.5 | Jeff Forcier | |
2019-06-16 | Cannot easily filter CryptographyDeprecationWarning on OLDEST_CRYPTO=1.5 | Jeff Forcier | |
Could re-inject it for the other test cells with -o=-W=ignore:xxx, but that does not feel worthwhile just for the Paramiko 2.4 branch, which is the only place it would live - this needs stripping out for 2.5+ as we updated to newer Cryptography again there. | |||
2019-06-14 | Merge branch '2.4' into 2.5 | Jeff Forcier | |
2019-06-14 | Backported flake8 fix | Jeff Forcier | |
2019-06-14 | Merge branch '2.4' into 2.5 | Jeff Forcier | |
2019-06-14 | Basic tests proving Client.exec_command returns ChannelFile instances | Jeff Forcier | |
2019-06-14 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2019-06-14 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2019-06-14 | Merge branch '2.4' into 2.5 | Jeff Forcier | |
2019-06-14 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2019-06-14 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2019-06-14 | Seriously? | Jeff Forcier | |
2019-06-14 | Merge branch '2.4' into 2.5 | Jeff Forcier | |
2019-06-14 | I don't understand why this was ever here, seems extraneous | Jeff Forcier | |
Our tests and fabric 2's test suites all pass with it gone, so. good enough? | |||
2019-06-14 | Ignore CryptographyDeprecationWarning in tests on 2.4 branch | Jeff Forcier | |
2019-06-14 | Add some basic tests for Channel(Stderr)File | Jeff Forcier | |
2019-06-14 | Merge branch '2.4' into 2.5 | Jeff Forcier | |
2019-06-14 | I don't understand why this was ever here, seems extraneous | Jeff Forcier | |
Our tests and fabric 2's test suites all pass with it gone, so. good enough? | |||
2019-06-14 | Remove CryptographyDeprecationWarning filter on 2.5+ | Jeff Forcier | |
2019-06-14 | Merge branch '2.4' into 2.5 | Jeff Forcier | |
2019-06-14 | Ignore CryptographyDeprecationWarning in tests on 2.4 branch | Jeff Forcier | |
2019-06-14 | Add some basic tests for Channel(Stderr)File | Jeff Forcier | |
2019-06-14 | Filter ABCs DeprecationWarning from pkg_resources' vendored pyparsing | Jeff Forcier | |
2019-06-14 | Merge branch '2.4' into 2.5 | Jeff Forcier | |