Re: creating a certifiicate chain

2009-06-07 Thread Jerry Wang
I am looking to pass in a peer certificate, and probably a stack of x509 which contains all the ca and root certs. Then looking to return a stack of x509 with the peer certificate, its ca certificate, and its root certificate. Thanks, Jerry On Sat, Jun 6, 2009 at 8:48 PM, Crypto Sal wrote: > On

Re: creating a certifiicate chain

2009-06-06 Thread Crypto Sal
On 06/06/2009 05:35 PM, Jerry Wang wrote: Hi, Does OpenSSL already have a function for creating a certificate chain? Thanks, Jerry Jerry, It depends how you mean it. Do you want OpenSSL to create the Root and the Intermediates and then the Entity cert? Or are you looking for OpenSSL to co