1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-11-30 04:39:02 +01:00
tgseclib/phpseclib/File
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
..
ANSI.php Fixed lots of phpdoc typos 2015-09-02 00:37:54 +01:00
ASN1.php Improve performance of File\ASN1->_decode_ber() for large data 2016-06-26 19:39:44 -05:00
X509.php X509: set parameter fields to null for CSR's / RSA 2016-06-19 10:53:20 -05:00