Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-05 | changelog: update for #794 | Pierce Lopez | |
2017-06-05 | transport: _key_info for ecdsa-sha2-nistp384 and -nistp521 | Pierce Lopez | |
To support host keys of these key types, which are already in _preferred_keys! | |||
2017-06-05 | test transport security options can be set to defaults | Pierce Lopez | |
ensures all defaults key/cipher/digest etc types are supported | |||
2017-06-03 | fixed long line | Alex Gaynor | |
2017-06-03 | set a minimum version | Alex Gaynor | |
2017-06-03 | Fixed encoding/decoding of the public key on the wire | Alex Gaynor | |
Public point was accidentally encoded as 32 bytes, with no length prefix. | |||
2017-06-03 | fixed comment + consistency | Alex Gaynor | |
2017-06-03 | Link to the spec | Alex Gaynor | |
2017-06-03 | integration test, with ourselves | Alex Gaynor | |
2017-06-03 | pep8 | Alex Gaynor | |
2017-06-03 | py3k | Alex Gaynor | |
2017-06-03 | these are bytes | Alex Gaynor | |
2017-06-03 | this isnt bytes | Alex Gaynor | |
2017-06-03 | small cleanups | Alex Gaynor | |
2017-06-03 | Support decrypting keys | Alex Gaynor | |
2017-06-03 | comments | Alex Gaynor | |
2017-06-03 | Fixes #325 -- add support for Ed25519 keys | Alex Gaynor | |
2017-06-01 | Merge branch '2.1' | Jeff Forcier | |
2017-06-01 | Perplexed at why flake8 did not report this earlier | Jeff Forcier | |
2017-06-01 | Perplexed at why flake8 did not report this earlier | Jeff Forcier | |
2017-06-01 | Missed a spot | Jeff Forcier | |
2017-06-01 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-06-01 | Merge branch '2.1' | Jeff Forcier | |
2017-06-01 | Missed a spot | Jeff Forcier | |
2017-06-01 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-06-01 | Merge branch '2.1' | Jeff Forcier | |
2017-06-01 | Wasn't technically a bug but flake8 pointed out how dumb it was | Jeff Forcier | |
2017-06-01 | Flake8 rest of transport.py! | Jeff Forcier | |
2017-06-01 | Address an unused variable bit. | Jeff Forcier | |
Had to spelunk to make sure this wasn't a recent brokenness | |||
2017-06-01 | Python 2.6 compat formatstrings | Jeff Forcier | |
2017-06-01 | Remove useless/wrong return statement | Jeff Forcier | |
2017-06-01 | Test & impl for truly functional HostKeys.__delitem__ | Jeff Forcier | |
2017-06-01 | Refactor HostKeys' scan-for-entry code | Jeff Forcier | |
2017-06-01 | Move implicit string concat to a noqa | Jeff Forcier | |
2017-06-01 | Reinstate removed m.get_string(), for compatibility/safety. | Jeff Forcier | |
Such methods mutate the Message object involved. | |||
2017-06-01 | Remove unused value from demo/test. | Jeff Forcier | |
Honestly not sure WTF | |||
2017-05-31 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-05-31 | Merge branch '2.1' | Jeff Forcier | |
2017-05-31 | Need some flake8 greater than 2.4 to fix some overlooked noqa comments | Jeff Forcier | |
2017-05-31 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-05-31 | Merge branch '2.1' | Jeff Forcier | |
2017-05-31 | Downgrade to a Python 2.6 compat flake8, for now | Jeff Forcier | |
2017-05-31 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-05-31 | Merge branch '2.1' | Jeff Forcier | |
2017-05-31 | Changelog closes #974 | Jeff Forcier | |
2017-05-31 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-05-31 | Merge branch '2.1' | Jeff Forcier | |
2017-05-31 | flake8 on travis! | Jeff Forcier | |
2017-05-31 | Merge branch '2.1' | Jeff Forcier | |
2017-05-31 | Merge branch '2.0' into 2.1 | Jeff Forcier | |