1. 04 6月, 2015 1 次提交
    • M
      Fix DTLS session resumption · 7322abf5
      Matt Caswell 提交于
      The session object on the client side is initially created during
      construction of the ClientHello. If the client is DTLS1.2 capable then it
      will store 1.2 as the version for the session. However if the server is only
      DTLS1.0 capable then when the ServerHello comes back the client switches to
      using DTLS1.0 from then on. However the session version does not get
      updated. Therefore when the client attempts to resume that session the
      server throws an alert because of an incorrect protocol version.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      7322abf5
  2. 03 6月, 2015 6 次提交
  3. 02 6月, 2015 6 次提交
  4. 01 6月, 2015 2 次提交
  5. 31 5月, 2015 2 次提交
  6. 29 5月, 2015 10 次提交
  7. 28 5月, 2015 6 次提交
  8. 27 5月, 2015 1 次提交
  9. 26 5月, 2015 6 次提交