Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-12 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2017-09-12 | Merge branch '2.2' | Jeff Forcier | |
2017-09-12 | Changelog re #1061 | Jeff Forcier | |
2017-09-12 | Merge branch '2.0' into 1061-int | Jeff Forcier | |
2017-09-12 | demo_simple: gss_auth and gss_kex are independent of each other. | Anselm Kruis | |
2017-09-12 | Changelog re #1060 | Jeff Forcier | |
2017-09-12 | Merge branch '2.0' into 1060-int | Jeff Forcier | |
2017-09-12 | Merge branch '2.2' | Jeff Forcier | |
2017-09-12 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2017-09-12 | Master changelog entry re: #1056 #1057 #1058 #1059 | Jeff Forcier | |
2017-09-12 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-09-12 | Master changelog entry re: #1056 #1057 #1058 #1059 | Jeff Forcier | |
2017-09-12 | Pep8 and Sphinx fixes. | Anselm Kruis | |
2017-09-05 | Gah | Jeff Forcier | |
2017-09-05 | Changelog re #979 | Jeff Forcier | |
2017-09-05 | Merge branch 'master' into 979-int | Jeff Forcier | |
2017-09-05 | Changelog update for #1026 plus related changes | Jeff Forcier | |
2017-09-05 | Document Ed25519 keys =/ | Jeff Forcier | |
I didn't badger people about docs so there were none | |||
2017-09-05 | Merge branch 'master' into 1026-int | Jeff Forcier | |
2017-09-05 | Really, really gotta get better about enforcing these | Jeff Forcier | |
2017-09-05 | Changelog re #1013 | Jeff Forcier | |
2017-09-05 | Merge branch 'master' into 1013-int | Jeff Forcier | |
2017-09-05 | Overhaul changelog re #1037, closes #60 | Jeff Forcier | |
2017-09-05 | changelog: update for #1039 / #1051 | Pierce Lopez | |
2017-09-05 | Merge branch 'master' into 1037-int | Jeff Forcier | |
2017-09-03 | ensure ed25519 password is bytes | Pierce Lopez | |
fixes #1039 | |||
2017-09-02 | Python 2.6 fixes | Jeff Forcier | |
Fixes #1049 | |||
2017-08-28 | Python 3 fixes re #1042 | Jeff Forcier | |
2017-08-28 | flake8 | Jeff Forcier | |
2017-08-28 | This isn't required when one is just calling asbytes() | Jeff Forcier | |
2017-08-28 | Implement ed25519 certs. | Jeff Forcier | |
God damn it took me ages to notice that frickin self.public_blob = None bit :( :( :( :( | |||
2017-08-28 | Implement ECDSA certs. | Jeff Forcier | |
So mad at that frickin typo'd specification... | |||
2017-08-28 | Tweak exceptions to at least have better strings, if not new classes yet | Jeff Forcier | |
2017-08-28 | Implement DSS certs | Jeff Forcier | |
2017-08-28 | Update recent tests to try all main key families. | Jeff Forcier | |
Includes some dummy certificates. Not sure exactly how @radssh generated the RSA one but I'm using ssh-keygen + a randomly made CA key. | |||
2017-08-28 | Factor out type checking & cert loading into PKey | Jeff Forcier | |
2017-08-28 | God damn it, really? Whatever. | Jeff Forcier | |
2017-08-28 | Update first few stub tests + required test-server and PublicBlob impl bits | Jeff Forcier | |
2017-08-28 | Update changelog re: recent changes re: #1042 | Jeff Forcier | |
2017-08-28 | Overhaul PublicBlob and use it better within RSAKey. | Jeff Forcier | |
This allows server-side Paramiko code to correctly create cert-bearing RSAKey objects and thus verify client signatures, and now the test suite passes again, barring the stub tests. Re #1042 | |||
2017-08-28 | Stub tests and partly-working implementation of 'load certs found alongside ↵ | Jeff Forcier | |
key_filenames' behavior re #1042 This actually breaks existing tests due to test server not supporting certs...bah | |||
2017-08-28 | 2nd amendment doesn't grant the right to bare excepts | Jeff Forcier | |
2017-08-28 | Docstring/TODO tweaks | Jeff Forcier | |
2017-08-28 | Refactor and clean up recently tweaked key loading bits in SSHClient | Jeff Forcier | |
2017-08-28 | Changelog and docs re #1042 | Jeff Forcier | |
2017-08-28 | flake8 | Jeff Forcier | |
2017-08-23 | Merge branch 'master' into 1042-int | Jeff Forcier | |
2017-08-23 | Changelog re #1041 | Jeff Forcier | |
2017-08-23 | Pull in count-errors from invocations | Jeff Forcier | |
2017-08-22 | string slice instead of rstrip, thanks ploxiln | Paul Kapp | |