summaryrefslogtreecommitdiff
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-102-2/+2
* fix bug #61930: openssl corrupts ssl key resource when using openssl_get_publ...Stanislav Malyshev2013-02-172-0/+26
* NEWS entry new OpenSSL option [doc]Lars Strojny2013-01-311-1/+1
* Added ssl context option, "disable_compression"Daniel Lowrey2013-01-311-0/+12
* Happy New YearXinchen Hui2013-01-013-3/+3
* commit for php bug 61421Mark Jones2012-09-151-1/+31
* Revert "Add PBKDF2 support via openssl()"Stanislav Malyshev2012-06-123-93/+0
* Revert "Rename openssl_pkcs5_pbkdf2_hmac() to something that doesn't sound li...Stanislav Malyshev2012-06-125-32/+32
* Rename openssl_pkcs5_pbkdf2_hmac() to something that doesn't sound like a spell.Scott MacVicar2012-06-115-32/+32
* Add PBKDF2 support via openssl()Scott MacVicar2012-06-113-0/+93
* Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-03-281-2/+2
|\
| * Fix bug #61401 ext\openssl\tests\004.phpt failsAnatoliy Belsky2012-03-281-2/+2
| * Fix bug #61404 ext\openssl\tests\021.phpt failsAnatoliy Belsky2012-03-281-5/+8
* | Fix bug #61404 ext\openssl\tests\021.phpt failsAnatoliy Belsky2012-03-281-5/+8
* | Merge branch '5.3' into 5.4Anatoliy Belsky2012-03-271-2/+5
|\ \ | |/
| * Fix bug #61405 ext\openssl\tests\022.phpt failsAnatoliy Belsky2012-03-271-2/+5
| * Fix bug #61412 ext\openssl\tests\bug28382.phpt failsAnatoliy Belsky2012-03-271-3/+6
| * test for bug #61124Olivier DOUCET2012-02-251-0/+12
| * Fixed bug #61124 (Crash when decoding an invalid base64 encoded string).Scott MacVicar2012-02-231-0/+4
| * Fix OpenSSL version-dependent diff. "Time Stamp signing" is not in openssl 0....Christopher Jones2012-02-072-1/+279
| * Another openssl test that is dependent on the openssl version. The output hasRasmus Lerdorf2012-02-051-5/+23
| * Need EXPECTF here, of courseRasmus Lerdorf2012-02-051-1/+1
| * Getting different hashes here. But this test isn't testing the hashes,Rasmus Lerdorf2012-02-051-1/+1
| * According to the reports on qa this test is failing the same way for everyone.Rasmus Lerdorf2012-02-051-1/+3
| * - Year++Felipe Pena2012-01-013-3/+3
| * Add tests for OpenSSL crash.Scott MacVicar2011-12-191-0/+13
| * Fix segfault in older versions of OpenSSL (before 0.9.8i)Scott MacVicar2011-12-181-1/+3
| * - Fixed NULL pointer dereference in stream_socket_enable_crypto, case whenMateusz Kocielski2011-11-121-0/+2
| * - ext/openssl/tests/bug36732.phpt more portable.Gustavo André dos Santos Lopes2011-09-142-1/+45
| * Fix the path to the .pemHannes Magnusson2011-09-081-2/+2
| * - Revert r313616 (When we have a blocking SSL socket, respect the timeoutJohannes Schlüter2011-08-221-37/+0
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * When we have a blocking SSL socket, respect the timeout option.Scott MacVicar2011-07-231-0/+37
| * removing openssl test for bug #55169 per Scott MacVicar's request; duplicate ...Ryan Biesemeyer2011-07-201-43/+0
| * update test for bug #55169, fix skipifRyan Biesemeyer2011-07-201-1/+3
| * update test for bug #55169, don't require the extension in INIRyan Biesemeyer2011-07-201-2/+0
| * tests for bug #55169 (mcrypt and openssl)Ryan Biesemeyer2011-07-201-0/+43
| * openssl_encrypt() / openssl_decrypt() were flawed and truncated the key to th...Scott MacVicar2011-07-191-2/+10
| * - did I not kill that already? (do not use rand_screen, pointless on server a...Pierre Joye2011-06-161-4/+0
| * - Fixed bug #55028 (// is abad comment)Felipe Pena2011-06-101-1/+1
| * - Fixed bug #54992: Stream not closed and error not returned when SSL CN_matchGustavo André dos Santos Lopes2011-06-084-0/+134
| * MFH: The project calls itself OpenSSL and not openSSL, so let's keep itMartin Jansen2011-04-252-5/+5
| * SSLV2 patch cleanupRasmus Lerdorf2011-04-242-4/+13
| * Support for openssl without SSLv2 supprot compiled in. Distros are starting toRasmus Lerdorf2011-04-241-0/+10
| * Add the libraries we actually test and need for LDAP and OpenSSL, fixes bug #...Raphael Geissert2011-03-181-0/+1
| * - fix bug #54061, memory leak in openssl_decryptPierre Joye2011-02-211-0/+17
| * - fix bug #54061, memory leak in openssl_decryptPierre Joye2011-02-211-0/+1
| * - fix test 025Pierre Joye2011-02-211-2/+1
| * - fix bug #54060, memory leak in openssl_encryptPierre Joye2011-02-212-0/+18
| * - Year++Felipe Pena2011-01-013-3/+3