Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96415 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82159 invoked from network); 18 Oct 2016 08:22:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Oct 2016 08:22:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.171 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.161.171 mail-yw0-f171.google.com Received: from [209.85.161.171] ([209.85.161.171:35606] helo=mail-yw0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9C/26-40890-3BBD5085 for ; Tue, 18 Oct 2016 04:22:12 -0400 Received: by mail-yw0-f171.google.com with SMTP id t193so132952677ywc.2 for ; Tue, 18 Oct 2016 01:22:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=G6O5XSo1pC6ATzLR1/DV4roEGCMCxEF5KO+ojlu+YQY=; b=JGE+8RhZyllXf6zeRuzNNhNKdaxFrru4BKUnTLsQRgQ4BmTQSc+gj1LBmknBLil4lC /oTTYh+fghU9zU+DTrn3hSL2MjSgKckckkLRHp6lZqu0qgXh3Y2jzkBl/oStaGUkhwXM 0w68Uyalkg+2JMfl36ICs4W4/8WpDFPS5GRvcfNm4ZdFANWUGoV2F4P6czUznh10Qhtt hIUXPqljnKgKmdBJDA2MSWL/pGDhlbKw1oemmkKM+/7nkyAp50p6NUO5avBVvNdsaqw0 TIxJqzcSBLbHkz0t65F2e4WxeMZz287IyF6IF/uNeH8maJlvvsf4WEj753kchbxGDv9o 6eEw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=G6O5XSo1pC6ATzLR1/DV4roEGCMCxEF5KO+ojlu+YQY=; b=LYKacw/k6Z+/FWn2HaJPMW8d3HIytAxd4gwtkpnakFhg6uR9F8crXTY5cEgjRAWIBW XnKo6AFYttf4SGzl/cViETLr1qMBLLsMJ+TI9isVsR4oNcHcUn6DpEbOzL3PjM8plapo s8LEU2ZncL2zcdY/ZymbVOG5rGza76BYTVI5491tuBkIXpsQTLwDfG+OVBkA2/6qZYvD SSprcGcv8FFCgRsRT09Bdsc0HqO17b+yLO++4TMCyyblF6RJcZy6h7s83t7HGMmO0swE HWIy3KHfeJ5FYiqTSwKI6Ms+tS/qAcPZn1VoFh4LjXMyuoikqUtnG+/Pg2+VqF9q205m ailw== X-Gm-Message-State: AA6/9RncXHA2ff6Vf+ogcO3NYQ8jnW5BQUj7+3RNVeZ31a6Z750Dgt6fy0nUxrQyJJ+kJiG7qju6I+qNAN3X8g== X-Received: by 10.13.234.66 with SMTP id t63mr1725272ywe.170.1476778928554; Tue, 18 Oct 2016 01:22:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.13.219.12 with HTTP; Tue, 18 Oct 2016 01:22:08 -0700 (PDT) In-Reply-To: References: Date: Tue, 18 Oct 2016 10:22:08 +0200 Message-ID: To: Sara Golemon Cc: PHP internals Content-Type: multipart/alternative; boundary=94eb2c086b3872c7ef053f1f63bb Subject: Re: [PHP-DEV] [RFC] OpenSSL BigNum support From: nikita.ppv@gmail.com (Nikita Popov) --94eb2c086b3872c7ef053f1f63bb Content-Type: text/plain; charset=UTF-8 On Tue, Oct 18, 2016 at 3:35 AM, Sara Golemon wrote: > As it says on the tin: Wrap the BN (BigNumber) library in OpenSSL. > > https://wiki.php.net/rfc/openssl.bignum > Why do we need this when we already have GMP? If the only reason is "not all environments install GMP" then I'm -1 on this. Nikita --94eb2c086b3872c7ef053f1f63bb--