Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-02-23 | 1 | -3/+5 |
|\ | |||||
| * | Fix some arginfos | Gabriel Caruso | 2018-02-23 | 1 | -3/+5 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-02-20 | 1 | -3/+2 |
|\ \ | |/ | |||||
| * | Fix openssl_* arginfos | Gabriel Caruso | 2018-02-20 | 1 | -3/+2 |
| * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Jakub Zelenka | 2017-10-30 | 1 | -3/+6 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Jakub Zelenka | 2017-10-30 | 1 | -3/+6 |
| |\ | |||||
| | * | Prevent leaking x509 and csr resources if it is not requested | Jakub Zelenka | 2017-10-30 | 1 | -3/+6 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Joe Watkins | 2017-10-27 | 1 | -4/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-10-27 | 1 | -4/+5 |
| |\ \ | | |/ | |||||
| | * | Fix bug #75307 Wrong reflection for openssl_open function | Fabien Villepinte | 2017-10-27 | 1 | -4/+5 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Jakub Zelenka | 2017-10-15 | 1 | -25/+27 |
|\ \ \ | |/ / | |||||
| * | | 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.1' into PHP-7.2 | Bob Weinand | 2017-10-12 | 1 | -9/+1 |
|\ \ \ | |/ / | |||||
| * | | 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 |
| * | | Followup on 0ec147d3 for another place | Anatol Belski | 2017-07-24 | 1 | -8/+0 |
| * | | Ensure binary mode for OpenSSL I/O | Anatol Belski | 2017-07-24 | 1 | -14/+14 |
* | | | Automatically load OpenSSL configuration file | Jakub Zelenka | 2017-08-30 | 1 | -0/+4 |
* | | | Do not explicitly initialize and clean up OpenSSL for OpenSSL 1.1 | Jakub Zelenka | 2017-08-30 | 1 | -0/+4 |
* | | | Followup on 0ec147d3 for another place | Anatol Belski | 2017-07-24 | 1 | -8/+0 |
* | | | Ensure binary mode for OpenSSL I/O | Anatol Belski | 2017-07-24 | 1 | -15/+15 |
* | | | Make functions in openssl.c more consistent | Jakub Zelenka | 2017-07-16 | 1 | -61/+78 |
* | | | Merge branch 'PHP-7.1' | Stanislav Malyshev | 2017-07-04 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2017-07-04 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix bug #74651 - check EVP_SealInit as it can return -1 | Stanislav Malyshev | 2017-07-04 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.1' | Jakub Zelenka | 2017-06-25 | 1 | -16/+23 |
|\ \ \ | |/ / | |||||
| * | | Add OPENSSL_DONT_ZERO_PAD_KEY constant to prevent key padding | Jakub Zelenka | 2017-06-25 | 1 | -16/+23 |
* | | | Merge branch 'PHP-7.1' | Anatol Belski | 2017-06-24 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix bug #74798 pkcs7_en/decrypt does not work if \x0a is used in content | Anatol Belski | 2017-06-24 | 1 | -2/+2 |
* | | | Add openssl_pkcs7_read and output P7B in openssl_pkcs7_verify | Jelle van der Waa | 2017-06-22 | 1 | -4/+134 |
* | | | Merge branch 'PHP-7.1' | Jakub Zelenka | 2017-06-16 | 1 | -4/+2 |
|\ \ \ | |/ / | |||||
| * | | 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 |
* | | | Merge branch 'PHP-7.1' | Anatol Belski | 2017-06-09 | 1 | -3/+11 |
|\ \ \ | |/ / | |||||
| * | | group the change for bug #74720 | Anatol Belski | 2017-06-09 | 1 | -3/+11 |
* | | | Merge branch 'PHP-7.1' | Anatol Belski | 2017-06-09 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #74720 pkcs7_en/decrypt does not work if \x1a is used in | Anatol Belski | 2017-06-09 | 1 | -2/+2 |
* | | | Merge branch 'PHP-7.1' | Jakub Zelenka | 2017-06-04 | 1 | -17/+24 |
|\ \ \ | |/ / | |||||
| * | | 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 |
* | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-06-02 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | openssl_pkcs12_read: add missing BIO_free | Jelle van der Waa | 2017-06-02 | 1 | -0/+1 |
* | | | Merge branch 'PHP-7.1' | Anatol Belski | 2017-05-18 | 1 | -2/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-05-18 | 1 | -2/+4 |
| |\ \ | | |/ | |||||
| | * | follow up fix on bug #74022 | Anatol Belski | 2017-05-18 | 1 | -2/+4 |
| | * | Fix possible memory leak in openssl_encrypt and openssl_decrypt | Jakub Zelenka | 2017-04-27 | 1 | -2/+2 |
| | * | Do not add already added object to the internal OpenSSL table | Jakub Zelenka | 2017-04-26 | 1 | -1/+2 |