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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
50 - 26 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Apr 19 16:01:27 2024 UTC