Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49094 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11683 invoked from network); 19 Jul 2010 21:49:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jul 2010 21:49:48 -0000 Authentication-Results: pb1.pair.com header.from=wyderka.t@googlemail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=wyderka.t@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.161.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: wyderka.t@googlemail.com X-Host-Fingerprint: 209.85.161.42 mail-fx0-f42.google.com Received: from [209.85.161.42] ([209.85.161.42:59811] helo=mail-fx0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 15/20-10111-B78C44C4 for ; Mon, 19 Jul 2010 17:49:48 -0400 Received: by fxm17 with SMTP id 17so2953759fxm.29 for ; Mon, 19 Jul 2010 14:49:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=NzGrQInmS1tkgeRW7G9GGsujI5NbtqdDAof1Va8mht0=; b=c09fv68AV75WGfZO94rmkApXdJ1RdQnaeCjKJgs7KStPkDsNg2aqTxBqBU5zw3or3P dBBMl/SWyHIfkhofgwKmlEhIzrMitwcVV6/s3Sn6AouvIoz29VDxaqhh5oK5I59fwE6L MACzZf00G/+zFrPeOzMbIbD2Vg9f3EfRiALgo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=e5bV8K6GeV7seWjwlcQ8xKH/I0Da87yAG+iSvdxd935m1Y2Czy082nLXutT3D630Ok g9C5SKkV/lpgQf+XcfHHBHJkLo7HjvniHRWV6DkVPD+rn2/bY7fRXr1ek40l2gnAQVUw 91l1SBqsLO6PFtrLwPA2/4sCGTu4v21eCY0nU= MIME-Version: 1.0 Received: by 10.223.122.13 with SMTP id j13mr2109559far.23.1279576184463; Mon, 19 Jul 2010 14:49:44 -0700 (PDT) Received: by 10.223.117.84 with HTTP; Mon, 19 Jul 2010 14:49:44 -0700 (PDT) Date: Mon, 19 Jul 2010 23:49:44 +0200 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: PKCS#11 support From: wyderka.t@googlemail.com (Tomasz Wyderka) Hi, I'm planning to write PKCS#11 extension for PHP using OpenSC library. PKCS#11 is a software API for accessing cryptographic hardware like smart cards or HSMs. OpenSC library is implementation of PKCS#11 for Firefox and Thunderbird. Could someone tell me if ours finished work can be included in official PHP release?? Regards, Tom