phpseclib/phpseclib
John Sterling a1e16797ca Improve performance of File\ASN1->_decode_ber() for large data
This removes the use of _string_shift() which copies the (potentially large)
latter part of the input data repeatedly, in favor of maintaining a position var
and using string indexing or substr() to only copy the (relatively small)
current data as it is parsed.
2016-06-26 19:39:44 -05:00
..
Crypt Hash: CS adjustment 2016-06-22 10:10:32 -05:00
File Improve performance of File\ASN1->_decode_ber() for large data 2016-06-26 19:39:44 -05:00
Math BigInteger/RSA: don't compare openssl versions > 1.0 2016-06-18 23:28:33 -05:00
Net fixed sending stream resulting in a zero byte file 2016-06-19 19:44:06 -05:00
System SSH/Agent: if comment is empty don't include it 2016-04-10 10:58:49 -05:00
bootstrap.php Add bootstrap.php checking environment (MB_OVERLOAD_STRING). 2016-04-09 17:40:25 -05:00
openssl.cnf Cleaned up whitespace 2014-01-18 17:29:25 +00:00