1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 08 3月, 2022 1 次提交
  4. 10 8月, 2021 1 次提交
  5. 17 3月, 2020 1 次提交
  6. 27 2月, 2020 1 次提交
  7. 17 2月, 2020 1 次提交
  8. 17 1月, 2020 1 次提交
  9. 26 2月, 2019 1 次提交
  10. 18 2月, 2019 1 次提交
    • D
      Fix some CFI issues in x86_64 assembly · 2086edb7
      David Benjamin 提交于
      The add/double shortcut in ecp_nistz256-x86_64.pl left one instruction
      point that did not unwind, and the "slow" path in AES_cbc_encrypt was
      not annotated correctly. For the latter, add
      .cfi_{remember,restore}_state support to perlasm.
      
      Next, fill in a bunch of functions that are missing no-op .cfi_startproc
      and .cfi_endproc blocks. libunwind cannot unwind those stack frames
      otherwise.
      
      Finally, work around a bug in libunwind by not encoding rflags. (rflags
      isn't a callee-saved register, so there's not much need to annotate it
      anyway.)
      
      These were found as part of ABI testing work in BoringSSL.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      GH: #8109
      (cherry picked from commit c0e8e5007ba5234d4d448e82a1567e0c4467e629)
      2086edb7
  11. 20 6月, 2018 1 次提交
  12. 19 6月, 2018 1 次提交
  13. 06 12月, 2017 1 次提交
  14. 01 7月, 2017 1 次提交
  15. 10 2月, 2017 2 次提交
  16. 06 2月, 2017 1 次提交
  17. 11 10月, 2016 1 次提交
    • D
      Remove trailing whitespace from some files. · 609b0852
      David Benjamin 提交于
      The prevailing style seems to not have trailing whitespace, but a few
      lines do. This is mostly in the perlasm files, but a few C files got
      them after the reformat. This is the result of:
      
        find . -name '*.pl' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//'
        find . -name '*.c' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//'
        find . -name '*.h' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//'
      
      Then bn_prime.h was excluded since this is a generated file.
      
      Note mkerr.pl has some changes in a heredoc for some help output, but
      other lines there lack trailing whitespace too.
      Reviewed-by: NKurt Roeckx <kurt@openssl.org>
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      609b0852
  18. 29 5月, 2016 1 次提交
  19. 21 5月, 2016 1 次提交
  20. 01 3月, 2016 1 次提交
  21. 14 1月, 2015 1 次提交
  22. 21 8月, 2014 1 次提交
  23. 28 6月, 2014 2 次提交
  24. 27 6月, 2014 1 次提交
  25. 24 6月, 2014 2 次提交
  26. 04 12月, 2013 1 次提交
  27. 11 10月, 2013 1 次提交
  28. 13 7月, 2013 1 次提交
  29. 12 7月, 2013 1 次提交
  30. 06 7月, 2013 1 次提交