Re: [PHP-DEV] PKCS#11 support

2010-07-20 Thread Pierre Joye
On Tue, Jul 20, 2010 at 1:32 PM, Paul van Brouwershaven wrote: > Op 20-7-2010 10:30, Scott MacVicar schreef: >> Then there is the more important fact that is requires LGPL code, so we >> wouldn't bundle the library. Leaving it only being enabled for those who >> have OpenSC installed. > > Thats

Re: [PHP-DEV] PKCS#11 support

2010-07-20 Thread Paul van Brouwershaven
Op 20-7-2010 10:30, Scott MacVicar schreef: > Then there is the more important fact that is requires LGPL code, so we > wouldn't bundle the library. Leaving it only being enabled for those who have > OpenSC installed. Thats a good one, do you maybe know an other library that can be used so the

Re: [PHP-DEV] PKCS#11 support

2010-07-20 Thread Pierre Joye
hi Paul, On Tue, Jul 20, 2010 at 9:51 AM, Paul van Brouwershaven wrote: > Hi Scott, > > Op 20-7-2010 0:28, Scott MacVicar schreef: >> It can be released on the PECL site but I doubt it would go in the default >> distribution. > > Why not including this in the default distribution? It would be gr

Re: [PHP-DEV] PKCS#11 support

2010-07-20 Thread Scott MacVicar
On Jul 20, 2010, at 12:51 AM, Paul van Brouwershaven wrote: > Hi Scott, > > Op 20-7-2010 0:28, Scott MacVicar schreef: >> It can be released on the PECL site but I doubt it would go in the default >> distribution. > > Why not including this in the default distribution? It would be great to have

Re: [PHP-DEV] PKCS#11 support

2010-07-20 Thread Paul van Brouwershaven
Hi Scott, Op 20-7-2010 0:28, Scott MacVicar schreef: > It can be released on the PECL site but I doubt it would go in the default > distribution. Why not including this in the default distribution? It would be great to have PKCS#11 support in the default PHP distribution! -- PHP Internals - P

Re: [PHP-DEV] PKCS#11 support

2010-07-19 Thread Scott MacVicar
It can be released on the PECL site but I doubt it would go in the default distribution. - Scott On 19 Jul 2010, at 14:49, Tomasz Wyderka wrote: > Hi, > I'm planning to write PKCS#11 extension for PHP using OpenSC library. > > PKCS#11 is a software API for accessing cryptographic hardware lik

[PHP-DEV] PKCS#11 support

2010-07-19 Thread 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 i