summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* threading related deprecation fixes for python 3.10Narendra-Neerukonda2022-04-252-3/+3
* don't throw exception when comparing PKey to non-PKeyChristopher Papke2022-04-251-0/+5
* Fix publickey authentication with signed RSA keyJun Omae2022-03-181-0/+19
* Changelog and test re #1955Jeff Forcier2021-12-241-0/+13
* Add agent RSA-SHA2 support, also tweak changelog w/ more ticketsrfc8832-sha2-key-algoJeff Forcier2021-12-231-0/+50
* Add support for RSA SHA2 host and public keysJeff Forcier2021-12-233-9/+289
* Weird typos introduced 2 years ago, bahJeff Forcier2021-12-091-2/+2
* No idea why the lack of this blew up on circle but not locallyi-hate-my-lifeJeff Forcier2021-11-281-1/+1
* Blacken code for #992Jeff Forcier2021-11-282-8/+13
* Cleanup re #992Jeff Forcier2021-11-282-46/+7
* Fix failure in listdir when server uses a localeMartin Packman2021-11-281-0/+22
* Add new requireNonAsciiLocale test decoratorMartin Packman2021-11-281-0/+48
* Expose Python 2.6 compatible test skip decoratorMartin Packman2021-11-281-1/+39
* Tests proving #1257Jeff Forcier2021-11-281-1/+31
* Enhance tests of existing/general key cmp/hash behaviorJeff Forcier2021-11-281-0/+22
* Pre-patch test proving security flaw re: 32bit key hash comparisonsJeff Forcier2021-11-284-2/+49
* Blacken for hostkeys fixJeff Forcier2021-11-281-4/+4
* test_hostkeys: test SubDict.__delitem__()Lans Zhang2021-11-281-0/+17
* Try getting Kerberos working on CircleJeff Forcier2021-10-081-0/+7
* bump test/ci related sleep :(Jeff Forcier2021-10-081-1/+4
* Merge branch '2.7' into masterJeff Forcier2021-07-231-1/+1
|\
| * Merge branch '2.6' into 2.7Jeff Forcier2021-07-231-1/+1
| |\
| | * Merge branch '2.5' into 2.6Jeff Forcier2021-07-231-1/+1
| | |\
| | | * noqa long lineJeff Forcier2021-07-231-1/+1
* | | | Merge branch '2.7' into masterJeff Forcier2021-07-231-0/+42
|\ \ \ \ | |/ / /
| * | | Merge branch '2.6' into 2.7Jeff Forcier2021-07-231-0/+42
| |\ \ \ | | |/ /
| | * | Merge branch '2.5' into 2.6Jeff Forcier2021-07-231-0/+42
| | |\ \ | | | |/
| | | * Add some tests for server-mode Diffie-Hellman key exchange.Benno Rice2021-07-231-0/+42
* | | | BlackenJeff Forcier2021-06-061-2/+2
* | | | Fixup readability: Add Test for get() without using prefetchTim Stolarski2021-04-301-5/+7
* | | | Add Test fpr get() without using prefetchTim Stolarski2021-04-281-0/+26
|/ / /
* | | fixed malformed PEM files -- there should not be leading spacesAlex Gaynor2020-08-301-27/+27
* | | Failing test anticipating #1723Jeff Forcier2020-08-271-0/+20
* | | Merge branch '2.7' into 1567-intJeff Forcier2019-12-092-0/+24
|\ \ \
| * | | fix loading ECDSA keys in new openssh private key formatPierce Lopez2019-12-051-3/+3
| * | | test loading ECDSA key in new openssh private-key formatPierce Lopez2019-12-052-0/+24
* | | | test RSA key in new openssh private key format without paddingPierce Lopez2019-12-052-0/+31
|/ / /
* | | How do folks keep putting friggin numbers in the tests?Jeff Forcier2019-12-032-4/+4
* | | Rename new test key files for readabilityJeff Forcier2019-12-033-2/+2
* | | Merge branch 'master' into 1343-intJeff Forcier2019-12-0370-851/+2296
|\ \ \
| * | | Apply %h tokenization to HostNameJeff Forcier2019-12-033-0/+13
| * | | Modernize a test that sometimes fails for no obvious reason on travis only =/Jeff Forcier2019-12-031-5/+5
| * | | Trim trailing whitespace from test config filesJeff Forcier2019-12-0327-39/+0
| * | | Never actually handled optional-ness of Invoke importJeff Forcier2019-12-031-0/+9
| * | | BlackenJeff Forcier2019-12-031-0/+1
| * | | Fill in rest of Match exec tests - all passJeff Forcier2019-12-035-15/+62
| * | | Base case re #717 works now.Jeff Forcier2019-12-0244-72/+563
| * | | Tweak some old test names for easier targetingJeff Forcier2019-12-021-17/+26
| * | | Python 2 fix - not all exceptions have .msg under this interp versionJeff Forcier2019-09-271-1/+1
| * | | Implement ssh_config hostname canonicalization (WIP)Jeff Forcier2019-09-2718-42/+329