Test remove -march=native Also see "Random crashes on different computers because option -march=native is active 'by default'", https://github.com/weidai11/cryptopp/issues/380
Jeffrey Walton
2017-08-23 05:10:03 -0400
Test remove -march=native Also see "Random crashes on different computers because option -march=native is active 'by default'", https://github.com/weidai11/cryptopp/issues/380
Jeffrey Walton
2017-08-23 04:50:28 -0400
Test remove -march=native Also see "Random crashes on different computers because option -march=native is active 'by default'", https://github.com/weidai11/cryptopp/issues/380
Jeffrey Walton
2017-08-23 04:37:05 -0400
Test remove -march=native Also see "Random crashes on different computers because option -march=native is active 'by default'", https://github.com/weidai11/cryptopp/issues/380
Jeffrey Walton
2017-08-23 02:36:18 -0400
Test remove -march=native Also see "Random crashes on different computers because option -march=native is active 'by default'", https://github.com/weidai11/cryptopp/issues/380
Jeffrey Walton
2017-08-23 02:34:37 -0400
Test remove -march=native Also see "Random crashes on different computers because option -march=native is active 'by default'", https://github.com/weidai11/cryptopp/issues/380
Jeffrey Walton
2017-08-23 02:30:37 -0400
Test remove -march=native Also see "Random crashes on different computers because option -march=native is active 'by default'", https://github.com/weidai11/cryptopp/issues/380
Jeffrey Walton
2017-08-22 22:38:31 -0400
Test remove -march=native Also see "Random crashes on different computers because option -march=native is active 'by default'", https://github.com/weidai11/cryptopp/issues/380
Jeffrey Walton
2017-08-22 22:34:55 -0400
Test remove -march=native Also see "Random crashes on different computers because option -march=native is active 'by default'", https://github.com/weidai11/cryptopp/issues/380
Jeffrey Walton
2017-08-22 22:00:02 -0400
Test remove BOOL macro value Currently the CRYPTOPP_BOOL_XXX macros set the macro value to 0 or 1. If we remove setting the 0 value (the #else part of the expression), then the self tests speed up by about 0.3 seconds. I can't explain it, but I have observed it repeatedly. This check-in prepares for the removal in Upstream master
Jeffrey Walton
2017-08-20 13:51:09 -0400
Fix Asan 64-bit build The Padlock SDK sample code leaves a lot to be desired. Regariding the 64-bit samples and instr_linux64.asm... it looks like the sample sill uses 32-bit constants, but most anything related to extended registers, like rdi, is commented out
Jeffrey Walton
2017-08-20 11:19:32 -0400
Add additional VIA RNG tests The are configurations tests as recommended by Cryptography Research, Inc in their 2003 audit report
Jeffrey Walton
2017-08-20 07:01:59 -0400
FIX GCC ASM template is the constant 2. %2 is the second positional argument, which is the XSTORE divisor. We want the later.
Jeffrey Walton
2017-08-20 04:21:24 -0400
Add Divisor and MSR member variables Guard ASM based on CRYPTOPP_X86_ASM_AVAILABLE Increased depth of internal buffer Update documentation for using the generator Whitespace check-in
Jeffrey Walton
2017-08-20 04:09:19 -0400
Update comments (Issue 414) After more investigation it appears the issue was either Undefined Behavior or a Strict Aliasing violation in GCC; and it was in the test program and not the library. We're not sure which at the moment, but we were able to identify the problematic code. See the comments with Issue 414 (https://github.com/weidai11/cryptopp/issues/414)
Jeffrey Walton
2017-08-19 09:09:21 -0400
Clear Coverity finding CONSTANT_EXPRESSION_RESULT (CID 182772) This may create a MSC warning about a conditional expression being constant
Jeffrey Walton
2017-08-18 07:59:21 -0400