1. 20 4月, 2016 1 次提交
  2. 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
  3. 22 2月, 2016 1 次提交
  4. 21 2月, 2016 1 次提交
  5. 20 2月, 2016 1 次提交
    • E
      TLS: reject duplicate extensions · aa474d1f
      Emilia Kasper 提交于
      Adapted from BoringSSL. Added a test.
      
      The extension parsing code is already attempting to already handle this for
      some individual extensions, but it is doing so inconsistently. Duplicate
      efforts in individual extension parsing will be cleaned up in a follow-up.
      Reviewed-by: NStephen Henson <steve@openssl.org>
      aa474d1f
  6. 18 2月, 2016 1 次提交
  7. 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
  8. 06 2月, 2016 1 次提交
  9. 04 2月, 2016 4 次提交
  10. 30 12月, 2015 1 次提交
  11. 28 12月, 2015 1 次提交
    • M
      Add test for missing CertificateStatus message · ef96e4a2
      Matt Caswell 提交于
      If the client sends a status_request extension in the ClientHello
      and the server responds with a status_request extension in the
      ServerHello then normally the server will also later send a
      CertificateStatus message. However this message is *optional* even
      if the extensions were sent. This adds a test to ensure that if
      the extensions are sent then we can still omit the message.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      ef96e4a2
  12. 09 12月, 2015 2 次提交
  13. 28 9月, 2015 2 次提交
  14. 20 9月, 2015 1 次提交
  15. 26 8月, 2015 2 次提交
  16. 14 8月, 2015 2 次提交
  17. 12 8月, 2015 3 次提交