summaryrefslogtreecommitdiff
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6' into PHP-7.0Jakub Zelenka2016-06-162-6/+6
|\
| * 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
* | Merge branch 'PHP-5.6' into PHP-7.0Jakub Zelenka2016-06-123-99/+166
|\ \ | |/
| * 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
* | Merge branch 'PHP-5.6' into PHP-7.0Jakub Zelenka2016-06-081-0/+3
|\ \ | |/
| * Fix bug #72140 (segfault after calling ERR_free_strings())Jakub Zelenka2016-06-081-0/+3
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-06-061-1/+1
|\ \ | |/
| * fix typoAnatol Belski2016-06-061-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-06-061-2/+3
|\ \ | |/
| * fix broken skipif and add xfail for nowAnatol Belski2016-06-061-2/+3
* | Merge branch 'PHP-5.6' into PHP-7.0Jakub Zelenka2016-06-055-290/+331
|\ \ | |/
| * 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
* | Re-fix #72165Anatol Belski2016-05-062-0/+22
* | Revert "Fixed bug #72165 Null pointer dereference - openssl_csr_new"Anatol Belski2016-05-062-26/+3
* | Fixed bug #72165 Null pointer dereference - openssl_csr_newAnatol Belski2016-05-062-3/+26
* | Remove TSRMLS_* from code, they are not used anymoreStanislav Malyshev2016-02-171-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-02-161-4/+6
|\ \ | |/
| * improve testAnatol Belski2016-02-161-4/+6
* | Format string fixesNikita Popov2016-02-141-2/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Jakub Zelenka2016-02-047-80/+80
|\ \ | |/
| * Split and clean up OpenSSL X509 testsJakub Zelenka2016-02-047-79/+80
* | Merge branch 'PHP-5.6' into PHP-7.0Jakub Zelenka2016-02-0332-89/+85
|\ \ | |/
| * Rename and clean up OpenSSL testsJakub Zelenka2016-02-0332-89/+85
* | fix directory separator in testAnatol Belski2016-02-021-2/+2
* | Merge branch 'PHP-7.0.3' into PHP-7.0Stanislav Malyshev2016-02-012-1/+18
|\ \
| * | Fixed bug #71475: openssl_seal() uninitialized memory usageStanislav Malyshev2016-01-312-1/+18
* | | Rename private.key to private_rsa_1024.key in new openssl_seal testJakub Zelenka2016-01-311-1/+1
* | | Merge branch 'PHP-5.6' into PHP-7.0Jakub Zelenka2016-01-3122-272/+339
|\ \ \ | | |/ | |/|
| * | 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
* | | Merge branch 'PHP-5.6' into PHP-7.0Jakub Zelenka2016-01-251-0/+4
|\ \ \ | |/ / | | / | |/ |/|
| * Fix memory leak with not freeing OpenSSL errorsJakub Zelenka2016-01-251-0/+4
* | Fix small CS label issue in openssl.cJakub Zelenka2016-01-041-1/+1
* | Replaced whitespaces with tabs and fixed aligmentsDominic Luechinger2016-01-041-77/+77
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-013-3/+3
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-013-3/+3
* | Merge branch 'PHP-5.6' into PHP-7.0Jakub Zelenka2015-11-091-184/+0
|\ \ | |/
| * Remove SNI test that trigger request to sni.velox.chJakub Zelenka2015-11-091-184/+0
* | Merge branch 'PHP-5.6' into PHP-7.0Jakub Zelenka2015-10-292-0/+32
|\ \ | |/
| * 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