Richard Kao wrote:
Hi I'm a newbie to openssl. This is actually a question about concept, and I hope this is the place I can ask this question.

Basically speaking, I'm trying to get the pointer to Certificate in a raw Server Hello packet on the Client side. So far when the client receives a Server Hello, I can get the pointer to the first byte of Secure Socket Layer, from there I see there is a server hello header before the actual Certificate data. In order to get the pointer to Certificate, I need to learn the structure (length) of this server hello header. Which part of code in Openssl I can learn from for reference purpose?

Maybe it'll be easier to discern the structure of the msgs from the struct definitions in rfc2246.

-jb
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to