1. 09 12月, 2016 3 次提交
  2. 06 12月, 2016 1 次提交
  3. 23 11月, 2016 1 次提交
    • M
      Fix some TLSProxy warnings · 20b65c7b
      Matt Caswell 提交于
      After the client processes the server's initial flight in TLS1.3 it may
      respond with either an encrypted, or an unencrypted alert. We needed to
      teach TLSProxy about this so that it didn't issue spurious warnings.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      20b65c7b
  4. 02 11月, 2016 2 次提交
  5. 27 9月, 2016 1 次提交
  6. 16 6月, 2016 1 次提交
    • M
      Skip the TLSProxy tests if environmental problems are an issue · b02b5743
      Matt Caswell 提交于
      On some platforms we can't startup the TLSProxy due to environmental
      problems (e.g. network set up on the build machine). These aren't OpenSSL
      problems so we shouldn't treat them as test failures. Just visibly
      indicate that we are skipping the test.
      
      We only skip the first time we attempt to start up the proxy. If that works
      then everything else should do...if not we should probably investigate and
      so report as a failure.
      
      This also removes test_networking...there is a danger that this turns into
      a test of user's environmental set up rather than OpenSSL.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      b02b5743
  7. 17 5月, 2016 1 次提交
    • M
      Workaround an IO::Socket::IP bug · 6ae54524
      Matt Caswell 提交于
      Workaround an apparent IO:Socket::IP bug where a seemingly valid
      server socket is being returned even though a valid connection does not
      exist. This causes the tests to intermittently hang. We additionally check
      that the peerport looks ok to verify that the returned socket looks usable.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      6ae54524
  8. 12 5月, 2016 1 次提交
  9. 20 4月, 2016 1 次提交
  10. 16 3月, 2016 1 次提交
    • M
      Fix a TLSProxy race condition · 5427976d
      Matt Caswell 提交于
      TLSProxy starts s_server and specifies the number of client connects
      it should expect. After that s_server is supposed to close down
      automatically. However, if another test is then run then TLSProxy
      will start a new instance of s_server. If the previous instance
      hasn't closed down yet then the new instance can fail to bind to
      the socket.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      5427976d
  11. 21 2月, 2016 1 次提交
  12. 18 2月, 2016 1 次提交
  13. 14 2月, 2016 1 次提交
    • R
      Prefer IO::Socket::INET6 over IO::Socket::IP · 98ac876f
      Richard Levitte 提交于
      While IO::Socket::IP is a core perl module (since Perl v5.19.8, or so
      says corelist), IO::Socket::INET6 has been around longer, is said to
      be more widely deployed, and most importantly, seems to have less bugs
      hitting us.  We therefore prefer IO::Socket::INET6, and only fall back
      to IO::Socket::IP if the former doesn't exist on the local system.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      98ac876f
  14. 06 2月, 2016 1 次提交
  15. 04 2月, 2016 4 次提交
  16. 30 12月, 2015 1 次提交
  17. 28 9月, 2015 2 次提交
  18. 20 9月, 2015 1 次提交
  19. 26 8月, 2015 2 次提交
  20. 14 8月, 2015 1 次提交
  21. 12 8月, 2015 3 次提交