Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 | |
| | ||||||
* | Make mcrypt buildable as shared module | Sascha Schumann | 2000-05-02 | 1 | -0/+4 | |
| | ||||||
* | It didn't all go through | Zeev Suraski | 2000-02-19 | 1 | -2/+2 | |
| | ||||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 | |
| | | | | | you start counting at 0 or 1). | |||||
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -8/+8 | |
| | ||||||
* | (php_minit_mcrypt): Also allow never versions of mcrypt | Sascha Schumann | 1999-11-15 | 1 | -1/+1 | |
| | ||||||
* | Support current mcrypt. Tested with libmcrypt-2.2.4 | Sascha Schumann | 1999-10-31 | 1 | -37/+49 | |
| | ||||||
* | Use Ex API here as well. | Sascha Schumann | 1999-09-17 | 1 | -65/+69 | |
| | ||||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -4/+4 | |
| | | | | | php3_compat.h) | |||||
* | More symbol work. | Andrey Hristov | 1999-08-02 | 1 | -3/+3 | |
| | ||||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 | |
| | ||||||
* | port | Sascha Schumann | 1999-06-27 | 1 | -6/+6 | |
| | ||||||
* | - fix compile issues for various packages (dbase, sysv*, zlib) | Sascha Schumann | 1999-05-21 | 1 | -2/+4 | |
| | | | | | - some cleanup in mhash/mcrypt | |||||
* | func name changes, remove arbitrary limit | Sascha Schumann | 1999-05-01 | 1 | -6/+5 | |
| | ||||||
* | mcrypt 2.1.18 support, better autoconf checking | Sascha Schumann | 1999-05-01 | 1 | -12/+26 | |
| | ||||||
* | PHP3 compat stuff | Sascha Schumann | 1999-04-25 | 1 | -3/+9 | |
| | ||||||
* | oops, the 0th byte should be set, too | Sascha Schumann | 1999-04-25 | 1 | -2/+2 | |
| | ||||||
* | final change (?), add get_algorithms_name | Sascha Schumann | 1999-04-25 | 1 | -2/+23 | |
| | ||||||
* | make code more compact | Sascha Schumann | 1999-04-25 | 1 | -45/+25 | |
| | ||||||
* | remove some redundant code | Sascha Schumann | 1999-04-25 | 1 | -89/+47 | |
| | ||||||
* | that was a silly one | Sascha Schumann | 1999-04-25 | 1 | -2/+2 | |
| | ||||||
* | add OFB mode, the final one | Sascha Schumann | 1999-04-25 | 1 | -0/+50 | |
| | ||||||
* | add mcrypt_create_iv() | Sascha Schumann | 1999-04-25 | 1 | -0/+59 | |
| | ||||||
* | cleanup, add new stream mode, allow IV for CBC mode | Sascha Schumann | 1999-04-25 | 1 | -8/+76 | |
| | ||||||
* | add get_(key|block)_size | Sascha Schumann | 1999-04-25 | 1 | -0/+32 | |
| | ||||||
* | add CBC | Sascha Schumann | 1999-04-25 | 1 | -3/+78 | |
| | ||||||
* | add mcrypt module | Sascha Schumann | 1999-04-25 | 1 | -0/+99 | |