1. 03 12月, 2016 1 次提交
  2. 25 11月, 2016 1 次提交
  3. 24 11月, 2016 1 次提交
  4. 04 11月, 2016 1 次提交
  5. 02 11月, 2016 1 次提交
  6. 01 11月, 2016 2 次提交
  7. 24 10月, 2016 1 次提交
  8. 11 10月, 2016 2 次提交
  9. 08 9月, 2016 1 次提交
  10. 16 8月, 2016 2 次提交
  11. 06 8月, 2016 3 次提交
  12. 04 8月, 2016 1 次提交
  13. 29 7月, 2016 1 次提交
  14. 19 7月, 2016 1 次提交
  15. 18 7月, 2016 1 次提交
  16. 30 6月, 2016 1 次提交
  17. 21 6月, 2016 2 次提交
  18. 15 6月, 2016 1 次提交
  19. 31 5月, 2016 1 次提交
    • E
      Travis: update sanitizer configs · a7cbe963
      Emilia Kasper 提交于
      - Use the new enable-ubsan and enable-asan configuration options.
      - Separate ubsan and asan runs.
      - In addition, run shared ubsan tests to get more coverage.
        (Shared asan tests need a bit more thought to get them working.)
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      a7cbe963
  20. 03 5月, 2016 1 次提交
  21. 21 4月, 2016 1 次提交
  22. 20 4月, 2016 1 次提交
  23. 15 4月, 2016 1 次提交
  24. 10 4月, 2016 2 次提交
    • E
      Disable some sanitizer checks without PEDANTIC · cdbf5779
      Emilia Kasper 提交于
      Code without PEDANTIC has intentional "undefined" behaviour. To get best
      coverage for both PEDANTIC and non-PEDANTIC codepaths, run the sanitizer
      builds in two different configurations:
      1) Without PEDANTIC but with alignment checks disabled.
      2) With PEDANTIC.
      
      To not overload Travis too much, run one build with clang and the other
      with gcc (chosen at random).
      
      Also remove a micro-optimization in CAST code to be able to
      -fsanitize=shift. Whether shift sanitization is meaningful for crypto or
      an obstacle is debatable but since this appears to be the only offender,
      we might as well keep the check for now.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      cdbf5779
    • E
      Adjust --strict-warnings builds in Travis · b5914707
      Emilia Kasper 提交于
      In Travis, do --strict-warnings on BUILDONLY configurations. This
      ensures that the tests run even if --strict-warnings fail, and avoids
      hiding unrelated test failures.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      b5914707
  25. 14 3月, 2016 1 次提交
  26. 13 3月, 2016 1 次提交
  27. 10 3月, 2016 5 次提交
  28. 09 3月, 2016 1 次提交
  29. 08 3月, 2016 1 次提交