summaryrefslogtreecommitdiff
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #61413 ext\openssl\tests\openssl_encrypt_crash.phpt fails 5.3 onlyAnatoliy Belsky2012-04-241-1/+1
* 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 #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
* - Fixed bug #53592 (stream_socket_enable_crypto() busy-waits in client mode).Gustavo André dos Santos Lopes2010-12-231-18/+54
* MFH: implement FR #53447 (Cannot disable SessionTicket extension for serversAdam Harvey2010-12-131-0/+12
* - not TS and useless on server, also not required anymore with the supported ...Pierre Joye2010-12-021-4/+1
* - fix #39863, do not accept paths with NULL in them. See http://news.php.net/...Pierre Joye2010-11-181-4/+39
* - 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
* Fixed extrenous warning inside openssl_encrypt() for cases where iv not provi...Ilia Alshanetsky2010-10-071-3/+4
* - Fixed bug #52947 (segfault when ssl stream option capture_peer_cert_chain u...Felipe Pena2010-09-291-1/+0
* - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo...Felipe Pena2010-06-261-3/+3
* - #45808, stream_socket_enable_crypto() blocks and eats CPUPierre Joye2010-06-201-3/+8
* fix ZTS buildAntony Dovgal2010-05-201-4/+4
* MFH: Add IV to openssl_(en|de)crypt()Sara Golemon2010-05-193-26/+112