php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #76026 Add new feature from OpenSSL (ECDHE)
Submitted: 2018-02-28 10:02 UTC Modified: 2018-05-18 15:16 UTC
From: nexwo at outlook dot com Assigned: bukka (profile)
Status: Closed Package: OpenSSL related
PHP Version: 7.2.2 OS: Windows/Linux
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: nexwo at outlook dot com
New email:
PHP Version: OS:

 

 [2018-02-28 10:02 UTC] nexwo at outlook dot com
Description:
------------
OpenSSL already has some important function/command: pkeyutl -derive
Example:
openssl pkeyutl -derive -inkey alice_priv_key.pem -peerkey bob_pub_key.pem -out alice_shared_secret.bin
openssl pkeyutl -derive -inkey bob_priv_key.pem -peerkey alice_pub_key.pem -out bob_shared_secret.bin


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-03-02 13:50 UTC] nexwo at outlook dot com
-Summary: Add new feature from OpenSSL +Summary: Add new feature from OpenSSL (ECDHE)
 [2018-03-02 13:50 UTC] nexwo at outlook dot com
More information in summary.
 [2018-05-18 15:16 UTC] bukka@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: bukka
 [2018-05-18 15:16 UTC] bukka@php.net
New function openssl_pkey_derive has been merged to the master which should cover this:

https://github.com/php/php-src/pull/3197
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 06:01:34 2025 UTC