1. 27 4月, 2017 1 次提交
  2. 26 4月, 2017 1 次提交
  3. 25 4月, 2017 1 次提交
  4. 04 4月, 2017 2 次提交
  5. 31 3月, 2017 1 次提交
  6. 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
  7. 15 3月, 2017 1 次提交
  8. 05 3月, 2017 1 次提交
  9. 03 3月, 2017 5 次提交
  10. 02 3月, 2017 1 次提交
  11. 01 3月, 2017 1 次提交
  12. 22 2月, 2017 1 次提交
  13. 17 2月, 2017 2 次提交
  14. 16 2月, 2017 1 次提交
  15. 15 2月, 2017 1 次提交
  16. 08 2月, 2017 1 次提交
  17. 03 2月, 2017 1 次提交
  18. 30 1月, 2017 2 次提交
  19. 25 1月, 2017 2 次提交
  20. 18 11月, 2016 3 次提交
  21. 15 11月, 2016 2 次提交
  22. 13 11月, 2016 1 次提交
  23. 02 11月, 2016 1 次提交
  24. 19 10月, 2016 1 次提交
  25. 18 10月, 2016 1 次提交
  26. 15 10月, 2016 1 次提交
  27. 01 10月, 2016 1 次提交
  28. 29 9月, 2016 1 次提交
  29. 19 9月, 2016 1 次提交