1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-12-02 17:48:00 +01:00
tgseclib/phpseclib
Hans-Jürgen Petrich d1f71cc5a7 Fixed CFB Decrypt(). Fixed OFB warnings
Fixed/rewritten: Decrypt() in CFB mode to work clean with enableContinuousBuffer()

Fixed: PHP's strlen(array()) warning in OFB mode,

Fixed: disableContinuousBuffer() clear's now also the $enbuffer/$debuffer arrays so that multiple calls to enable/disableContinuousBuffer() will work without old buffers
2013-01-05 16:23:35 +07:00
..
Crypt Fixed CFB Decrypt(). Fixed OFB warnings 2013-01-05 16:23:35 +07:00
File Add limited SPKAC support 2012-12-19 00:21:55 -06:00
Math Use !empty('0') instead of strlen('0') 2013-01-03 00:21:09 -06:00
Net SFTP: Make get() work correctly when files are being written to for partial transfers 2012-12-16 02:34:49 -06:00
openssl.cnf - make Crypt_RSA use openssl for key generation (if openssl is available) and make it so File_X509 can create CSRs 2012-07-01 12:07:42 -05:00