Re: [PHP-DEV] SPKAC support for openssl in PHP

2010-05-18 Thread Nathan Rixham
Moving forwards a lot of authentication will be done in an HTTP friendly stateless manner, namely via HTTPS where the user is identified by client side ssl certificates. In order to give the user a certificate, you need to generate one, which you can currently do with openssl in php, and provi

Re: [PHP-DEV] SPKAC support for openssl in PHP

2010-05-18 Thread Sriram Natarajan
I am curious as to why you need this feature within PHP. I would expect that web server administrators typically need such feature but I am missing the context of it within PHP script engine. - Sriram On Tue, May 18, 2010 at 2:05 AM, Nathan Rixham wrote: > Hi All, > > Wondering if there is any s

Re: [PHP-DEV] SPKAC support for openssl in PHP

2010-05-18 Thread Pierre Joye
hi, Can you open a feature request please? At http://bugs.php.net On Tue, May 18, 2010 at 11:05 AM, Nathan Rixham wrote: > Hi All, > > Wondering if there is any support for SPKAC [1] in the openssl extension for > PHP? > > If not is it planned, and if not can it be? KEYGEN/SPKAC support is growi

[PHP-DEV] SPKAC support for openssl in PHP

2010-05-18 Thread Nathan Rixham
Hi All, Wondering if there is any support for SPKAC [1] in the openssl extension for PHP? If not is it planned, and if not can it be? KEYGEN/SPKAC support is growing in the UA vendors and KEYGEN is part of HTML5, being the preferred way to generate client side SSL certificates since the priv