Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-25 | Massage #1951 a bit | Jeff Forcier | |
- changelog - test - tilde makes no sense here (ProxyJump is only ever [user@]host[:port] syntax) so removed it | |||
2022-04-25 | blacken | Jeff Forcier | |
2022-04-25 | Merge branch '2.10' | Jeff Forcier | |
2022-04-25 | Merge branch '2.9' into 2.10 | Jeff Forcier | |
2022-04-25 | don't throw exception when comparing PKey to non-PKey | Christopher Papke | |
2022-04-22 | Add -cert-v01@openssh.com variants to accepted host key algorithms | Jeff Forcier | |
Solves #2035 | |||
2022-03-25 | Refactor sha1 test skipping a tad | Jeff Forcier | |
2022-03-21 | Fix for compatibility with old versions of cryptography | Paul Howarth | |
2022-03-21 | Remove unused variable, keep lint happy | Paul Howarth | |
2022-03-21 | blacken | Paul Howarth | |
2022-03-20 | Skip tests requiring sha1 signing if the backend doesn't support that | Paul Howarth | |
Red Hat Enterprise Linux 9 will have SHA-1 signatures disabled by default. It is likely that SHA-1 signatures will disappear elsewhere over time too. This change detects if sha1 signatures are not supported by the backend and skips tests that rely on that functionality. This is a workaround for #2004. It would be good to reduce the reliance of the test suite on sha1 signatures except in the cases where that is explicitly being tested, and the markers added here give a decent starting point for seeing where to change things. | |||
2022-03-18 | Merge branch '2.10' | Jeff Forcier | |
2022-03-18 | Merge branch '2.9' into 2.10 | Jeff Forcier | |
2022-03-18 | Fix publickey authentication with signed RSA key | Jun Omae | |
2022-03-15 | Fix Free Software Foundation address | Paul Howarth | |
They moved from Temple Place to Franklin Street in 2005. | |||
2022-03-14 | Use args, not kwargs, to retain py2 compat for now | Jeff Forcier | |
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) | |||
2022-03-11 | Helps to actually leverage your mocked system calls | Jeff Forcier | |
2022-03-11 | OpenSSH docs state %C should also work in IdentityFile and Match exec | Jeff Forcier | |
(at least, of what we presently ourselves support - it's also allowed in others) | |||
2022-03-11 | Prettify, add %C as acceptable controlpath token, mock gethostname | Jason Brand | |
2021-12-24 | Changelog and test re #1955 | Jeff Forcier | |
2021-12-23 | Add agent RSA-SHA2 support, also tweak changelog w/ more tickets | Jeff Forcier | |
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-12-09 | Weird typos introduced 2 years ago, bah | Jeff Forcier | |
Test currently passes on my workstation tho | |||
2021-11-28 | No idea why the lack of this blew up on circle but not locally | Jeff Forcier | |
Probably the locales differ? sigh | |||
2021-11-28 | Blacken code for #992 | Jeff Forcier | |
2021-11-28 | Cleanup re #992 | Jeff Forcier | |
- remove apparently vestigial bits - remove Python 2.6 related bits - use pytest.skip instead of custom skip | |||
2021-11-28 | Fix failure in listdir when server uses a locale | Martin Packman | |
Fixes #985 SFTPAttributes uses the locale-aware %b directive for the abbreviated month name with time.strftime, but was not decoding the result on Python 2.7. Add a strftime alias in py3compat that will always return unicode, and resolve the mixing of bytes and text in SFTPAttributes methods. Add a test at the listdir level, and a more specific test for the SFTPAttributes asbytes method. | |||
2021-11-28 | Add new requireNonAsciiLocale test decorator | Martin Packman | |
2021-11-28 | Expose Python 2.6 compatible test skip decorator | Martin Packman | |
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 | |
2021-11-28 | Blacken for hostkeys fix | Jeff Forcier | |
2021-11-28 | test_hostkeys: test SubDict.__delitem__() | Lans Zhang | |
SubDict.__delitem__() would trigger the KeyError exception if a key type to be deleted is not present. Signed-off-by: Lans Zhang <jia.zhang@windriver.com> | |||
2021-10-08 | Try getting Kerberos working on Circle | Jeff Forcier | |
Sadly it fails. Unclear whether I'm missing something, or if this represents a diff between the Ubuntu versions Travis last used and what Circle's images are on. I did get the tests themselves truly running, and while I trimmed back the deps a bit vs Travis, it's only as some of them were redundant/required by other packages we install here. Leaving it defined but not actually used in the workflow. | |||
2021-10-08 | bump test/ci related sleep :( | Jeff Forcier | |
2021-07-23 | Merge branch '2.7' into master | Jeff Forcier | |
2021-07-23 | Merge branch '2.6' into 2.7 | Jeff Forcier | |
2021-07-23 | Merge branch '2.5' into 2.6 | Jeff Forcier | |
2021-07-23 | noqa long line | Jeff Forcier | |
2021-07-23 | Merge branch '2.7' into master | Jeff Forcier | |
2021-07-23 | Merge branch '2.6' into 2.7 | Jeff Forcier | |
2021-07-23 | Merge branch '2.5' into 2.6 | 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-06-06 | Blacken | Jeff Forcier | |
2021-04-30 | Fixup readability: Add Test for get() without using prefetch | Tim Stolarski | |
2021-04-28 | Add Test fpr get() without using prefetch | Tim Stolarski | |
2020-08-30 | fixed malformed PEM files -- there should not be leading spaces | Alex Gaynor | |