RE: FAILED:unable to get local issuer certificate

2012-05-07 Thread Tammany, Curtis
Now have added only the Common Policy CA at the top of the certs file. The development site works for both the long chain and short chain users. I put the cert file out on the production site and the short chain users can access the site but the long chain user can't and I saw FAILED:unhandled

Re: X509 - extract remote peer certificate chain to a file

2012-05-07 Thread Josh
You can use PEM_write_bio_X509 or PEM_write_X509 to save X509 into a FILE. You can use PEM_read to read this PEM file when you need it. Thanks! A couple of questions: what is the difference between PEM_write_bio_X509, PEM_write_X509 and PEM_AUX_write_X509 (the latter is what I intended to

Re: FAILED:unable to get local issuer certificate

2012-05-07 Thread Dr. Stephen Henson
On Mon, May 07, 2012, Tammany, Curtis wrote: Now have added only the Common Policy CA at the top of the certs file. The development site works for both the long chain and short chain users. I put the cert file out on the production site and the short chain users can access the site but

header file for EC_KEY

2012-05-07 Thread Bin Lu
Hi, I noticed that EC_KEY (ec_key_st) is not defined in ec.h but in ec_lcl.h which is not a public header file, not like RSA(rsa_st) in rsa.h and DSA in dsa.h. Is that correct? Regards, -binlu