Age | Commit message (Expand) | Author |
2022-05-16 | Fix OpenSSH<7.8 + RSA-CERT use re: SHA2 | Jeff Forcier |
2022-04-25 | threading related deprecation fixes for python 3.10 | Narendra-Neerukonda |
2022-04-25 | don't throw exception when comparing PKey to non-PKey | Christopher Papke |
2022-03-18 | Fix publickey authentication with signed RSA key | Jun Omae |
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 |
2021-12-09 | Weird typos introduced 2 years ago, bah | Jeff Forcier |
2021-11-28 | No idea why the lack of this blew up on circle but not locally | Jeff Forcier |
2021-11-28 | Blacken code for #992 | Jeff Forcier |
2021-11-28 | Cleanup re #992 | Jeff Forcier |
2021-11-28 | Fix failure in listdir when server uses a locale | Martin Packman |
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 |
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 |
2021-10-08 | Try getting Kerberos working on Circle | Jeff Forcier |
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 |
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 |
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 |
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 |
2019-12-03 | Rename new test key files for readability | Jeff Forcier |
2019-12-03 | Merge branch 'master' into 1343-int | Jeff Forcier |
2019-12-03 | Apply %h tokenization to HostName | Jeff Forcier |
2019-12-03 | Modernize a test that sometimes fails for no obvious reason on travis only =/ | Jeff Forcier |
2019-12-03 | Trim trailing whitespace from test config files | Jeff Forcier |
2019-12-03 | Never actually handled optional-ness of Invoke import | Jeff Forcier |
2019-12-03 | Blacken | Jeff Forcier |
2019-12-03 | Fill in rest of Match exec tests - all pass | Jeff Forcier |
2019-12-02 | Base case re #717 works now. | Jeff Forcier |
2019-12-02 | Tweak some old test names for easier targeting | Jeff Forcier |
2019-09-27 | Python 2 fix - not all exceptions have .msg under this interp version | Jeff Forcier |