On Fri, Jan 15, 2010 at 04:11:04PM -0500, Adam Grossman wrote: > A simpler question might be (hopefully), is after i call "SSL_accept", > is there a way to retrieve all the raw data which was read in by > SSL_accept?
Don't call SSL_accept() unless you know that the client's first message is an SSL HELLO. Use bio-pairs to drive the SSL I/O engine, capture the client's first input buffer directly, and only start the SSL engine if it is an SSL HELLO. -- Viktor. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org