summaryrefslogtreecommitdiff
path: root/ext/mcrypt/mcrypt.c
Commit message (Expand)AuthorAgeFilesLines
...
* It didn't all go throughZeev Suraski2000-02-191-2/+2
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* - The tree compiles againZeev Suraski1999-12-181-8/+8
* (php_minit_mcrypt): Also allow never versions of mcryptSascha Schumann1999-11-151-1/+1
* Support current mcrypt. Tested with libmcrypt-2.2.4Sascha Schumann1999-10-311-37/+49
* Use Ex API here as well.Sascha Schumann1999-09-171-65/+69
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-4/+4
* More symbol work.Andrey Hristov1999-08-021-3/+3
* License updateZeev Suraski1999-07-161-20/+9
* portSascha Schumann1999-06-271-6/+6
* - fix compile issues for various packages (dbase, sysv*, zlib)Sascha Schumann1999-05-211-2/+4
* func name changes, remove arbitrary limitSascha Schumann1999-05-011-6/+5
* mcrypt 2.1.18 support, better autoconf checkingSascha Schumann1999-05-011-12/+26
* PHP3 compat stuffSascha Schumann1999-04-251-3/+9
* oops, the 0th byte should be set, tooSascha Schumann1999-04-251-2/+2
* final change (?), add get_algorithms_nameSascha Schumann1999-04-251-2/+23
* make code more compactSascha Schumann1999-04-251-45/+25
* remove some redundant codeSascha Schumann1999-04-251-89/+47
* that was a silly oneSascha Schumann1999-04-251-2/+2
* add OFB mode, the final oneSascha Schumann1999-04-251-0/+50
* add mcrypt_create_iv()Sascha Schumann1999-04-251-0/+59
* cleanup, add new stream mode, allow IV for CBC modeSascha Schumann1999-04-251-8/+76
* add get_(key|block)_sizeSascha Schumann1999-04-251-0/+32
* add CBCSascha Schumann1999-04-251-3/+78
* add mcrypt moduleSascha Schumann1999-04-251-0/+99