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