- Feb 06, 2017
-
-
Andy Polyakov authored
- harmonize handlers with guidelines and themselves; - fix some bugs in handlers; - add missing handlers in chacha and ecp_nistz256 modules; Reviewed-by: Rich Salz <rsalz@openssl.org>
-
- Oct 24, 2016
-
-
Andy Polyakov authored
Reviewed-by: Richard Levitte <levitte@openssl.org>
-
- Oct 10, 2016
-
-
David Benjamin authored
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: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
-
- May 29, 2016
-
-
Andy Polyakov authored
[as it is now quoting $output is not required, but done just in case] Reviewed-by: Richard Levitte <levitte@openssl.org>
-
- May 21, 2016
-
-
Rich Salz authored
Reviewed-by: Richard Levitte <levitte@openssl.org>
-
- Aug 30, 2014
-
-
Andy Polyakov authored
Reviewed-by: Rich Salz <rsalz@openssl.org>
-
- Apr 24, 2014
-
-
Andy Polyakov authored
-
- Oct 12, 2013
-
-
Andy Polyakov authored
PR: 3139
-
- Oct 03, 2013
-
-
Andy Polyakov authored
Improve decrypt performance by 10-20% depending on platform. Thanks to Jussi Kivilinna for providing valuable hint. Also thanks to Ard Biesheuvel.
-
- Jan 22, 2013
-
-
Andy Polyakov authored
PR: 2963 and a number of others
-
- Jun 27, 2012
-
-
Andy Polyakov authored
path with spaces. PR: 2835
-
- Mar 16, 2012
-
-
Andy Polyakov authored
-
- Nov 16, 2011
-
-
Andy Polyakov authored
-
- Nov 13, 2011
-
-
Andy Polyakov authored
-
- Nov 10, 2011
-
-
Andy Polyakov authored
-
- Oct 30, 2011
-
-
Andy Polyakov authored
-
- Oct 29, 2011
-
-
Andy Polyakov authored
-
Andy Polyakov authored
InvMixColumns).
-
- Oct 18, 2011
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
- Sep 27, 2011
-
-
Andy Polyakov authored
-
- Sep 25, 2011
-
-
Andy Polyakov authored
Add bit-sliced AES x86_64 assembler, see http://homes.esat.kuleuven.be/~ekasper/#software for background information. It's not integrated into build system yet.
-