Re: Sequence of the handshaking

2006-03-03 Thread Brian Candler
On Fri, Mar 03, 2006 at 12:11:24PM -0500, Xie Grace Jingru-LJX001 wrote: > I generated the key and self-signed certificate by doing the following: > > openssl genrsa -out privkey.pem 2048 > openssl req -new -x509 -key privkey.pem -out cacert.pem -days 1095 > > I install the cert and key on my HTT

Re: Sequence of the handshaking

2006-03-03 Thread Michael Sierchio
Xie Grace Jingru-LJX001 wrote: (1) what was just going on during the negotiation and security connection setup? The sequence of the handshaking. (2) Is the public key part of the certificate being passed to the client? (3) Did the server authenticate the client in this process? or there is no au