Chain Certificate Help?

2005-12-08 Thread Joe Correia
How do I add litessl.com chain certificate to openssl? __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager

RE: chain certificate

2000-07-04 Thread Levy itai
nterprise ) 10 Nevatim st., Kiryat Matalon Petah Tikva 49561 Israel Tel: +972-3-9279514 e-mail:[EMAIL PROTECTED] http://www.arx.com -Original Message- From: Vadim Fedukovich [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 04, 2000 2:14 PM To: Levy itai Subject: Re: chain certificate On Tue

Re: chain certificate

2000-07-04 Thread Dr Stephen Henson
Levy itai wrote: > > Hi, > > I thought that verify locations is for the use of verifying client > certificates. > If I'm wrong, could you please tell me how do I use the > SSL_CTX_load_verify_locations method. It is used mainly for certificate verify (client and server) but it is also used to b

Re: chain certificate

2000-07-04 Thread Levy itai
Hi, I thought that verify locations is for the use of verifying client certificates. If I'm wrong, could you please tell me how do I use the SSL_CTX_load_verify_locations method. I succeeded to load a chain of certificates using the SSL_CTX_use_certificate_chain_file (sslContext, certfile) method

Re: chain certificate

2000-07-03 Thread Dr Stephen Henson
Levy itai wrote: > > Hi, > > When the SSL server sends its certificate, there is a need sometimes > (according to the SSL V.3.0 protocol) to send a certificate list, > which is a sequence (chain) of X.509.V3 certificates, ordered with the > server's certificate first, followed by any > certific

Re: Chain certificate

2000-06-22 Thread Schaefer,Lorrayne J.
Hi Rossen, I was able to create a chain of 3; end entity -> Subordinate CA -> Root. I used the Netscape CA as the issuer of the entire chain. I was able to do one-way SSL authentication with this chain. I, however, couldn't get the Server to authenticate me for two-way authentication (even tho

Chain certificate

2000-06-22 Thread Rossen Raykov
Hi, Is it possible to create chain sertificate using regular certificate signed by a public CA. For example if I have certificate for some.mysite.com signed by Equifax would it be possible to ceate chained sertificate for other.mysite.com? I've tried some things but the result was "Can not verify