summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | versionadded for canonicalization directivesJeff Forcier2019-12-021-0/+12
| * | | Strip extraneous text/entries from ssh_config support docJeff Forcier2019-12-021-48/+22
| * | | Alphabetize supported-ssh_config-keywords listJeff Forcier2019-12-021-10/+10
| * | | Tweak some old test names for easier targetingJeff Forcier2019-12-021-17/+26
| * | | Add additional setuptools extras_require flavorsJeff Forcier2019-12-023-14/+41
| * | | Fix bug around subprocess import errorsJeff Forcier2019-12-022-2/+7
| * | | Python 2 fix - not all exceptions have .msg under this interp versionJeff Forcier2019-09-271-1/+1
| * | | Fix canonicalization doc updates.Jeff Forcier2019-09-272-2/+2
| * | | Implement ssh_config hostname canonicalization (WIP)Jeff Forcier2019-09-2723-77/+484
| * | | Sort top level import related junkJeff Forcier2019-09-262-24/+24