1. 27 4月, 2017 1 次提交
  2. 26 4月, 2017 1 次提交
  3. 25 4月, 2017 7 次提交
  4. 13 4月, 2017 1 次提交
  5. 08 4月, 2017 1 次提交
  6. 04 4月, 2017 4 次提交
  7. 31 3月, 2017 1 次提交
  8. 30 3月, 2017 1 次提交
    • M
      Fix s_client early data indicator · 12557a34
      Matt Caswell 提交于
      s_client was always saying that early_data was rejected even when it was
      accepted. This was because it was using the wrong test to detect the end
      of the handshake. It was using SSL_in_init() which only tells you whether
      it is currently processing/sending/expecting handshake messages. It should
      use SSL_is_init_finished() which tells you that no handshake messages are
      being processed/sent/expected AND we have completed the handshake. In the
      early data case we are not processing/sending handshake messages and we
      are expecting early data (not a handshake message) - but the handshake has
      not yet completed.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3090)
      12557a34
  9. 29 3月, 2017 1 次提交
  10. 28 3月, 2017 1 次提交
  11. 17 3月, 2017 2 次提交
  12. 16 3月, 2017 1 次提交
  13. 15 3月, 2017 1 次提交
  14. 11 3月, 2017 1 次提交
  15. 09 3月, 2017 2 次提交
  16. 08 3月, 2017 1 次提交
  17. 07 3月, 2017 1 次提交
  18. 06 3月, 2017 1 次提交
  19. 05 3月, 2017 1 次提交
  20. 03 3月, 2017 10 次提交