RE: confusion with defination of SSL_CIPHER struct

2012-08-23 Thread Charles Mills
); } Charles -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Saurabh Pandya Sent: Thursday, August 23, 2012 4:12 AM To: openssl-users Subject: confusion with defination of SSL_CIPHER struct I found following definition of SSL_CIPHER

Re: confusion with defination of SSL_CIPHER struct

2012-08-23 Thread Dr. Stephen Henson
On Thu, Aug 23, 2012, Saurabh Pandya wrote: I found following definition of SSL_CIPHER in openssl code typedef struct ssl_cipher_st { int valid; const char *name; /* text name */ unsigned long id; /* id, 4 bytes, first is version

Re: confusion with defination of SSL_CIPHER struct

2012-08-23 Thread Charles Mills
Watch out for -endian issues. -- Sent from my mobile phone. Please excuse my brevity. Charles Dr. Stephen Henson st...@openssl.org wrote: On Thu, Aug 23, 2012, Saurabh Pandya wrote: I found following definition of SSL_CIPHER in openssl code typedef struct ssl_cipher_st { int valid; const

Re: confusion with defination of SSL_CIPHER struct

2012-08-23 Thread Saurabh Pandya
Thanks all... On 8/23/12, Charles Mills charl...@mcn.org wrote: Watch out for -endian issues. -- Sent from my mobile phone. Please excuse my brevity. Charles Dr. Stephen Henson st...@openssl.org wrote: On Thu, Aug 23, 2012, Saurabh Pandya wrote: I found following definition of