summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2022-05-16Cut 2.9.5Jeff Forcier
2022-05-16blackenJeff Forcier
2022-05-16Changelog re #1933, closes #1933Jeff Forcier
2022-05-16Pad received signature with leading zeros when RSA key is usedJun Omae
2022-05-16Fix OpenSSH<7.8 + RSA-CERT use re: SHA2Jeff Forcier
Closes #2017
2022-04-25release tidelift task never really existedJeff Forcier
2022-04-25Cut 2.9.4Jeff Forcier
2022-04-25Forgot to mark support-bug backportedJeff Forcier
2022-04-25Changelog re #1838, closes #1870Jeff Forcier
2022-04-25threading related deprecation fixes for python 3.10Narendra-Neerukonda
2022-04-25Changelog re #1964, #2024, #2023Jeff Forcier
2022-04-25don't throw exception when comparing PKey to non-PKeyChristopher Papke
2022-03-18Cut 2.9.3Jeff Forcier
2022-03-18Changelog re #2002, re #2003, closes #2002Jeff Forcier
2022-03-18util: store thread assigned id in thread-local storageRichard Kojedzinszky
Fixes #2002
2022-03-18Changelog closes #1963, closes #1977Jeff Forcier
2022-03-18Fix publickey authentication with signed RSA keyJun Omae
2022-03-11Merge branch '2.8' into 2.9Jeff Forcier
2022-03-11Clarify SFTPClient.open() docs re: actual behavior of BufferedFileJeff Forcier
Closes #2000
2022-02-25Merge branch '2.8' into 2.9Jeff Forcier
2022-02-25blackenJeff Forcier
2022-02-25Comment and changelog re #1985Jeff Forcier
2022-02-25Add six to `install_requires`Sondre Lillebø Gundersen
2022-02-11Clarify disabled algorithms keys vs pubkeys in changelogJeff Forcier
2022-01-08Cut 2.9.2Jeff Forcier
2022-01-08Fix up logging and exception handling re: pubkey auth and presence/lack of ↵Jeff Forcier
server-sig-algs Re #1961
2022-01-08Add more visible backwards compat warning re 2.9 RSA2 changesJeff Forcier
2021-12-24Cut 2.9.1Jeff Forcier
2021-12-24Fix #1955Jeff Forcier
2021-12-24Changelog and test re #1955Jeff Forcier
2021-12-23Cut 2.9.0Jeff Forcier
2021-12-23Changelog format tweakJeff Forcier
2021-12-23Add agent RSA-SHA2 support, also tweak changelog w/ more ticketsJeff Forcier
2021-12-23Add support for RSA SHA2 host and public keysJeff Forcier
Includes a handful of refactors and new semiprivate attributes on Transport and AuthHandler for better test visibility.
2021-12-23Enhance kex DEBUG logging to be more readableJeff Forcier
The one-liner from 2005 is not cutting it, sorry
2021-12-23Longterm TODOsJeff Forcier
2021-12-09Weird typos introduced 2 years ago, bahJeff Forcier
Test currently passes on my workstation tho
2021-11-28No idea why the lack of this blew up on circle but not locallyJeff Forcier
Probably the locales differ? sigh
2021-11-28Cut 2.8.1Jeff Forcier
2021-11-28Fix changelog referenceJeff Forcier
2021-11-28Changelog format fix re #992Jeff Forcier
2021-11-28Credit re #992Jeff Forcier
2021-11-28Blacken code for #992Jeff Forcier
2021-11-28Cleanup re #992Jeff Forcier
- remove apparently vestigial bits - remove Python 2.6 related bits - use pytest.skip instead of custom skip
2021-11-28Add changelog entry for #992Martin Packman
2021-11-28Fix failure in listdir when server uses a localeMartin 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-28Add new requireNonAsciiLocale test decoratorMartin Packman
2021-11-28Expose Python 2.6 compatible test skip decoratorMartin Packman
2021-11-28Changelog re #1024Jeff Forcier
2021-11-28Catch TypeError and UnsupportedAlgorithm when using Cryptography to load ↵Jeff Forcier
private key material Prior to this change, these exceptions bubble up as-is instead of becoming SSHException instances like most other key-loading errors