Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-31 | Fix bytes/str type in more places | Scott Maxwell | |
2013-10-30 | Convert and detect types properly, use helper constants, use StringIO and range | Scott Maxwell | |
2013-10-30 | Fix message sending | Scott Maxwell | |
Create constants for byte messages, implement asbytes so many methods can take Message and key objects directly and split get_string into get_text and get_binary. Also, change int handling to use mpint with a flag whenever the int is greater than 32 bits. | |||
2013-10-30 | Fix imports | Scott Maxwell | |
2013-09-27 | Merge branch '1.11' | Jeff Forcier | |
2013-09-27 | Fixed a typo in the license header of most files | Jeff Forcier | |
Conflicts: paramiko/proxy.py | |||
2013-03-25 | Introduce ECDSA | Ethan Glasser-Camp | |
This just adds tests; hooking this up with paramiko comes in the next commit. | |||
2010-08-03 | Use Crypto.Random rather than Crypto.Util.RandomPool. | Gary van der Merwe | |
2009-07-19 | fix my email address to be the current one. | Robey Pointer | |
2007-02-13 | [project @ robey@lag.net-20070213191706-v8djxd4jiunb3his] | Robey Pointer | |
bump copyright year to 2007 | |||
2006-08-01 | [project @ robey@lag.net-20060801182143-088ff687e0945937] | Robey Pointer | |
use hexlify in tests | |||
2006-06-26 | [project @ robey@lag.net-20060627064106-71a2bfb5a39a2913] | Robey Pointer | |
add PKey.from_private_key to read from a file object | |||
2006-06-26 | [project @ robey@lag.net-20060627060600-07d5b7e2fc57202d] | Robey Pointer | |
add PKey.write_private_key to write a private key into a file object, and add tests for it | |||
2005-07-07 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-25] | Robey Pointer | |
cool optimization from john rochester: use cStringIO in Message (and also fix some unit test bugs revealed by the change) | |||
2005-06-28 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-17] | Robey Pointer | |
more unit tests | |||
2005-05-21 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-10] | Robey Pointer | |
fix stupid bug in kex_group1 which luckily only affected unit tests | |||
2005-02-28 | [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-154] | Robey Pointer | |
even better 1.2 lapras re-bump the version # to 1.2 (with a new date since i added more stuff). add 2005 to the copyright date in a bunch of files. | |||
2004-09-25 | [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-92] | Robey Pointer | |
add rsa/dss key object unit tests add tests for rsa/dss key objects -- yay! |