summaryrefslogtreecommitdiff
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* Make openssl_error_string test work in OpenSSL 1.1.1Jakub Zelenka2018-04-151-5/+8
* Fix some arginfosGabriel Caruso2018-02-231-3/+5
* Fix openssl_* arginfosGabriel Caruso2018-02-201-3/+2
* Use correct certs for SNI server testsJakub Zelenka2018-01-309-316/+240
* year++Xinchen Hui2018-01-023-3/+3
* Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2017-10-3015-28/+209
|\
| * Prevent leaking x509 and csr resources if it is not requestedJakub Zelenka2017-10-301-3/+6
| * Extend and speed up pkey export testsJakub Zelenka2017-10-302-10/+4
| * Rewrite openssl_csr_get_subject test to improve coverageJakub Zelenka2017-10-301-11/+47
| * Add openssl_csr_get_public_key testJakub Zelenka2017-10-301-0/+44
| * Extend openssl_pkcs7_* tests to cover resource certJakub Zelenka2017-10-303-0/+8
| * Fix cleaning tmp output file in openssl_csr_export_to_file testJakub Zelenka2017-10-301-0/+1
| * openssl: add basic openssl_csr_export_to_file testsJelle van der Waa2017-10-301-0/+82
| * Extend openssl_csr_sign test to cover cert resourceJakub Zelenka2017-10-301-0/+2
| * Set different invalid path in openssl_pkcs12_export so it is more unlikely to...Jakub Zelenka2017-10-301-1/+1
| * Extend openssl_x509_parse to cover cert resourceJakub Zelenka2017-10-301-1/+4
| * Rename and test resource cert in openssl_x509_checkpurpose testJakub Zelenka2017-10-301-1/+2
| * Extend openssl_x509_check_private_key to test resource certJakub Zelenka2017-10-301-1/+1
| * Extend openssl_x509_fingerprint test to cover resource cert with sha1Jakub Zelenka2017-10-301-0/+7
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-10-272-4/+23
|\ \ | |/
| * Fix bug #75307 Wrong reflection for openssl_open functionFabien Villepinte2017-10-272-4/+23
* | Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2017-10-222-3/+5
|\ \ | |/
| * Fix clean up for openssl_pkcs12_export_to_file_basicJakub Zelenka2017-10-221-1/+2
| * openssl: Fix openssl_pkcs12_export extracerts testJelle van der Waa2017-10-221-2/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2017-10-151-25/+27
|\ \ | |/
| * Properly fix #75363 and address some other leaks with certJakub Zelenka2017-10-151-25/+27
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2017-10-121-9/+1
|\ \ | |/
| * Fixed bug #75363 (openssl_x509_parse leaks memory)Bob Weinand2017-10-121-9/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-241-0/+83
|\ \ | |/
| * Add test for bug #74903Anatol Belski2017-07-241-0/+83
* | Followup on 0ec147d3 for another placeAnatol Belski2017-07-243-9/+10
* | Ensure binary mode for OpenSSL I/OAnatol Belski2017-07-241-14/+14
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-07-241-0/+60
|\ \ | |/
| * openssl: Add openssl_pkcs12_export_to_file testsJelle van der Waa2017-07-241-0/+60
* | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-07-043-1/+45
|\ \ | |/
| * Fix bug #74651 - check EVP_SealInit as it can return -1Stanislav Malyshev2017-07-043-1/+45
* | Add OPENSSL_DONT_ZERO_PAD_KEY constant to prevent key paddingJakub Zelenka2017-06-256-16/+74
* | Fix bug #74798 pkcs7_en/decrypt does not work if \x0a is used in contentAnatol Belski2017-06-242-2/+98
* | Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2017-06-184-0/+203
|\ \ | |/
| * openssl: Add openssl_pkcs12_(read, export) testsJelle van der Waa2017-06-184-0/+203
* | Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2017-06-161-4/+2
|\ \ | |/
| * openssl: Fix spkstr and spki leak in openssl_spki_newJelle van der Waa2017-06-161-4/+2
* | group the change for bug #74720Anatol Belski2017-06-091-3/+11
* | Fixed bug #74720 pkcs7_en/decrypt does not work if \x1a is used inAnatol Belski2017-06-093-2/+183
* | Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2017-06-041-17/+24
|\ \ | |/
| * Replace ASN1_STRING_data with ASN1_STRING_get0_dataJakub Zelenka2017-06-041-17/+24
* | openssl_pkcs12_read: add missing BIO_freeJelle van der Waa2017-06-021-0/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-05-182-2/+28
|\ \ | |/
| * follow up fix on bug #74022Anatol Belski2017-05-182-2/+28
| * Fix possible memory leak in openssl_encrypt and openssl_decryptJakub Zelenka2017-04-271-2/+2