php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #71548 ECDH Support
Submitted: 2016-02-07 22:49 UTC Modified: 2021-12-16 12:33 UTC
Votes:10
Avg. Score:5.0 ± 0.0
Reproduced:9 of 9 (100.0%)
Same Version:3 (33.3%)
Same OS:3 (33.3%)
From: a dot farukakts at outlook dot com Assigned: bukka (profile)
Status: Assigned Package: OpenSSL related
PHP Version: 7.0.3 OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: a dot farukakts at outlook dot com
New email:
PHP Version: OS:

 

 [2016-02-07 22:49 UTC] a dot farukakts at outlook dot com
Description:
------------
Will we be able to use a function like openssl_ecdh_compute_key() for elliptic curve diffie-hellman key exchange. We have openssl_dh_compute_key() for RSA but don't have similar function for ECC.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-12-15 21:49 UTC] bukka@php.net
-Assigned To: +Assigned To: bukka
 [2021-12-15 21:49 UTC] bukka@php.net
So looking at the code, it should should probably work with OpenSSL 3.0 and PHP 8.1. I will keep this open as it might be worth to port it on lower OpenSSL versions and also cover it better by tests.
 [2021-12-16 12:33 UTC] cmb@php.net
The current state is now documented[1], so if we backport, we
should not forget to update the documentation.

[1] <https://github.com/php/doc-en/commit/4e05f1d8fd0e86d250aee7c497da640dea79be60>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Dec 04 08:01:29 2024 UTC