summaryrefslogtreecommitdiff
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #74651 - check EVP_SealInit as it can return -1Stanislav Malyshev2017-07-043-3/+47
* Fix occasionaly failing testMatteo Beccati2016-11-271-4/+4
* Fix bug #72776 (Invalid parameter in memcpy function trough openssl_pbkdf2)Jakub Zelenka2016-11-061-1/+1
* Fix bug #73276 - crash in openssl_random_pseudo_bytes functionStanislav Malyshev2016-10-111-5/+5
* fix bug #73275 - crash in openssl_encrypt functionStanislav Malyshev2016-10-111-3/+7
* Fix bug #73072 (Invalid path SNI_server_certs causes segfault)Jakub Zelenka2016-09-132-3/+51
* Fix incorrect error suppressing in openssl_error_string testJakub Zelenka2016-06-161-2/+2
* Fix occasionally failing OpenSSL DH bug testJakub Zelenka2016-06-161-4/+4
* Fix bug #71915 (openssl_random_pseudo_bytes is not fork-safe)Jakub Zelenka2016-06-121-0/+23
* Fix bug #72336 (openssl_pkey_new does not fail for invalid DSA params)Jakub Zelenka2016-06-122-8/+67
* Update openssl_error_string to run and be more forgivingJakub Zelenka2016-06-121-89/+74
* Fix bug #72140 (segfault after calling ERR_free_strings())Jakub Zelenka2016-06-081-0/+3
* fix typoAnatol Belski2016-06-061-1/+1
* fix broken skipif and add xfail for nowAnatol Belski2016-06-061-2/+3
* Add new test for openssl_pkey_newJakub Zelenka2016-06-052-14/+120
* Add test for openssl_error_stringJakub Zelenka2016-06-052-0/+211
* Remove openssl_x509_parse for OpenSSL 0.9.xJakub Zelenka2016-06-051-276/+0
* yet two test fixes in openssl in 5.6Anatol Belski2016-02-162-4/+7
* improve testAnatol Belski2016-02-161-4/+6
* Split and clean up OpenSSL X509 testsJakub Zelenka2016-02-047-79/+80
* Rename and clean up OpenSSL testsJakub Zelenka2016-02-0332-89/+85
* Rewrite OpenSSL SPKI tests to speed them upJakub Zelenka2016-01-317-259/+248
* Add private RSA keys with 2048 and 4096 bit long modulusJakub Zelenka2016-01-312-0/+78
* Rename private.key to private_rsa_1024.keyJakub Zelenka2016-01-3113-13/+13
* Fix memory leak with not freeing OpenSSL errorsJakub Zelenka2016-01-251-0/+4
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-013-3/+3
* Remove SNI test that trigger request to sni.velox.chJakub Zelenka2015-11-091-184/+0
* Use standard title for new openssl testsJakub Zelenka2015-10-292-4/+4
* new tests to openssl module, don't covered yet.root2015-10-292-0/+32
* Fixed bug #70718 stream_select() when OpenSSL extension is loaded on PHP Win64Anatol Belski2015-10-261-1/+1
* add testAnatol Belski2015-09-231-0/+24
* expose openssl config path so it can be testedAnatol Belski2015-09-231-0/+1
* Use tabs for arg info indent in openssl.cJakub Zelenka2015-09-201-147/+147
* Fix bug #60632: openssl_seal fails with AESJakub Zelenka2015-09-062-0/+29
* Fix #70395: Missing ARG_INFO for openssl_seal()Christoph M. Becker2015-09-052-1/+21
* Fix bug #55259 (openssl extension does not get the DH parameters from DH key ...Jakub Zelenka2015-08-252-7/+33
* fix testAnatol Belski2015-08-231-2/+2
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-08-041-4/+2
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-08-041-4/+2
| |\
| | * Fix bug #70014 - use RAND_bytes instead of deprecated RAND_pseudo_bytesStanislav Malyshev2015-07-261-4/+2
| * | Fix Bug #69402: Reading empty SSL stream hangs until timeoutDaniel Lowrey2015-04-141-4/+9
* | | fix backport mistakeAnatol Belski2015-07-031-1/+1
* | | backport c01943bffc8b719e552d307f522820d50f783a4c into 5.6Anatol Belski2015-07-031-3/+8
* | | Fixed #69882: OpenSSL error "key values mismatch" after openssl_pkcs12_read w...Tjerk Meesters2015-06-264-1/+28
* | | Remove SSLv3 test dependenciesRasmus Lerdorf2015-05-054-16/+3
* | | skip test when xml not availableRemi Collet2015-04-171-0/+1
* | | Fix Bug #69402: Reading empty SSL stream hangs until timeoutDaniel Lowrey2015-04-141-4/+9
* | | Merge branch 'PHP-5.5' into PHP-5.6Leigh2015-03-272-0/+3
|\ \ \ | |/ /
| * | Add RAND_egd check for compiling against LibreSSLLeigh2015-03-272-0/+3
* | | Don't block on crypto data inside stream_select()Daniel Lowrey2015-03-111-11/+7