CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn/asm

2023-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 29 13:07:46 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn/asm: x86_64-gcc.c Log Message: openssl: Remove local micro-optimization on AMD (but not Intel). Upstream OpenSSL changed

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn/asm

2023-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 29 13:07:46 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn/asm: x86_64-gcc.c Log Message: openssl: Remove local micro-optimization on AMD (but not Intel). Upstream OpenSSL changed

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn/asm

2020-06-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 21 22:16:53 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn/asm: mips.pl Log Message: Revert to the upstream version, there are no more warnings To generate a diff of this commit: cvs rdiff -u

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn/asm

2020-06-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 21 22:16:53 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn/asm: mips.pl Log Message: Revert to the upstream version, there are no more warnings To generate a diff of this commit: cvs rdiff -u

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn/asm

2018-03-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 6 18:32:37 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn/asm: mips.pl Log Message: For mips64: Avoid branch delay spot warnings: Warning: macro instruction expanded into multiple instructions

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn/asm

2018-03-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 6 18:32:37 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn/asm: mips.pl Log Message: For mips64: Avoid branch delay spot warnings: Warning: macro instruction expanded into multiple instructions

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn

2018-02-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 13 22:29:14 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn: bn_rand.c Log Message: Add a (void *) cast to make things compile with our own sha2 header To generate a diff of this commit: cvs

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn

2018-02-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 13 22:29:14 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn: bn_rand.c Log Message: Add a (void *) cast to make things compile with our own sha2 header To generate a diff of this commit: cvs

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn/asm

2017-01-09 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jan 9 17:36:24 UTC 2017 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn/asm: x86_64-gf2m.pl Log Message: Revert last two revisions; local changes should no longer be needed now that the root cause of PR

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn/asm

2017-01-09 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jan 9 17:36:24 UTC 2017 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn/asm: x86_64-gf2m.pl Log Message: Revert last two revisions; local changes should no longer be needed now that the root cause of PR

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn/asm

2017-01-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 8 21:36:05 UTC 2017 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn/asm: x86_64-gf2m.pl Log Message: Switch to eax To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn/asm

2017-01-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 8 21:36:05 UTC 2017 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn/asm: x86_64-gf2m.pl Log Message: Switch to eax To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn/asm

2017-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 8 01:55:49 UTC 2017 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn/asm: x86_64-gf2m.pl Log Message: PR/51569: Andreas Gustafsson: Check the right bit for pclmulqdq: Perform a Carry-Less Multiplication

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn/asm

2017-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 8 01:55:49 UTC 2017 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn/asm: x86_64-gf2m.pl Log Message: PR/51569: Andreas Gustafsson: Check the right bit for pclmulqdq: Perform a Carry-Less Multiplication

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn

2012-07-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 30 17:15:45 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn: bn_exp.c Log Message: only use alloca if not __SSP__ To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn

2012-07-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 30 17:16:23 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn: bn_exp.c Log Message: make sure alloca is undefed on SSP To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn

2012-07-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jul 30 18:40:36 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn: bn_lcl.h Log Message: Fix mips asm to not use outdated stuff. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn

2012-07-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 30 17:15:45 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn: bn_exp.c Log Message: only use alloca if not __SSP__ To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn

2012-07-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 30 17:16:23 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn: bn_exp.c Log Message: make sure alloca is undefed on SSP To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn

2012-07-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jul 30 18:40:36 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn: bn_lcl.h Log Message: Fix mips asm to not use outdated stuff. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn

2011-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 15 23:43:56 UTC 2011 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn: divtest.c Log Message: no more implicit types in c99 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn

2011-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 15 23:43:56 UTC 2011 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn: divtest.c Log Message: no more implicit types in c99 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \