Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72037 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75567 invoked from network); 3 Feb 2014 05:16:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2014 05:16:33 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:51301] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/B0-03615-F262FE25 for ; Mon, 03 Feb 2014 00:16:32 -0500 Received: by mail-lb0-f170.google.com with SMTP id u14so5076263lbd.29 for ; Sun, 02 Feb 2014 21:16:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=95f2VWwxB+pnMG9ShbuBMAy+qv6dpRFTwEjtYpDZcls=; b=lWNinPoeKhKaokxn021uAyXE3UAk2O0lm1vNef70VqWYD0zg7T7pX9xYTCpBEmvdeL yBC9lzYgGLWPWMTIJSiBP1p3H5qr3tRTZgF8TMcAgJfp1oKaKd3KgFCx/uJwnqzpBYZo 7uD5vq4Qx6ptEeR+e4HS/nDFX5MLLH5BVy5YSk4hAFrYJCtlpj+UJeAmjoZCAZQr/Szl Tvrb6oGIDF7FvON0MLL8ytcruP1zSaOBkKNXbzTTB/nAuxVd9wQINaMCv/owzVWLk5V/ ra14u/TS2jm9sJrnZ3yTfRV6LUoF6Eqz5UvZFfib8ylNs+sRm9QXTpWlG0YioU8FEYPb YbhQ== X-Received: by 10.152.219.97 with SMTP id pn1mr23017635lac.9.1391404588385; Sun, 02 Feb 2014 21:16:28 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.199.37 with HTTP; Sun, 2 Feb 2014 21:15:48 -0800 (PST) Date: Mon, 3 Feb 2014 14:15:48 +0900 X-Google-Sender-Auth: DTzebbJGgh7tg0B2IqE_BkKxXG8 Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1137f67c3ac8a004f179a04d Subject: [RFC] Build OpenSSL Module by Default From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a1137f67c3ac8a004f179a04d Content-Type: text/plain; charset=UTF-8 Hi all, Build OpenSSL Module by Default https://wiki.php.net/rfc/build-openssl-by-default Internal developers and application developers' life could be a lot easier if OpenSSL can be used always. There are number of ways to work around w/o it (e.g. use `php_win32_get_random_bytes()` (Windows) or reading directly from `/dev/xrandom` for random bytes), but life could be easier with openssl. e.g. Hardware AES, etc. Any comments for building openssl by default? Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a1137f67c3ac8a004f179a04d--