Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102068 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55930 invoked from network); 20 Apr 2018 19:56:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Apr 2018 19:56:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=jakub.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=jakub.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.180 as permitted sender) X-PHP-List-Original-Sender: jakub.php@gmail.com X-Host-Fingerprint: 209.85.213.180 mail-yb0-f180.google.com Received: from [209.85.213.180] ([209.85.213.180:45407] helo=mail-yb0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 83/19-38944-CC54ADA5 for ; Fri, 20 Apr 2018 15:55:59 -0400 Received: by mail-yb0-f180.google.com with SMTP id r13-v6so2293838ybm.12 for ; Fri, 20 Apr 2018 12:55:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:from:date:message-id:subject:to; bh=lnb4831PThtPc8uGeFZYeez4ZAK3Q6gaPWroXVNCjRk=; b=OMj49g0hSCbfGIsVNCPb87ggiwsYx/7vyGbyhV4NUfzm0i4XlXXedR8oWmDl+GTYUQ uOxLkqoqhZiyFzr0vZvjvA+wKeFYb1Evsy48k3BxEqoMtZAFNPYsDeWbEMZbVFQr7XMC qOdddWFwi6pjipiClU4SfGjQu8YhdHXYwjgNmp834VvUP0Z1oEnrV9QETJs61w5Feokz HwVm21lotr6UWAtNWlAI2cwEgB2YE2ljLInXJhEVzOVJPch4nzSh+GNsWBROGnfzbdYs eim4BG6K6ITEC+t5J90W3ERbl39nr0JBI1hMZu+n55EK+zREOrb7b3kfHiwoBaB6fSKT oe0w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to; bh=lnb4831PThtPc8uGeFZYeez4ZAK3Q6gaPWroXVNCjRk=; b=c7U10uNGy/SYNmCzzwFubJBh60HrWwJz8mVS59JW1JGKSHacdxW4HtJqwMnbmyhivo 9mEv1C6j3FIfLiyn2W4rk+WfmcYmRBoiEK95DXQWulG5aixs3gKil+hWcx8iPFJUbkd6 lOTUEZEor38M5CZR8XhlSz0pNqkJD77ieboAfvU+jYQB+KYk8MJY7fU1e32iCSYsE9ce 3Op+OiXCO0KNkrKf6XBS7ThzUfdtyBfyLgmDnC22c7MH0E9MkMVJ2xCyXC6R4ULM7cmD C3X+Pq+ePsQU/o1Ti2nrUJxhNIqx5OXSY079Gp3HXwXxA9/3CIyusR/cM8/5BmlOSeSj xjag== X-Gm-Message-State: ALQs6tA3aCTzTnECyUgsgy++aGgFC6wppmXvXO1PaM1fP+1qvNGkLcKM MXD7VK8rGtrQBsW7kAb59kGsF8pWmNsdpItT5nQp4w== X-Google-Smtp-Source: AIpwx49Ar76VK8yAU14lerNT5+1lRbU75SG7Yika5elFfeTasKODMtzhoBG4fNgB6ma1LhT/rv5huJWq0/Zbshavhxw= X-Received: by 2002:a5b:1ce:: with SMTP id f14-v6mr7251044ybp.382.1524254153520; Fri, 20 Apr 2018 12:55:53 -0700 (PDT) MIME-Version: 1.0 Sender: jakub.php@gmail.com Received: by 10.129.181.6 with HTTP; Fri, 20 Apr 2018 12:55:53 -0700 (PDT) Date: Fri, 20 Apr 2018 20:55:53 +0100 X-Google-Sender-Auth: jP1TQSxlz__QtL7Urc_oZWkFQps Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary="0000000000005e39e3056a4d135a" Subject: openssl_pkey_derive From: bukka@php.net (Jakub Zelenka) --0000000000005e39e3056a4d135a Content-Type: text/plain; charset="UTF-8" Hi, There is a PR to add a new function called openssl_pkey_derive to openssl extension: https://github.com/php/php-src/pull/3197 The purpose is to derive public key algorithm shared secret. I think it's a reasonable addition and if there are no objections, I will merge it in the next two weeks. More info can be found in the PR or in the OpenSSL documentation for EVP_PKEY_derive: https://www.openssl.org/docs/man1.1.0/crypto/EVP_PKEY_derive.html Cheers Jakub --0000000000005e39e3056a4d135a--