- Nov 12, 2017
-
-
Josh Soref authored
Around 138 distinct errors found and fixed; thanks! Reviewed-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3459)
-
- Oct 13, 2017
-
-
Rich Salz authored
Names were not removed. Some comments were updated. Replace Andy's address with openssl.org Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/4516)
-
- May 11, 2017
-
-
David Benjamin authored
The assembler already knows the actual path to the generated file and, in other perlasm architectures, is left to manage debug symbols itself. Notably, in OpenSSL 1.1.x's new build system, which allows a separate build directory, converting .pl to .s as the scripts currently do result in the wrong paths. This also avoids inconsistencies from some of the files using $0 and some passing in the filename. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3431)
-
- 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 21, 2016
-
-
Rich Salz authored
Reviewed-by: Richard Levitte <levitte@openssl.org>
-
- Mar 09, 2016
-
-
Richard Levitte authored
This gets rid of the BEGINRAW..ENDRAW sections in crypto/aes/build.info. This also moves the assembler generating perl scripts to take the output file name as last command line argument, where necessary. Reviewed-by: Andy Polyakov <appro@openssl.org>
-
- Jul 13, 2015
-
-
Richard Levitte authored
This leaves behind files with names ending with '.iso-8859-1'. These should be safe to remove. If something went wrong when re-encoding, there will be some files with names ending with '.utf8' left behind. Reviewed-by: Rich Salz <rsalz@openssl.org>
-
- Nov 12, 2012
-
-
Andy Polyakov authored
vpaes-x86.pl: minor performance squeeze.
-
- Apr 28, 2012
-
-
Andy Polyakov authored
-
- Dec 27, 2008
-
-
Andy Polyakov authored
-
- Jan 05, 2008
-
-
Andy Polyakov authored
-
- Nov 22, 2007
-
-
Andy Polyakov authored
-
- Jul 13, 2007
-
-
Andy Polyakov authored
-
- Sep 18, 2006
-
-
Andy Polyakov authored
-
- Aug 31, 2006
-
-
Andy Polyakov authored
-
- Aug 07, 2006
-
-
Andy Polyakov authored
-
- Aug 02, 2006
-
-
Andy Polyakov authored
check for SSE bit instead of MMX, as pshufw was introduces in PIII, minor optimization, typos...
-
Andy Polyakov authored
-
- Jul 31, 2006
-
-
Andy Polyakov authored
256 byte S-box. AES_cbc_encrypt needs further work as it should also use slow routines when processing smaller amount of data.
-
- Jul 18, 2006
-
-
Andy Polyakov authored
strong impact on decrypt performance, 20-25%. One probably should consider switching between slower and faster routines depending on how much data we were asked to process.
-
- Jun 28, 2006
-
-
Andy Polyakov authored
prefetch could have been moved closer to Td4 references. Something for later consideration...
-
- Jul 01, 2005
-
-
Andy Polyakov authored
-
- Jun 30, 2005
-
-
Andy Polyakov authored
-
Andy Polyakov authored
aligning the key schedule in a specific manner.
-
- May 09, 2005
-
-
Andy Polyakov authored
-
- May 07, 2005
-
-
Andy Polyakov authored
PR: 1059
-
- Apr 24, 2005
-
-
Andy Polyakov authored
-
- Apr 22, 2005
-
-
Andy Polyakov authored
-
- Apr 16, 2005
-
-
Andy Polyakov authored
compressed tables (2x compression factor) and by pre-fetching them into processor cache prior every CBC en-/decryption pass. One can argue why just CBC? Well, it's commonly used mode in real-life applications and API allows us to amortize the prefetch costs for larger data chunks...
-
- Mar 19, 2005
-
-
Ulf Möller authored
-
- Jan 20, 2005
-
-
Andy Polyakov authored
-
- Jan 18, 2005
-
-
Andy Polyakov authored
-
- Jan 13, 2005
-
-
Andy Polyakov authored
performance on recent microarchitectures.
-
- Dec 30, 2004
-
-
Andy Polyakov authored
-
- Dec 23, 2004
-
-
Andy Polyakov authored
-