paramiko/paramiko
Ethan Glasser-Camp 632129c427 Introduce ECDSA
This just adds tests; hooking this up with paramiko comes in the next
commit.
2013-03-25 12:19:21 -04:00
..
__init__.py Introduce ECDSA 2013-03-25 12:19:21 -04:00
_winapi.py Copied code from jaraco.windows rather than requiring it as a dependency. 2012-11-23 14:15:33 -05:00
agent.py Handle/fix handling of EINTR errors in a few places. 2012-09-24 18:58:54 -07:00
auth_handler.py Use Crypto.Random rather than Crypto.Util.RandomPool. 2010-08-03 00:13:08 +02:00
ber.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
buffered_pipe.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
channel.py Added width_pixel and height_pixel parameters to Channel.get_pty() and 2013-03-01 10:33:03 -08:00
client.py Added width_pixel and height_pixel parameters to Channel.get_pty() and 2013-03-01 10:33:03 -08:00
common.py Add IO sleep to agent forward communications. 2012-09-23 16:08:35 -07:00
compress.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
config.py Pep8 fixes 2013-02-28 12:52:01 +01:00
dsskey.py Use Crypto.Random rather than Crypto.Util.RandomPool. 2010-08-03 00:13:08 +02:00
ecdsakey.py Introduce ECDSA 2013-03-25 12:19:21 -04:00
file.py Update paramiko/file.py 2012-10-17 14:25:22 +12:00
hostkeys.py show us the offending host key 2012-09-23 16:45:53 -07:00
kex_gex.py Use Crypto.Random rather than Crypto.Util.RandomPool. 2010-08-03 00:13:08 +02:00
kex_group1.py Use Crypto.Random rather than Crypto.Util.RandomPool. 2010-08-03 00:13:08 +02:00
logging22.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
message.py Limit memory allocation of get_bytes to 1MB 2012-11-30 15:14:49 +01:00
packet.py Give sdctr a default value for backwards+test compat 2013-02-27 18:50:37 -08:00
pipe.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
pkey.py Merge pull request #9 from tehfink/master 2011-05-21 19:12:35 -07:00
primes.py Use Crypto.Random rather than Crypto.Util.RandomPool. 2010-08-03 00:13:08 +02:00
proxy.py Python 2.5 compat 2012-11-05 23:10:13 -08:00
resource.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
rsakey.py Use Crypto.Random rather than Crypto.Util.RandomPool. 2010-08-03 00:13:08 +02:00
server.py Don't mix tabs and spaces 2012-09-23 15:56:06 -07:00
sftp.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
sftp_attr.py i lost who sent this to me (sorry). patches to fix AIX. 2010-04-25 13:34:54 -07:00
sftp_client.py Changelog + docs re #127 2013-02-27 15:56:09 -08:00
sftp_file.py Speed up the write operation by bulk calling read. 2013-03-01 11:39:13 -08:00
sftp_handle.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
sftp_server.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
sftp_si.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
ssh_exception.py Post-import edits 2012-11-05 17:29:32 -08:00
transport.py Don't random pad packets for SDCTR ciphers 2013-02-27 18:47:04 -08:00
util.py Handle/fix handling of EINTR errors in a few places. 2012-09-24 18:58:54 -07:00
win_pageant.py Remove dependency on pywin32. Just use ctypes for simplicity. 2013-03-19 13:24:31 -07:00