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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 02:01:30 2024 UTC