1. 22 3月, 2016 1 次提交
  2. 17 3月, 2016 1 次提交
  3. 09 3月, 2016 1 次提交
  4. 22 2月, 2016 1 次提交
  5. 20 2月, 2016 2 次提交
  6. 13 2月, 2016 1 次提交
  7. 09 2月, 2016 1 次提交
    • R
      unified build scheme: adjust test framework for out of source build tree · 42e0ccdf
      Richard Levitte 提交于
      To be able to run tests when we've built in a directory other than
      the source tree, the testing framework needs a few adjustments.
      
      test/testlib/OpenSSL/Test.pm needs to know where it can find
      shlib_wrap.sh, and a number of other tests need to be told a different
      place to find engines than what they may be able to figure out on
      their own.  Relying to $TOP is not enough, $SRCTOP and $BLDTOP can be
      used as an alternative.
      
      As part of this change, top_file and top_dir are removed and
      srctop_file, bldtop_file, srctop_dir and bldtop_dir take their place.
      Reviewed-by: NBen Laurie <ben@openssl.org>
      42e0ccdf
  8. 26 1月, 2016 2 次提交
  9. 17 1月, 2016 1 次提交
  10. 14 1月, 2016 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. 12 12月, 2015 1 次提交
  13. 14 10月, 2015 1 次提交
  14. 07 9月, 2015 1 次提交
  15. 12 8月, 2015 2 次提交