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 element. It is not related to javascript (I tried to use it with javascript, but did not succeed).
https://en.wikipedia.org/wiki/spkac http://www.w3schools.com/html5/tag_keygen.asp Sample form, which generates SPKAC request: <form action="something.php" method="post"> Key params: <keygen name="reqdata" challenge="something" /> <input type="submit" /></form> At other end, POST variable "reqdata" will contain SPKAC request, private key will remain in browser. In firefox and chrome this presents dropdown choice between 1024 and 2048 bit rsa (normal and high), in opera, this presents a longer dropdown list ranging from ~1000 to 3000 or 4000 bit rsa. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org