Re: Protocol messages

2001-02-26 Thread Tat Sing Kong
Greg, I was in the book store for a while deciding to go for the Rescorla's or Thomas. I got the Thomas book, damn. Any info regarding the protocol would be helpful as I am getting nowhere with this Netscape LDAP stuff, even the messages from it are completely screwed. Tat. Greg Stark wrote:

Re: Protocol messages

2001-02-23 Thread Greg Stark
Tat, This is an SSLv2 backward compatible hello message carried in an SSLv2 record layer. The first byte 0x80 has the high bit set to1, which signals that the length of the record should be computed from the remaining 7 bits of the byte and the next byte, thus the length of the record is 0x5b