add diffie-hellman-group-exchange-sha256 |
|
More...
|
about 9 years ago
|
fix typo - should be local_mac, not remote_mac |
|
More...
|
about 9 years ago
|
add hmac-sha2-512 support for chrome |
|
More...
|
about 9 years ago
|
add hmac-sha2-512 support (ff only for now) |
|
More...
|
about 9 years ago
|
add hmac-sha2-256 support |
|
More...
|
about 9 years ago
|
actually use digest size correctly in compute key |
|
More...
|
about 9 years ago
|
Change window and packet size to match opensshs' https://github.com/paramiko/paramiko/commit/80148a3039499fb52d7b5c7a583c14258ccf9cae |
|
More...
|
about 9 years ago
|
Corrected the length of the salt for private key encryption https://github.com/paramiko/paramiko/commit/56417507ee0fbe28b938e03909945c127c8bbde1 |
|
More...
|
about 9 years ago
|
Salt needs to be 16 bytes instead of 8 https://github.com/paramiko/paramiko/commit/09a4ffb282957595b1eee7adaead5d0503a5f54a |
|
More...
|
about 9 years ago
|
hostkeys: add unknown key type so that when writing known_hosts we don't clobber unknown lines |
|
More...
|
over 10 years ago
|
add inherit and logging to paramikojs to remove external dependency |
|
More...
|
over 10 years ago
|
rename client as paramikojs |
|
More...
|
over 10 years ago
|
do server-side check for 'navigator' |
|
More...
|
over 10 years ago
|
Merge pull request #4 from kousu/master |
|
More...
|
over 10 years ago
|
kex: re-order preference |
|
More...
|
over 10 years ago
|
kex: add diffie-hellman-group14-sha1 |
|
More...
|
over 10 years ago
|
Crudely patch around the deprecation of Mozilla's Components object. |
|
More...
|
almost 11 years ago
|
Fix SSHException when re-keying over a fast connection. https://github.com/paramiko/paramiko/commit/c51b3b208c228fe6482ef00b3572a19683e7bb98 |
|
More...
|
over 11 years ago
|
Limit memory allocation of get_bytes to 1MB If get_bytes() can pad unlimited, a RSA pub key could be crafted that would allocate GB's of nulls, thereby forming a DoS-vector. https://github.com/paramiko/paramiko/commit/3bbcf808d8da43a379cee5ce3d004d3c6eb6e1b7 |
|
More...
|
over 11 years ago
|
use native random generator on all browsers; rename crypto->kryptos to avoid browser namespace conflict |
|
More...
|
about 12 years ago
|
decrease noise in debug log |
|
More...
|
over 12 years ago
|
make cache prompt by async to support chrome |
|
More...
|
over 12 years ago
|
more compatibility work for chrome |
|
More...
|
over 12 years ago
|
more work to get chrome working |
|
More...
|
over 12 years ago
|
blargh, workaround yet again this url business. we need to make this an external variable |
|
More...
|
over 13 years ago
|
one more cross-browser compatibility fix |
|
More...
|
over 13 years ago
|
make more cross-browser, in case chrome ever gets their shit together |
|
More...
|
over 13 years ago
|
crap. remove hard links to fireftp, make imports relative so that firessh works too |
|
More...
|
over 13 years ago
|
more utf8 fixes, improve auth handling |
|
More...
|
over 13 years ago
|
blah, typo |
|
More...
|
almost 14 years ago
|