Hi,

 I'm using a JSSE client to connect to an openssl TLS server.  The JSSE
client always sends a
 client hello of :   0x80 0x4d 0x01 0x03 0x01  .

 The openssl ssl3_get_record function parses the data and reads the type as
0x80. The major version as 0x4d
  and the minor version as 0x01. The check to verify the version then fails
and server closes the connection.
  If I use the openssl server23_method, everything works fine.

  So my question is, what are the 0x80 and 0x4d data?   Is it safe to modify
ssl3_get_record function to skip past these
  two bytes?   

  Thanks, 
  Dave Ahrens
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to