summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add tests/configs directory to sdist"tmpJeff Forcier2020-08-301-1/+0
* Upgrade to newer Coverage version for Python 3.8 supportJeff Forcier2020-08-301-1/+1
* Experiment with quick sdist-and-test checks in TravisJeff Forcier2020-08-302-0/+6
* Changelog closes #1727Jeff Forcier2020-08-301-0/+3
* Add tests/configs directory to sdistBlazej Michalik2020-08-301-0/+1
* Changelog closes #1722Jeff Forcier2020-08-301-0/+2
* fixed malformed PEM files -- there should not be leading spacesAlex Gaynor2020-08-301-27/+27
* Bump travis Py3.8 cell to non dev, and die on failJeff Forcier2020-08-301-3/+1
* Newer flake8 for Python 3.8 CI compat, and related tweaksJeff Forcier2020-08-304-3/+5
* Changelog re #1723Jeff Forcier2020-08-271-0/+5
* fix RSA key loading: p and q were being swappedcrypto-rsa-pqAlex Gaynor2020-08-271-1/+1
* Failing test anticipating #1723Jeff Forcier2020-08-271-0/+20
* Merge branch '2.6' into 2.7Jeff Forcier2020-01-100-0/+0
|\
| * Merge branch '2.5' into 2.6Jeff Forcier2020-01-100-0/+0
| |\
| | * Last ever LICENSE copyright updateJeff Forcier2020-01-101-2/+2
| * | Last ever LICENSE copyright updateJeff Forcier2020-01-101-2/+2
* | | Last ever LICENSE copyright updateJeff Forcier2020-01-101-2/+2
* | | Cut 2.7.12.7.1Jeff Forcier2019-12-092-1/+2
* | | Changelog re #1567Jeff Forcier2019-12-091-0/+4
* | | Merge branch '2.7' into 1567-intJeff Forcier2019-12-094-3/+40
|\ \ \
| * | | Changelog closes #1565Jeff Forcier2019-12-091-0/+2
| * | | fix loading ECDSA keys in new openssh private key formatPierce Lopez2019-12-052-6/+17
| * | | test loading ECDSA key in new openssh private-key formatPierce Lopez2019-12-052-0/+24
* | | | fix loading new openssh private key format when no paddingPierce Lopez2019-12-052-35/+25
* | | | test RSA key in new openssh private key format without paddingPierce Lopez2019-12-052-0/+31
|/ / /
* | | Cut 2.7.02.7.0Jeff Forcier2019-12-031-0/+1
* | | Missed a spot in changelog when renaming the 'everything' extras_require flavorJeff Forcier2019-12-031-1/+1
* | | Blacken (again? wtf black)Jeff Forcier2019-12-031-3/+1
* | | Comment a particularly egregious example of message passingJeff Forcier2019-12-031-0/+3
* | | Remove a few spots of old style string formattingJeff Forcier2019-12-032-4/+4
* | | Rename old/new_format to be slightly more accurate (pem vs openssh)Jeff Forcier2019-12-031-4/+4
* | | How do folks keep putting friggin numbers in the tests?Jeff Forcier2019-12-032-4/+4
* | | Modify exception raised by weird key subclasses w/ bad pkformatJeff Forcier2019-12-034-3/+7
* | | Privatize new pkformat variableJeff Forcier2019-12-034-10/+10
* | | Rename new test key files for readabilityJeff Forcier2019-12-033-2/+2
* | | Changelog re #602Jeff Forcier2019-12-031-0/+10
* | | BlackenJeff Forcier2019-12-031-3/+1
* | | Merge branch 'master' into 1343-intJeff Forcier2019-12-03100-1152/+3887
|\ \ \
| * | | Apply %h tokenization to HostNameJeff Forcier2019-12-034-6/+19
| * | | [ci skip] Bump version to 2.7 since release is planned soonJeff Forcier2019-12-031-1/+1
| * | | Modernize a test that sometimes fails for no obvious reason on travis only =/Jeff Forcier2019-12-031-5/+5
| * | | Let's go with 'all' for the catchall endpoint, it is popularJeff Forcier2019-12-034-3/+4
| * | | Trim trailing whitespace from test config filesJeff Forcier2019-12-0327-39/+0
| * | | Beef up mentions of the need for Invoke, when using Match exec, in the docsJeff Forcier2019-12-032-6/+11
| * | | Holy crap, never had a link back to www intersphinx from doc site???Jeff Forcier2019-12-031-2/+10
| * | | Never actually handled optional-ness of Invoke importJeff Forcier2019-12-032-0/+13
| * | | BlackenJeff Forcier2019-12-031-0/+1
| * | | Refactor config negation a bitJeff Forcier2019-12-031-16/+10
| * | | Fill in rest of Match exec tests - all passJeff Forcier2019-12-035-15/+62
| * | | Base case re #717 works now.Jeff Forcier2019-12-0252-160/+892