1. 04 Jan, 2007 1 commit
  2. 29 Dec, 2006 1 commit
  3. 27 Dec, 2006 1 commit
  4. 26 Dec, 2006 1 commit
  5. 25 Dec, 2006 1 commit
  6. 22 Dec, 2006 1 commit
  7. 21 Dec, 2006 1 commit
  8. 19 Dec, 2006 2 commits
  9. 13 Dec, 2006 1 commit
  10. 07 Dec, 2006 1 commit
  11. 06 Dec, 2006 2 commits
  12. 05 Dec, 2006 2 commits
  13. 04 Dec, 2006 2 commits
  14. 02 Dec, 2006 2 commits
  15. 30 Nov, 2006 3 commits
    • Dr. Stephen Henson's avatar
      Update dependencies. · 45c027f3
      Dr. Stephen Henson authored
      45c027f3
    • Dr. Stephen Henson's avatar
      Fix default depflags. · 3b62e9eb
      Dr. Stephen Henson authored
      3b62e9eb
    • Dr. Stephen Henson's avatar
      Win32 fixes. · 34a8c7ec
      Dr. Stephen Henson authored
      Use OPENSSL_NO_RFC3779 instead of OPENSSL_RFC3779: this makes the Win32 scripts
      work and is consistent with other options.
      
      Fix Win32 scripts and Configure to process OPENSSL_NO_RFC3779 properly.
      
      Update ordinals.
      
      Change some prototypes for LSB because VC++ 6 doesn't like the */ sequence and thinks it is an invalid end of comment.
      34a8c7ec
  16. 29 Nov, 2006 2 commits
  17. 27 Nov, 2006 1 commit
  18. 24 Nov, 2006 1 commit
  19. 21 Nov, 2006 3 commits
  20. 13 Nov, 2006 1 commit
  21. 27 Oct, 2006 1 commit
  22. 19 Oct, 2006 1 commit
  23. 05 Oct, 2006 1 commit
  24. 04 Oct, 2006 1 commit
  25. 29 Sep, 2006 2 commits
  26. 28 Sep, 2006 4 commits
    • Bodo Möller's avatar
      fix typo · 0c66d3ae
      Bodo Möller authored
      0c66d3ae
    • Bodo Möller's avatar
      bd869183
    • Richard Levitte's avatar
      Fixes for the following claims: · 7e2bf831
      Richard Levitte authored
        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
      7e2bf831
    • Mark J. Cox's avatar
      25e52a78