Re: X509_NAME_add_entry question

2008-11-07 Thread Siva Jayaraman
On Fri, Nov 7, 2008 at 6:11 PM, Dr. Stephen Henson [EMAIL PROTECTED] wrote: On Fri, Nov 07, 2008, Siva Jayaraman wrote: No response from openssl-users, hence trying the dev alias. I have a X509_NAME variable which contains something like /CN=mycn/OU=myou/O=myo I want to modify this into

Re: OpenSSL API which build the chain from a peer certificate

2008-11-07 Thread Aravinda babu
Hi all, First of all thanks for all of your suggestions and information.I got a clear idea of how to do the required thing. I forgot to mention one thing. We are making one library for certificate management which will be used by different applications.In that library we have one API which will

Re: X509_NAME_add_entry question

2008-11-07 Thread Dr. Stephen Henson
On Fri, Nov 07, 2008, Siva Jayaraman wrote: No response from openssl-users, hence trying the dev alias. I have a X509_NAME variable which contains something like /CN=mycn/OU=myou/O=myo I want to modify this into /CN=mycn/OU=yourou/O=myo i.e. I want to change the OU from myou to yourou

Re: OpenSSL API which build the chain from a peer certificate

2008-11-07 Thread Douglas E. Engert
Aravinda babu wrote: Hi all, First of all thanks for all of your suggestions and information.I got a clear idea of how to do the required thing. I forgot to mention one thing. We are making one library for certificate management which will be used by different applications.In that library

Doubts in include/openssl/ssl3.h -- ssl3_state_st

2008-11-07 Thread sudeepta
Hi all, I'm trying to understand the OpenSSL handshake code for sslv3 (ssl3_connect/accept). In the struct for ssl3 state,there are two EVP_MD_CTX objects : finish_dgst1 and finish_dgst2. I am not able to figure out why and how they are used. The comment statement says used during startup,