1. 25 1月, 2019 1 次提交
  2. 24 1月, 2019 1 次提交
    • M
      Make sure we trigger retransmits in DTLS testing · f9ad0abb
      Matt Caswell 提交于
      During a DTLS handshake we may need to periodically handle timeouts in the
      DTLS timer to ensure retransmits due to lost packets are performed. However,
      one peer will always complete a handshake before the other. The DTLS timer
      stops once the handshake has finished so any handshake messages lost after
      that point will not automatically get retransmitted simply by calling
      DTLSv1_handle_timeout(). However attempting an SSL_read implies a
      DTLSv1_handle_timeout() and additionally will process records received from
      the peer. If those records are themselves retransmits then we know that the
      peer has not completed its handshake yet and a retransmit of our final
      flight automatically occurs.
      Reviewed-by: NPaul Dale <paul.dale@oracle.com>
      (Merged from https://github.com/openssl/openssl/pull/8047)
      
      (cherry picked from commit 80c455d5ae405e855391e298a2bf8a24629dd95d)
      f9ad0abb
  3. 08 1月, 2019 1 次提交
  4. 26 10月, 2018 1 次提交
  5. 22 9月, 2018 1 次提交
  6. 27 6月, 2018 1 次提交
  7. 17 5月, 2018 1 次提交
  8. 11 5月, 2018 1 次提交
  9. 08 5月, 2018 1 次提交
  10. 03 5月, 2018 1 次提交
  11. 20 3月, 2018 2 次提交
  12. 22 8月, 2017 1 次提交
  13. 18 8月, 2017 1 次提交
  14. 21 6月, 2017 1 次提交
  15. 10 6月, 2017 1 次提交
  16. 10 5月, 2017 1 次提交
  17. 27 4月, 2017 1 次提交
  18. 28 3月, 2017 1 次提交
  19. 24 2月, 2017 2 次提交
  20. 30 1月, 2017 1 次提交
  21. 25 1月, 2017 1 次提交
  22. 23 11月, 2016 1 次提交
  23. 10 11月, 2016 1 次提交
  24. 27 9月, 2016 1 次提交
  25. 22 8月, 2016 1 次提交
  26. 19 8月, 2016 5 次提交
  27. 19 7月, 2016 1 次提交
  28. 02 7月, 2016 1 次提交
  29. 14 6月, 2016 1 次提交
    • M
      Add some session API tests · 2cb4b5f6
      Matt Caswell 提交于
      This commit adds some session API tests, and in particular tests the
      modified behaviour of SSL_set_session() introduced in the last commit. To
      do this I have factored out some common code from the asynciotest into a
      new ssltestlib.c file. I've also renamed getsettest to sslapitest as this
      more closely matches what it now is!
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      2cb4b5f6