Re: JSSE and OpenSSL

2000-09-20 Thread Michael Sierchio
[EMAIL PROTECTED] wrote: > No. the client will be asked to present the certificate its > certificate to the server, who will then verify it against its known > root certificates Nearly correct -- the client presents a cert chain and the server performs chain validation -- presumably stopping whe

Re: JSSE and OpenSSL

2000-09-20 Thread steve.latif
> "TassoA" == TassoA <[EMAIL PROTECTED]> writes: TassoA> Hi, we have written a custom server application using TassoA> OpenSSL, our application uses a self signed root CA TassoA> certificate, this is required so we can control who can TassoA> connect to our server. Tasso