Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62222 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43449 invoked from network); 17 Aug 2012 07:32:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Aug 2012 07:32:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=me@evancoury.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=me@evancoury.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain evancoury.com designates 184.105.241.53 as permitted sender) X-PHP-List-Original-Sender: me@evancoury.com X-Host-Fingerprint: 184.105.241.53 mail.evan.pro Linux 2.6 Received: from [184.105.241.53] ([184.105.241.53:60060] helo=mail.evan.pro) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 17/51-33762-0A3FD205 for ; Fri, 17 Aug 2012 03:32:48 -0400 MIME-Version: 1.0 X-DKIM: Sendmail DKIM Filter v2.8.3 mail.evan.pro DE0234B30164 DKIM-Signature: v=1; a=rsa-sha1; c=simple/simple; d=evancoury.com; s=default; t=1345188765; bh=scxg6cxQJDHBgRxch8LFVowilmw=; h=Date:Message-ID:Subject:From:To:Content-Type; b=M2xyR2qwgpxl+eG+KJ4+0u3wCXy5CaU/JgQxn1MXBzD2pTH+h/NxAa3+qxS+D6aqR /0Yq1SrhO/lWellJcYFcc7Z14s1Jktu+E7RcJ0dj/UoClGLt7Gk1DzQbsgc74pmqxp CXmug3GwYiFJ+etEa3XoLQNe08rxi8hkKWtOjwnY= Date: Fri, 17 Aug 2012 00:32:43 -0700 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Phar PGP signature support From: me@evancoury.com (Evan Coury) Hi all, I'm wondering what the status/plan is for supporting PGP for Phar signatures. So far I've only found a couple of vague references such as on the Phar::setSignatureAlgorithm() manual page: > The signature algorithm must be one of Phar::MD5, Phar::SHA1, Phar::SHA256, Phar::SHA512, or Phar::PGP (pgp not yet supported and falls back to SHA-1). There's also a brief reference here, http://lxr.php.net/xref/PHP_TRUNK/ext/phar/TODO#42 However, I have not been able to find much else. Perhaps there is an RFC or old ML thread that I'm missing? Any info would be appreciated. Thanks, --- Evan Coury, ZCE http://blog.evan.pro/