phpseclib/phpseclib/Net
Jim Wigginton 202c3b64e9 - added support for OFB and CFB modes (with the caveat that CFB mode isn't currently supported as a stream cipher)
- improvements to the fix to the bug Suby found
- fixed bug whereby CTR mode gave different results in mcrypt and internal modes when the continuous buffer was enabled and the plaintext being encrypted wasn't a multiple of the block size
- undid the fix for the bug f.dammassa found (thanks, j31!)


git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@120 21d32557-59b3-4da0-833f-c5933fad653e
2010-09-12 21:58:54 +00:00
..
SFTP.php - apparently not all SFTPv3 clients support SSH_FXP_FSTAT (even though the SFTPv3 specs define it; thanks, f.dammassa!) 2010-09-02 00:49:26 +00:00
SSH1.php - add logging to Net_SSH1 and fixed a bug in Crypt_DES (thanks, Suby!) 2010-08-08 05:06:38 +00:00
SSH2.php - added support for OFB and CFB modes (with the caveat that CFB mode isn't currently supported as a stream cipher) 2010-09-12 21:58:54 +00:00