1. 18 7月, 2016 4 次提交
    • M
      Fix Client Auth tests · 78cbe94f
      Matt Caswell 提交于
      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: NEmilia Käsper <emilia@openssl.org>
      78cbe94f
    • M
      Prepare the client certificate earlier · 05c4f1d5
      Matt Caswell 提交于
      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: NEmilia Käsper <emilia@openssl.org>
      05c4f1d5
    • M
      Fix mingw build · 3c49b2e0
      Matt Caswell 提交于
      Mingw builds on Travis were failing because INT_MAX was undeclared.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      3c49b2e0
    • M
      Fix strict-warnings build · 33e49fda
      Matt Caswell 提交于
      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: NRich Salz <rsalz@openssl.org>
      33e49fda
  2. 17 7月, 2016 11 次提交
  3. 16 7月, 2016 3 次提交
  4. 15 7月, 2016 6 次提交
  5. 14 7月, 2016 1 次提交
  6. 13 7月, 2016 3 次提交
  7. 12 7月, 2016 5 次提交
  8. 11 7月, 2016 1 次提交
  9. 10 7月, 2016 6 次提交