includes/diffiehellman.php
2010-07-05 Dan Fuhry DiffieHellman: gracefully handle platforms that fail the sha256 self test, currently only known to be PowerPC. Added support for PHP's built-in hash functions (they were added in 5.1.2) and use them in lieu of the built-in sha256 implementation when available.
2010-03-29 Dan Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
2009-08-21 Dan Fixed some upgrade bugs; added support for choosing one's own date/time formats; rebrand as 1.1.7
2009-08-19 Dan Minor fix to SHA256: some indices were not being initted under some circumstances
2009-07-02 Dan SHA256: Fixed broken hashes on 64-bit PHP
2009-01-04 Dan Two big commits in one day I know, but redid password storage to use HMAC-SHA1. Consolidated much AES processing to three core methods in session that should handle everything automagically. Installation works; upgrades should. Rebranded as 1.1.6.
2008-09-29 Dan SECURITY: Changed Diffie-Hellman parameters to prime and generator created through OpenSSL
2008-08-12 Dan Rebranded as 1.1.5 (Caoineag alpha 5) and fixed a couple bugs related to CDN support in template_nodb and installerUI. Updated readme.
2008-04-14 Dan Rebrand as 1.1.4 (Caoineag alpha 4)
2008-03-18 Dan Fixed some stray version numbers (again!); added support for Diffie-Hellman logins in the normal login form (not AJAX) - even works in IE
2008-03-01 Dan Modifed EnanoMath layer by segregating it into its own file; got support for big_int PHP extension backend working
2008-02-20 Dan Added support for Diffie-Hellman key exchange during login. w00t!
less more (0) tip