> -Original Message-
> From: owner-openssl-us...@openssl.org [mailto:owner-openssl-
> us...@openssl.org] On Behalf Of yyy
> Sent: July-29-12 11:18 AM
> To: openssl-users@openssl.org
> Subject: Re: client server management of client SSL certificates
>
> On 2012
On 2012.07.29. 17:49, Ted Byers wrote:
> Thanks
>
> Are you talking about an object available in the browser object and
> accessible via JavaScript, or a JavaScript file I'd include in my web page?
> Can you provide an URL to a resource where I can learn more about it?
>
>
It is a html form elemen
> From: owner-openssl-us...@openssl.org
[mailto:owner-openssl-us...@openssl.org] On Behalf Of Jason Goldberg
> Sent: July-29-12 9:43 AM
> To:
> Subject: Re: client server management of client SSL certificates
>
Thanks Jason,
> There are Javascript libraries which range from ge
> -Original Message-
> From: owner-openssl-us...@openssl.org [mailto:owner-openssl-
> us...@openssl.org] On Behalf Of yyy
> Sent: July-29-12 10:09 AM
> To: openssl-users@openssl.org
> Subject: Re: client server management of client SSL certificates
>
> On 2012.07
On 2012.07.29. 8:52, Sanford Staab wrote:
> Good questions and similar to what is on my mind. Please let me know
> if you get any good answers to these questions.
>
>
*
There is SPKAC, which generates rsa key pairs in browser (firefox,
chrome, opera)(ie not supported) and sends certificate reque
There are Javascript libraries which range from generating key pairs to
creating x509 certificates. So you could generate a keypair in the browser,
then generate a certificate signing request, send the CSR to a remote API along
with a challenge response, and then get back a signed x509 certific
Good questions and similar to what is on my mind. Please let me know if you
get any good answers to these questions.
From: Ted Byers
Sent: Saturday, July 28, 2012 12:15 PM
To: openssl-users@openssl.org
Subject: client server management of client SSL certificates
I am familiar with basic usage