1. 18 Jul, 2016 4 commits
    • Matt Caswell's avatar
      Fix Client Auth tests · 78cbe94f
      Matt Caswell authored
      
      
      The Client Auth tests were not correctly setting the Protocol, so that this
      aspect had no effect. It was testing the same thing lots of times for
      TLSv1.2 every time.
      
      Reviewed-by: default avatarEmilia Käsper <emilia@openssl.org>
      78cbe94f
    • Matt Caswell's avatar
      Prepare the client certificate earlier · 05c4f1d5
      Matt Caswell authored
      
      
      Move the preparation of the client certificate to be post processing work
      after reading the CertificateRequest message rather than pre processing
      work prior to writing the Certificate message. As part of preparing the
      client certificate we may discover that we do not have one available. If
      we are also talking SSLv3 then we won't send the Certificate message at
      all. However, if we don't discover this until we are about to send the
      Certificate message it is too late and we send an empty one anyway. This
      is wrong for SSLv3.
      
      Reviewed-by: default avatarEmilia Käsper <emilia@openssl.org>
      05c4f1d5
    • Matt Caswell's avatar
      Fix mingw build · 3c49b2e0
      Matt Caswell authored
      
      
      Mingw builds on Travis were failing because INT_MAX was undeclared.
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      3c49b2e0
    • Matt Caswell's avatar
      Fix strict-warnings build · 33e49fda
      Matt Caswell authored
      
      
      The i2d_SCT_LIST function is declared as __owur, therefore we need to check
      the result or a --strict-warnings build will fail.
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      33e49fda
  2. 16 Jul, 2016 13 commits
  3. 15 Jul, 2016 5 commits
  4. 14 Jul, 2016 3 commits
  5. 13 Jul, 2016 2 commits
  6. 12 Jul, 2016 3 commits
  7. 11 Jul, 2016 4 commits
  8. 10 Jul, 2016 6 commits