summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2021-07-23Merge branch '2.7' into masterJeff Forcier
2021-07-23Merge branch '2.6' into 2.7Jeff Forcier
2021-07-23Merge branch '2.5' into 2.6Jeff Forcier
2021-07-23Changelog closes #1882, closes #1883Jeff Forcier
2021-07-23Add 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-23Don't force all algorithms to use sha1 if they don't want to.Benno Rice
Fixes #1882
2021-06-06BlackenJeff Forcier
2021-06-06Changelog and docstring tweaks re #1846Jeff Forcier
2021-06-06Merge branch 'master' into 1846-intJeff Forcier
2021-05-27Contact methods updateJeff Forcier
Relevant: http://bitprophet.org/blog/2021/05/27/goodbye-freenode/
2021-04-30Fixup readability: Add Test for get() without using prefetchTim Stolarski
2021-04-28Add Test fpr get() without using prefetchTim Stolarski
2021-04-26Make prefetching optional in get() and getfo()h3ll0r
In some cases prefetching can lead to problems when downloading larger files. The connection to the SFTP server is disconnected due to the query behavior. Proprietary implementations in particular tend to behave that way. Switching off prefetching is a slow but resilient solution to this problem.
2021-02-12Git is still hard I guessJeff Forcier
2021-02-12Merge branch '2.7' into masterJeff Forcier
2021-02-12Merge branch '2.6' into 2.7Jeff Forcier
2021-02-12Merge branch '2.5' into 2.6Jeff Forcier
2021-02-12Flesh out RTD yaml a bit so things build againJeff Forcier
Blessedly, the web's setting for which sphinx conf to use appears to work if not overridden by the file.
2021-02-12Temporary hacks to get www/install docs publishingJeff Forcier
Re #1813
2021-02-12Merge branch '2.7' into masterJeff Forcier
2021-02-12Merge branch '2.6' into 2.7Jeff Forcier
2021-02-12Merge branch '2.5' into 2.6Jeff Forcier
2021-02-12Add a RTD yaml to trigger specific docker build envJeff Forcier
Re #1813
2021-02-12Merge branch '2.7' into masterJeff Forcier
2021-02-12Merge branch '2.6' into 2.7Jeff Forcier
2021-02-12Merge branch '2.5' into 2.6Jeff Forcier
2021-02-12Turns out our existing Cryptography install link had rotted too, gahJeff Forcier
2021-02-12Merge branch '2.7' into masterJeff Forcier
2021-02-12Merge branch '2.6' into 2.7Jeff Forcier
2021-02-12Merge branch '2.5' into 2.6Jeff Forcier
2021-02-12Include Cryptography Rust requirement note/links in our install docsJeff Forcier
2020-09-11Merge branch '2.7' into masterJeff Forcier
2020-09-11Merge branch '2.6' into 2.7Jeff Forcier
2020-09-11Merge branch '2.5' into 2.6Jeff Forcier
2020-09-11Fixing syntax for the "note" directiveMark Watts
2020-09-11Merge branch '2.7' into masterJeff Forcier
2020-09-11Fixing syntax for the "note" directiveMark Watts
2020-08-30Merge branch '2.7' into masterJeff Forcier
2020-08-30Cut 2.7.2Jeff Forcier
2020-08-30Merge branch '2.7' into masterJeff Forcier
2020-08-30Mark recent support tickets as backportedJeff Forcier
2020-08-30Merge branch '2.7' into masterJeff Forcier
2020-08-30Upgrade to newer Coverage version for Python 3.8 supportJeff Forcier
And is latest that still supports Python 3.4
2020-08-30Experiment with quick sdist-and-test checks in TravisJeff Forcier
Can't wait to move to Circle so I can do this testing locally
2020-08-30Changelog closes #1727Jeff Forcier
2020-08-30Add tests/configs directory to sdistBlazej Michalik
2020-08-30Merge branch '2.7' into masterJeff Forcier
2020-08-30Changelog closes #1722Jeff Forcier
2020-08-30fixed malformed PEM files -- there should not be leading spacesAlex Gaynor
2020-08-30Bump travis Py3.8 cell to non dev, and die on failJeff Forcier