summaryrefslogtreecommitdiff
path: root/ext/openssl/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #73978 (openssl_decrypt triggers bug in PDO)Jakub Zelenka2017-01-251-3/+7
* Add php_openssl_store_errors to bailoutsLeigh2017-01-181-0/+2
* Merge branch 'PHP-7.0' into PHP-7.1Leigh2017-01-181-1/+1
|\
| * Change free to OPENSSL_freeLeigh2017-01-181-1/+1
* | Remove more TSRMLS_CC macrosThomas Punt2017-01-181-2/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-071-12/+33
|\ \ | |/
| * Remove superfluous variable reinitLeigh2017-01-071-1/+0
| * Some commentary, change free methodLeigh2017-01-061-2/+4
| * Conditionally free depending on how assignment happenedLeigh2017-01-061-3/+9
| * Fix memleaks from #1755 and some pre-existing onesLeigh2017-01-061-10/+24
| * Merge branch 'pull-request/1755'Joe Watkins2017-01-061-0/+13
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * Fix outlen for openssl functionStanislav Malyshev2016-10-121-5/+7
| * 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 'pull-request/1755'Joe Watkins2017-01-061-0/+13
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Do not add extra timeval entropy when OpenSSL 1.1 usedJakub Zelenka2016-11-271-1/+1
* | Clean up and fix php_openssl_dh_pub_from_privJakub Zelenka2016-11-271-3/+3
* | Fix bug #73478 (openssl_pkey_new() generates wrong pub/priv keys with Diffie ...Jakub Zelenka2016-11-201-0/+48
* | Never return private part of the key from openssl_csr_get_public_keyJakub Zelenka2016-11-061-0/+15
* | Define X509_get_signature_nid for LibreSSLJakub Zelenka2016-10-301-1/+1
* | Fix EC_KEY memory leaksJakub Zelenka2016-10-301-3/+3
* | Try to fix LibreSSL buildJakub Zelenka2016-10-231-4/+4
* | Drop useless checks for DH and RSAJakub Zelenka2016-10-231-6/+0
* | 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
* | Set DSA or DH key only if pub key suppliedJakub Zelenka2016-08-141-10/+4
* | Return false if tag is not supplied or cannot be retrieved in AEADJakub Zelenka2016-08-141-1/+8
* | Do not add already added object to the internal OpenSSL tableJakub Zelenka2016-08-031-1/+2
* | Require strict base64 in openssl_decodeLauri Kenttä2016-07-221-1/+1
* | Add missing X509_get_signature_nid for 1.0.1Jakub Zelenka2016-07-191-0/+9
* | 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-171-63/+256
* | Add missing creating of md_ctx in openssl_digestJakub Zelenka2016-07-171-0/+1
* | Add missing break in php_openssl_is_private_keyJakub Zelenka2016-07-171-0/+1
* | The DSS1 is not available in OpenSSL 1.1Jakub Zelenka2016-07-171-0/+6
* | Move and use opaque pkey in openssl_dh_compute_keyJakub Zelenka2016-07-171-42/+47
* | Use opaque pkey in openssl_pkey_get_detailsJakub Zelenka2016-07-171-59/+65
* | Use EVP_PKEY_base_id where possibleJakub Zelenka2016-07-171-3/+3
* | Use opaque EVP_PKEY in php_openssl_is_private_keyJakub Zelenka2016-07-171-17/+21
* | Do not use X509 props directly in openssl_x509_parseJakub Zelenka2016-07-171-6/+8
* | Do not use X509_EXTENSION data directly as it is opaqueJakub Zelenka2016-07-171-2/+4
* | Wrap pkey id and rsa gettersJakub Zelenka2016-07-171-8/+8
* | Use opaque md ctx in openssl_sign and openssl_verifyJakub Zelenka2016-07-171-10/+14
* | Use opaque cipher ctx in openssl_seal and openssl_openJakub Zelenka2016-07-171-15/+17
* | Use opaque EVP_MD_CTX in openssl_digestJakub Zelenka2016-07-171-4/+6
* | Bump minimal OpenSSL version to 1.0.1Jakub Zelenka2016-07-171-31/+2