summaryrefslogtreecommitdiff
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* Remove Netware supportKalle Sommer Nielsen2016-11-122-5/+1
* Merge branch 'PHP-7.1'Jakub Zelenka2016-11-061-0/+15
|\
| * Never return private part of the key from openssl_csr_get_public_keyJakub Zelenka2016-11-061-0/+15
* | Merge branch 'PHP-7.1'Jakub Zelenka2016-10-301-1/+1
|\ \ | |/
| * Define X509_get_signature_nid for LibreSSLJakub Zelenka2016-10-301-1/+1
* | Merge branch 'PHP-7.1'Jakub Zelenka2016-10-301-3/+3
|\ \ | |/
| * Fix EC_KEY memory leaksJakub Zelenka2016-10-301-3/+3
* | Merge branch 'PHP-7.1'Jakub Zelenka2016-10-232-9/+9
|\ \ | |/
| * Try to fix LibreSSL buildJakub Zelenka2016-10-232-9/+9
* | Merge branch 'PHP-7.1'Jakub Zelenka2016-10-232-13/+3
|\ \ | |/
| * Drop useless checks for DH and RSAJakub Zelenka2016-10-232-13/+3
| * Merge branch 'pull-request/1814'Joe Watkins2016-10-171-0/+77
| * fix testAnatol Belski2016-10-141-2/+2
| * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-10-141-2/+2
| * followup with #73276 mergeAnatol Belski2016-10-141-6/+5
| * Fix bug #73276 - crash in openssl_random_pseudo_bytes functionStanislav Malyshev2016-10-141-1/+6
* | Merge branch 'pull-request/1814'Joe Watkins2016-10-171-0/+77
|\ \
| * | test to function openssl_free_key($loaded_key);marcosptf2016-03-131-0/+77
* | | Remove this old and long gone deprecated makefile. Netware was discontinued o...Kalle Sommer Nielsen2016-10-161-185/+0
* | | Fix build, decls firstKalle Sommer Nielsen2016-10-161-1/+2
* | | fix testAnatol Belski2016-10-131-2/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-10-121-2/+2
|\ \ \
| * | | Fix outlen for openssl functionStanislav Malyshev2016-10-121-5/+7
* | | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-121-4/+8
|\ \ \ \ | |/ / /
| * | | followup with #73276 mergeAnatol Belski2016-10-121-6/+5
| * | | Fix bug #73276 - crash in openssl_random_pseudo_bytes functionStanislav Malyshev2016-10-121-1/+6
* | | | Merge branch 'PHP-7.1'Jakub Zelenka2016-09-132-3/+51
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2016-09-132-3/+51
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.6' into PHP-7.0Jakub Zelenka2016-09-132-3/+51
| | |\ \
| | | * | Fix bug #73072 (Invalid path SNI_server_certs causes segfault)Jakub Zelenka2016-09-132-3/+51
* | | | | Merge branch 'PHP-7.1'Christoph M. Becker2016-09-061-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fix #72948: Uncatchable "Catchable" fatal error for class to string conversionsChristoph M. Becker2016-09-031-1/+1
* | | | | Merge branch 'PHP-7.1'Jakub Zelenka2016-08-211-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Do not expect error 0407006A in openssl_private_(en|de)cryptJakub Zelenka2016-08-211-1/+1
* | | | | Merge branch 'PHP-7.1'Jakub Zelenka2016-08-141-10/+4
|\ \ \ \ \ | |/ / / /
| * | | | Set DSA or DH key only if pub key suppliedJakub Zelenka2016-08-141-10/+4
* | | | | Merge branch 'PHP-7.1'Jakub Zelenka2016-08-142-2/+15
|\ \ \ \ \ | |/ / / /
| * | | | Return false if tag is not supplied or cannot be retrieved in AEADJakub Zelenka2016-08-142-2/+15
* | | | | Merge branch 'PHP-7.1'Jakub Zelenka2016-08-031-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Do not add already added object to the internal OpenSSL tableJakub Zelenka2016-08-031-1/+2
* | | | | Fix indent in opnenssl_decrypt testsJakub Zelenka2016-07-242-6/+6
* | | | | Remove unused DEFAULT_KEY_LENGTH defineMark Jones2016-07-231-1/+0
|/ / / /
* | | | Use OPENSSL_RAW_DATA in raw data decryption testsNikita Popov2016-07-222-6/+12
* | | | Require strict base64 in openssl_decodeLauri Kenttä2016-07-221-1/+1
* | | | Fix test: Use valid base64 even for invalid OpenSSL dataLauri Kenttä2016-07-221-1/+1
* | | | Add missing X509_get_signature_nid for 1.0.1Jakub Zelenka2016-07-191-0/+9
* | | | Use always non const SSL cipher version stringJakub Zelenka2016-07-191-2/+19
* | | | Update authors of openssl.cJakub Zelenka2016-07-171-0/+1
* | | | Use opaque EVP_PKEY for new EC logic in openssl_pkey_newJakub Zelenka2016-07-171-1/+1
* | | | Use opaque RSA, DSA and DHJakub Zelenka2016-07-172-69/+256