summaryrefslogtreecommitdiff
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-062-14/+14
* Allow exceptions in __toString()Nikita Popov2019-06-054-45/+96
* Prevent use of TLS 1.3 in stream_server_reneg_limit.phptNikita Popov2019-06-031-0/+2
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-031-0/+1
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-031-0/+1
| |\
| | * Clear errors after SSL_CTX_load_verify_locations()Nikita Popov2019-06-031-0/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Jakub Zelenka2019-06-022-4/+13
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Jakub Zelenka2019-06-022-4/+13
| |\ \ | | |/
| | * Fix bug #78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c)Jakub Zelenka2019-06-022-4/+13
* | | Remove confusing spkstr checksNikita Popov2019-05-311-18/+3
* | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | | Remove unused variablePeter Kokot2019-05-101-2/+0
* | | Merge branch 'PHP-7.3' into PHP-7.4Jakub Zelenka2019-05-051-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Jakub Zelenka2019-05-051-1/+1
| |\ \ | | |/
| | * Fix OpenSSL online test for ca contextJakub Zelenka2019-05-051-1/+1
* | | Enable TLS 1.3 by defaultJakub Zelenka2019-04-282-0/+67
* | | Fix tests and logic for TLS 1.3Jakub Zelenka2019-04-283-28/+39
* | | Added tls 1.3 support for PHPcodarrenvelvindron2019-04-284-5/+142
* | | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-17/+17
* | | Remove PHP_SETUP_KERBEROS m4 macroPeter Kokot2019-04-201-1/+4
* | | Use PKG_CHECK_MODULES to detect the kerberos librariesHugh McMaster2019-04-201-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-151-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-151-1/+1
| |\ \ | | |/
| | * Fix uninitialized cert_capturedNikita Popov2019-04-151-1/+1
* | | Remove extension readmesPeter Kokot2019-03-191-320/+0
* | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1546-95/+95
* | | Remove function_table var from the callerc9s2019-03-111-1/+1
* | | Use EXPECT when possibleGabriel Caruso2019-03-113-3/+3
* | | Merge branch 'PHP-7.3' into PHP-7.4Jakub Zelenka2019-03-106-5/+17
|\ \ \ | |/ /
| * | Speed up TLS wrapper test for min and max versionsJakub Zelenka2019-03-101-1/+1
| * | Merge branch 'PHP-7.2' into PHP-7.3Jakub Zelenka2019-03-105-4/+16
| |\ \ | | |/
| | * Speed up TLS wrapper tests when SSLv3 disabledJakub Zelenka2019-03-105-4/+16
* | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-6/+16
* | | Replace PHP_TM_GMTOFF with AC_CHECK_MEMBERSPeter Kokot2019-03-041-5/+5
* | | Merge branch 'PHP-7.3' into PHP-7.4Anatol Belski2019-02-281-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2019-02-281-1/+1
| |\ \ | | |/
| | * Sync with behavior change in OpenSSL 1.1.1bAnatol Belski2019-02-281-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Jakub Zelenka2019-02-241-86/+89
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Jakub Zelenka2019-02-241-86/+89
| |\ \ | | |/
| | * Print empty string in test for but 77390 just onceJakub Zelenka2019-02-241-2/+5
| | * Use spaces instead of tabs in bug 77390 testJakub Zelenka2019-02-241-85/+85
* | | Revert "Disable bug77390.phpt"Jakub Zelenka2019-02-241-1/+0
* | | Disable bug77390.phptNikita Popov2019-02-221-0/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-202-12/+35
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-202-12/+35
| |\ \ | | |/
| | * OpenSSL: Improve non-blocking eof testAbyr Valg2019-02-202-12/+35
* | | Implement fine-grained conflict handlingNikita Popov2019-02-201-0/+1
* | | Added test for openssl_pkcs12_export_to_file_errorEnrico Zimuel2019-02-101-0/+37
* | | Fix incorrect outbuf freeingNikita Popov2019-02-081-8/+0
* | | Remove local variablesPeter Kokot2019-02-033-25/+0