summaryrefslogtreecommitdiff
path: root/ext/openssl/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHp-5.4'Stanislav Malyshev2012-09-151-1/+31
|\
| * commit for php bug 61421Mark Jones2012-09-151-1/+31
| * Revert "Add PBKDF2 support via openssl()"Stanislav Malyshev2012-06-121-65/+0
| * Revert "Rename openssl_pkcs5_pbkdf2_hmac() to something that doesn't sound li...Stanislav Malyshev2012-06-121-4/+4
* | One more timeScott MacVicar2012-06-111-3/+0
* | Merge branch '5.4'Scott MacVicar2012-06-111-0/+4
|\ \ | |/
| * Rename openssl_pkcs5_pbkdf2_hmac() to something that doesn't sound like a spell.Scott MacVicar2012-06-111-4/+4
| * Add PBKDF2 support via openssl()Scott MacVicar2012-06-111-0/+65
* | Add PBKDF2 support via openssl()Scott MacVicar2012-06-111-1/+0
* | Rename openssl_pkcs5_pbkdf2_hmac() to something that doesn't sound like a spell.Scott MacVicar2012-06-111-4/+4
* | - Fixed build (PKCS5_PBKDF2_HMAC is from 1.0.0)Felipe Pena2012-06-111-1/+9
* | Merge branch '5.4'Scott MacVicar2012-06-111-0/+57
|\ \
| * | Add PBKDF2 support via openssl()Scott MacVicar2012-06-111-0/+57
| |/
| * Fixed bug #61124 (Crash when decoding an invalid base64 encoded string).Scott MacVicar2012-02-231-0/+4
| * - Year++Felipe Pena2012-01-011-1/+1
| * fix uninitialized var that may lead to crashStanislav Malyshev2011-12-261-126/+126
| * Fix segfault in older versions of OpenSSL (before 0.9.8i)Scott MacVicar2011-12-181-1/+3
| * Make sure that we set the strong crypto result to false as well as returning ...Scott MacVicar2011-12-071-1/+7
| * - Fixed bug #55646: textual data is returned in UTF-8, but is input inGustavo André dos Santos Lopes2011-09-121-6/+14
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * - re apply the rng change specific to windows, long term it should be a std f...Pierre Joye2011-07-191-0/+9
| * Revert change to use a special Windows version of openssl_random_pseudo_bytes().Scott MacVicar2011-07-191-9/+0
| * openssl_encrypt() / openssl_decrypt() were flawed and truncated the key to th...Scott MacVicar2011-07-191-6/+12
| * - use php_win32_get_random_bytes instead of over slow and partially wrong op...Pierre Joye2011-07-101-0/+13
| * - did I not kill that already? (do not use rand_screen, pointless on server a...Pierre Joye2011-06-161-4/+0
| * - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-8/+8
| * Allow management of your own padding in openssl_encrypt/decrypt.Scott MacVicar2011-05-201-10/+19
* | Fixed bug #61124 (Crash when decoding an invalid base64 encoded string).Scott MacVicar2012-02-231-0/+4
* | - Year++Felipe Pena2012-01-011-1/+1
* | fix uninitialized var that may lead to crashStanislav Malyshev2011-12-261-1/+1
* | Fix segfault in older versions of OpenSSL (before 0.9.8i)Scott MacVicar2011-12-181-1/+3
* | Make sure that we set the strong crypto result to false as well as returning ...Scott MacVicar2011-12-071-0/+6
* | - Fixed bug #55646: textual data is returned in UTF-8, but is input inGustavo André dos Santos Lopes2011-09-121-6/+14
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | - re apply the rng change specific to windows, long term it should be a std f...Pierre Joye2011-07-191-0/+9
* | Revert change to use a special Windows version of openssl_random_pseudo_bytes().Scott MacVicar2011-07-191-9/+0
* | openssl_encrypt() / openssl_decrypt() were flawed and truncated the key to th...Scott MacVicar2011-07-191-6/+12
* | - use php_win32_get_random_bytes instead of over slow and partially wrong op...Pierre Joye2011-07-101-0/+9
* | - did I not kill that already? (do not use rand_screen, pointless on server a...Pierre Joye2011-06-161-4/+0
* | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-8/+8
* | Allow management of your own padding in openssl_encrypt/decrypt.Scott MacVicar2011-05-201-10/+19
|/
* The project calls itself OpenSSL and not openSSL, so let's keep itMartin Jansen2011-04-251-2/+2
* SSLV2 patch cleanupRasmus Lerdorf2011-04-241-0/+4
* - fix bug #54061, memory leak in openssl_decryptPierre Joye2011-02-211-0/+1
* - fix bug #54060, memory leak in openssl_encryptPierre Joye2011-02-211-0/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - not TS and useless on server, also not required anymore with the supported ...Pierre Joye2010-12-021-4/+1
* - Fixed bug #53136 (Invalid read on openssl_csr_new())Felipe Pena2010-11-121-1/+2
* Fix vim marker folds.Adam Harvey2010-10-131-1/+1