1. 13 2月, 2019 1 次提交
  2. 13 11月, 2017 1 次提交
  3. 12 11月, 2017 1 次提交
  4. 16 2月, 2017 1 次提交
  5. 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
  6. 16 8月, 2016 1 次提交
  7. 21 5月, 2016 1 次提交
  8. 02 4月, 2015 1 次提交
    • A
      aes/asm/aesv8-armx.pl: optimize for Cortex-A5x. · 94376ccc
      Andy Polyakov 提交于
      ARM has optimized Cortex-A5x pipeline to favour pairs of complementary
      AES instructions. While modified code improves performance of post-r0p0
      Cortex-A53 performance by >40% (for CBC decrypt and CTR), it hurts
      original r0p0. We favour later revisions, because one can't prevent
      future from coming. Improvement on post-r0p0 Cortex-A57 exceeds 50%,
      while new code is not slower on r0p0, or Apple A7 for that matter.
      
      [Update even SHA results for latest Cortex-A53.]
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      94376ccc
  9. 23 1月, 2015 1 次提交
  10. 05 1月, 2015 1 次提交
  11. 26 6月, 2014 1 次提交
  12. 24 6月, 2014 1 次提交
  13. 06 6月, 2014 1 次提交
  14. 02 6月, 2014 1 次提交
  15. 30 5月, 2014 1 次提交
  16. 21 5月, 2014 2 次提交
  17. 19 5月, 2014 1 次提交