Re: ssl23_accept

2000-12-14 Thread Greg Stark
Tom, > > Another question - there is one case in there where > the comment says "we have SSLv3/TLSv1 in an SSLv2 > header" - did I miss this in the Netscape V3 spec, > or is it specified somewhere else? > > In my version of the Netscape V3 spec, it is in Appendix E, "Version 2.0 Backward Co

ssl23_accept

2000-12-14 Thread Tom Biggs
Quick question - am I correct in assuming that the only purpose for ssl23_accept() and ssl23_get_client_hello() is to detect the protocol version that the client is using, and to select the version-appropriate methods for the session? Another question - there is one case in there where the

ssl23_accept

2000-12-13 Thread Tom Biggs
Quick question - am I correct in assuming that the only purpose for ssl23_accept() and ssl23_get_client_hello() is to detect the protocol version that the client is using, and to select the version-appropriate methods for the session? Another question - there is one case in there where the