phpseclib/phpseclib
terrafrost bdd42c448b Change default date format
This change stems from the fact that date('T') on PHP 4 (and possibly 5.0/5.1/etc) returns "Central Daylight Time" vs PHP 5, which returns "CDT".  "CDT" is parsable by strtotime - "Central Daylight Time" is not.

There will still be some dates that won't properly decode, however, on PHP 4.  Those dates would seem to be due to this (from php.net):

"On systems where time_t is a 32bit signed integer, as most common today, the valid range for year is somewhere between 1901 and 2038. However, before PHP 5.1.0 this range was limited from 1970 to 2038 on some systems (e.g. Windows)."
2012-10-19 07:19:22 -05:00
..
Crypt Add getSize() function to Crypt_RSA 2012-10-07 18:53:26 -05:00
File Change default date format 2012-10-19 07:19:22 -05:00
Math Negative numbers should be prepended with a 0 2012-09-02 11:06:53 -05:00
Net Suppress Warning messages 2012-10-13 19:42:01 -05: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