1. 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
  2. 21 5月, 2016 1 次提交
  3. 09 3月, 2016 1 次提交
  4. 10 12月, 2015 1 次提交
  5. 24 10月, 2015 1 次提交
  6. 21 4月, 2015 1 次提交
  7. 20 4月, 2015 1 次提交
    • A
      aes/asm/aesni-x86[_64].pl update. · 23f6eec7
      Andy Polyakov 提交于
      This addresses
      
      - request for improvement for faster key setup in RT#3576;
      - clearing registers and stack in RT#3554 (this is more of a gesture to
      see if there will be some traction from compiler side);
      - more commentary around input parameters handling and stack layout
      (desired when RT#3553 was reviewed);
      - minor size and single block performance optimization (was lying around);
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      23f6eec7
  8. 21 2月, 2014 1 次提交
  9. 15 2月, 2014 1 次提交
  10. 02 2月, 2014 1 次提交
  11. 28 4月, 2012 1 次提交
  12. 14 10月, 2011 1 次提交
  13. 08 8月, 2011 1 次提交
  14. 30 5月, 2011 1 次提交
  15. 23 5月, 2011 1 次提交
  16. 27 7月, 2010 1 次提交
  17. 25 7月, 2010 1 次提交
  18. 10 4月, 2010 1 次提交
  19. 16 11月, 2009 1 次提交
  20. 02 5月, 2009 1 次提交
  21. 27 4月, 2009 3 次提交