| Commit message (Expand) | Author | Age | Files | Lines |
* | Make openssl_error_string test work in OpenSSL 1.1.1 | Jakub Zelenka | 2018-04-15 | 1 | -5/+8 |
* | Fix some arginfos | Gabriel Caruso | 2018-02-23 | 1 | -3/+5 |
* | Fix openssl_* arginfos | Gabriel Caruso | 2018-02-20 | 1 | -3/+2 |
* | Use correct certs for SNI server tests | Jakub Zelenka | 2018-01-30 | 9 | -316/+240 |
* | year++ | Xinchen Hui | 2018-01-02 | 3 | -3/+3 |
* | Merge branch 'PHP-7.0' into PHP-7.1 | Jakub Zelenka | 2017-10-30 | 15 | -28/+209 |
|\ |
|
| * | Prevent leaking x509 and csr resources if it is not requested | Jakub Zelenka | 2017-10-30 | 1 | -3/+6 |
| * | Extend and speed up pkey export tests | Jakub Zelenka | 2017-10-30 | 2 | -10/+4 |
| * | Rewrite openssl_csr_get_subject test to improve coverage | Jakub Zelenka | 2017-10-30 | 1 | -11/+47 |
| * | Add openssl_csr_get_public_key test | Jakub Zelenka | 2017-10-30 | 1 | -0/+44 |
| * | Extend openssl_pkcs7_* tests to cover resource cert | Jakub Zelenka | 2017-10-30 | 3 | -0/+8 |
| * | Fix cleaning tmp output file in openssl_csr_export_to_file test | Jakub Zelenka | 2017-10-30 | 1 | -0/+1 |
| * | openssl: add basic openssl_csr_export_to_file tests | Jelle van der Waa | 2017-10-30 | 1 | -0/+82 |
| * | Extend openssl_csr_sign test to cover cert resource | Jakub Zelenka | 2017-10-30 | 1 | -0/+2 |
| * | Set different invalid path in openssl_pkcs12_export so it is more unlikely to... | Jakub Zelenka | 2017-10-30 | 1 | -1/+1 |
| * | Extend openssl_x509_parse to cover cert resource | Jakub Zelenka | 2017-10-30 | 1 | -1/+4 |
| * | Rename and test resource cert in openssl_x509_checkpurpose test | Jakub Zelenka | 2017-10-30 | 1 | -1/+2 |
| * | Extend openssl_x509_check_private_key to test resource cert | Jakub Zelenka | 2017-10-30 | 1 | -1/+1 |
| * | Extend openssl_x509_fingerprint test to cover resource cert with sha1 | Jakub Zelenka | 2017-10-30 | 1 | -0/+7 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-10-27 | 2 | -4/+23 |
|\ \
| |/ |
|
| * | Fix bug #75307 Wrong reflection for openssl_open function | Fabien Villepinte | 2017-10-27 | 2 | -4/+23 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Jakub Zelenka | 2017-10-22 | 2 | -3/+5 |
|\ \
| |/ |
|
| * | Fix clean up for openssl_pkcs12_export_to_file_basic | Jakub Zelenka | 2017-10-22 | 1 | -1/+2 |
| * | openssl: Fix openssl_pkcs12_export extracerts test | Jelle van der Waa | 2017-10-22 | 1 | -2/+3 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Jakub Zelenka | 2017-10-15 | 1 | -25/+27 |
|\ \
| |/ |
|
| * | Properly fix #75363 and address some other leaks with cert | Jakub Zelenka | 2017-10-15 | 1 | -25/+27 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2017-10-12 | 1 | -9/+1 |
|\ \
| |/ |
|
| * | Fixed bug #75363 (openssl_x509_parse leaks memory) | Bob Weinand | 2017-10-12 | 1 | -9/+1 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-07-24 | 1 | -0/+83 |
|\ \
| |/ |
|
| * | Add test for bug #74903 | Anatol Belski | 2017-07-24 | 1 | -0/+83 |
* | | Followup on 0ec147d3 for another place | Anatol Belski | 2017-07-24 | 3 | -9/+10 |
* | | Ensure binary mode for OpenSSL I/O | Anatol Belski | 2017-07-24 | 1 | -14/+14 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-07-24 | 1 | -0/+60 |
|\ \
| |/ |
|
| * | openssl: Add openssl_pkcs12_export_to_file tests | Jelle van der Waa | 2017-07-24 | 1 | -0/+60 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2017-07-04 | 3 | -1/+45 |
|\ \
| |/ |
|
| * | Fix bug #74651 - check EVP_SealInit as it can return -1 | Stanislav Malyshev | 2017-07-04 | 3 | -1/+45 |
* | | Add OPENSSL_DONT_ZERO_PAD_KEY constant to prevent key padding | Jakub Zelenka | 2017-06-25 | 6 | -16/+74 |
* | | Fix bug #74798 pkcs7_en/decrypt does not work if \x0a is used in content | Anatol Belski | 2017-06-24 | 2 | -2/+98 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Jakub Zelenka | 2017-06-18 | 4 | -0/+203 |
|\ \
| |/ |
|
| * | openssl: Add openssl_pkcs12_(read, export) tests | Jelle van der Waa | 2017-06-18 | 4 | -0/+203 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Jakub Zelenka | 2017-06-16 | 1 | -4/+2 |
|\ \
| |/ |
|
| * | openssl: Fix spkstr and spki leak in openssl_spki_new | Jelle van der Waa | 2017-06-16 | 1 | -4/+2 |
* | | group the change for bug #74720 | Anatol Belski | 2017-06-09 | 1 | -3/+11 |
* | | Fixed bug #74720 pkcs7_en/decrypt does not work if \x1a is used in | Anatol Belski | 2017-06-09 | 3 | -2/+183 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Jakub Zelenka | 2017-06-04 | 1 | -17/+24 |
|\ \
| |/ |
|
| * | Replace ASN1_STRING_data with ASN1_STRING_get0_data | Jakub Zelenka | 2017-06-04 | 1 | -17/+24 |
* | | openssl_pkcs12_read: add missing BIO_free | Jelle van der Waa | 2017-06-02 | 1 | -0/+1 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-05-18 | 2 | -2/+28 |
|\ \
| |/ |
|
| * | follow up fix on bug #74022 | Anatol Belski | 2017-05-18 | 2 | -2/+28 |
| * | Fix possible memory leak in openssl_encrypt and openssl_decrypt | Jakub Zelenka | 2017-04-27 | 1 | -2/+2 |