I am trying to understand the server key exchange message.
It would be nice if I could compare and understand an actual 
packet while looking at RFC 4492. 

I am using openssl s_server and s_client for my experimenting.
 

There is a lot of stuff in that message.  

struct {
            ECParameters    curve_params;
            ECPoint         public;
        } ServerECDHParams;

Being able to recognize something like the ECPoint would be a help
to understand it.

Thanks,
 Mike
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to