summaryrefslogtreecommitdiff
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* Remove openssl test 029 as it is incompleteJakub Zelenka2016-06-291-254/+0
* Revert "Skip new OpenSSL ECC tests on 32bit"Dmitry Stogov2016-06-292-5/+1
* Skip new OpenSSL ECC tests on 32bitJakub Zelenka2016-06-282-1/+5
* Fixed compilation warningsDmitry Stogov2016-06-281-1/+1
* Improve openssl ecc keypair support implementationJakub Zelenka2016-06-261-19/+43
* Adds initial support to generate and work with ECC public key pairDominic Luechinger2016-06-265-28/+588
* Fixed compilation warningsDmitry Stogov2016-06-222-7/+7
* Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
* Merge branch 'openssl_error_store' into openssl_aeadJakub Zelenka2016-06-191-17/+0
|\
| * Remove test for incorrect fix of bug #69882Jakub Zelenka2016-06-191-17/+0
* | Merge branch 'openssl_error_store' into openssl_aeadJakub Zelenka2016-06-1914-345/+486
|\ \ | |/
| * Remove expected openssl errors that are not needed anymoreJakub Zelenka2016-06-191-2/+2
| * Merge branch 'master' into openssl_error_storeJakub Zelenka2016-06-197-37/+37
| |\
| | * fix test portabilityAnatol Belski2016-06-174-6/+6
| | * Merge branch 'PHP-7.0'Jakub Zelenka2016-06-162-6/+6
| | |\
| | | * 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-7.0'Jakub Zelenka2016-06-123-99/+166
| | |\ \ \ | | | |/ /
| | * | | Merge branch 'PHP-7.0'Jakub Zelenka2016-06-081-0/+3
| | |\ \ \
| | * \ \ \ Merge branch 'PHP-7.0'Anatol Belski2016-06-061-1/+1
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'PHP-7.0'Anatol Belski2016-06-061-2/+3
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'PHP-7.0'Jakub Zelenka2016-06-055-290/+331
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'PHP-7.0'Anatol Belski2016-05-062-11/+10
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'PHP-7.0'Anatol Belski2016-05-062-3/+26
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Implement #51879 stream context socket option tcp_nodelayJoe Watkins2016-04-291-25/+25
| * | | | | | | | | | Merge branch 'PHP-7.0' into openssl_error_storeJakub Zelenka2016-06-128-303/+439
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| | * | | | | | | | | 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
| * | | | Merge branch 'openssl_error_store' of github.com:bukka/php-src into openssl_e...Jakub Zelenka2016-04-039-87/+89
| |\ \ \ \
| * | | | | Correctly store OpenSSL erorrs for encrypt_keyJakub Zelenka2016-04-031-3/+2
| * | | | | Store OpenSSL errors from CONF_get_string in SET_OPTIONAL_STRING_ARGJakub Zelenka2016-04-031-4/+10
* | | | | | Merge branch 'openssl_error_store' into openssl_aead_with_error_storeJakub Zelenka2016-02-292-151/+489
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'PHP-7.0' into openssl_error_storeJakub Zelenka2016-02-299-87/+89
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /