1. 21 9月, 2016 1 次提交
  2. 20 9月, 2016 1 次提交
  3. 19 9月, 2016 1 次提交
  4. 15 9月, 2016 1 次提交
  5. 14 9月, 2016 4 次提交
  6. 13 9月, 2016 2 次提交
    • M
      Address WPACKET review comments · de451856
      Matt Caswell 提交于
      A few style tweaks here and there. The main change is that curr and
      packet_len are now offsets into the buffer to account for the fact that
      the pointers can change if the buffer grows. Also dropped support for the
      WPACKET_set_packet_len() function. I thought that was going to be needed
      but so far it hasn't been. It doesn't really work any more due to the
      offsets change.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      de451856
    • M
      Add tests for the WPACKET implementation · d6c4cc29
      Matt Caswell 提交于
      The tests will only work in no-shared builds because WPACKET is an
      internal only API that does not get exported by the shared library.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      d6c4cc29
  7. 06 9月, 2016 1 次提交
  8. 02 9月, 2016 3 次提交
    • R
      Move 05-test_fuzz.t to 90-test_fuzz.t · 377ab6d1
      Richard Levitte 提交于
      This adheres much better to the documentation in test/README
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      377ab6d1
    • R
      Revert "Make it possible to disable fuzz testing" · a5e1f123
      Richard Levitte 提交于
      This reverts commit eb40eaed.
      Reviewed-by: NEmilia Käsper <emilia@openssl.org>
      a5e1f123
    • R
      Add a more versatile test chooser · 90aeaf6b
      Richard Levitte 提交于
      So far, the test runner (test/run_tests.pl) could get a list of tests
      to run, and if non were given, it assumes all available tests should
      be performed.
      
      However, that makes skipping just one or two tests a bit of a pain.
      This change makes the possibilities more versatile, run_checker.pl
      takes these arguments and will process them in the given order,
      starting with an empty set of tests to perform:
      
          alltests            The current set becomes the whole set of
                              available tests.
          test_xxx            Adds 'test_xxx' to the current set.
          -test_xxx           Removes 'test_xxx' from the current set.  If
                              nothing has been added to the set before this
                              argument, the current set is first initialised
                              to the whole set of available tests, then
                              'test_xxx' is removed from the current set.
          list                Display all available tests, then stop.
      
      If no arguments are given, 'alltests' is assumed.
      Reviewed-by: NEmilia Käsper <emilia@openssl.org>
      90aeaf6b
  9. 31 8月, 2016 1 次提交
  10. 30 8月, 2016 1 次提交
  11. 25 8月, 2016 2 次提交
  12. 24 8月, 2016 3 次提交
  13. 23 8月, 2016 2 次提交
    • M
      Fix bio_enc_test · 61884b81
      Matt Caswell 提交于
      There was a block of code at the start that used the Camellia cipher. The
      original idea behind this was to fill the buffer with non-zero data so that
      oversteps can be detected. However this block failed when using no-camellia.
      This has been replaced with a RAND_bytes() call.
      
      I also updated the the CTR test section, since it seems to be using a CBC
      cipher instead of a CTR cipher.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      61884b81
    • K
      Test the support curves in tls · b1b22b0b
      Kurt Roeckx 提交于
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      GH: #1472
      b1b22b0b
  14. 22 8月, 2016 8 次提交
  15. 19 8月, 2016 8 次提交
  16. 18 8月, 2016 1 次提交