Re: How to extend key usage

2012-08-20 Thread Michel
Hi Eric, Perhaps you should have a look at the 'X509V3 Extension code: programmers guide' section in \doc\OpenssLtxt file. I found also this link helpful : http://kahdev.wordpress.com/2008/11/29/stack_of-subject-alternate-name-and-extended-key-usage-extensions/ Hope this helps. Michel Le 16

Re: How to extend key usage

2012-08-16 Thread Saurabh Pandya
You need to get familiar yourself with openssl and (SSL). Best way to start is documentation (SSL API) and use demos provided with openssl source code. On 8/16/12, Eric Fowler wrote: > I am a relative OpenSSL newbie, and I have had a task assigned to me > which entails some SSL knowledge. > > My

How to extend key usage

2012-08-16 Thread Eric Fowler
I am a relative OpenSSL newbie, and I have had a task assigned to me which entails some SSL knowledge. My task is to take existing code, and add to it one of the capabilities in the table. I have a X509V3_CTX struct and it has been passed to X509V3_set_ctx(). I suspect the next step involves X509