Richard Levitte 7e2bf83100 Fixes for the following claims:
1) Certificate Message with no certs

  OpenSSL implementation sends the Certificate message during SSL
  handshake, however as per the specification, these have been omitted.

  -- RFC 2712 --
     CertificateRequest, and the ServerKeyExchange shown in Figure 1
     will be omitted since authentication and the establishment of a
     master secret will be done using the client's Kerberos credentials
     for the TLS server.  The client's certificate will be omitted for
     the same reason.
  -- RFC 2712 --

  3) Pre-master secret Protocol version

  The pre-master secret generated by OpenSSL does not have the correct
  client version.

  RFC 2712 says, if the Kerberos option is selected, the pre-master
  secret structure is the same as that used in the RSA case.

  TLS specification defines pre-master secret as:
         struct {
             ProtocolVersion client_version;
             opaque random[46];
         } PreMasterSecret;

  where client_version is the latest protocol version supported by the
  client

  The pre-master secret generated by OpenSSL does not have the correct
  client version. The implementation does not update the first 2 bytes
  of random secret for Kerberos Cipher suites. At the server-end, the
  client version from the pre-master secret is not validated.

PR: 1336
2006-09-28 12:23:15 +00:00
..
2005-12-05 17:32:22 +00:00
2005-08-08 19:26:35 +00:00
2006-09-23 17:30:25 +00:00
2005-12-05 17:32:22 +00:00
2005-06-27 21:21:12 +00:00
2006-02-04 01:49:36 +00:00
2006-06-14 17:52:01 +00:00
2005-12-05 17:32:22 +00:00
2005-04-26 16:02:40 +00:00
2006-09-28 12:23:15 +00:00
2005-10-01 00:41:24 +00:00
2005-09-30 23:38:20 +00:00
2006-09-28 12:23:15 +00:00
2005-12-05 17:32:22 +00:00
2002-07-10 07:01:54 +00:00
2005-12-05 17:32:22 +00:00
2001-11-10 01:16:28 +00:00
2005-09-30 23:38:20 +00:00
2006-06-09 15:42:21 +00:00
2005-12-05 17:32:22 +00:00
2006-06-14 08:51:41 +00:00
2006-06-09 15:42:21 +00:00
2002-01-12 15:56:13 +00:00
2005-09-30 23:38:20 +00:00
2006-06-14 17:52:01 +00:00