Commit Graph

1586 Commits (c6c0bdeebe7ae5399045ef2360d8ae54d76d209b)

Author SHA1 Message Date
Mouse c6c0bdeebe Revert "Add HMQV implementation (and merge the old FHMQV into the new codebase)"
This reverts commit ec35099589.
2016-07-06 12:15:47 -04:00
Mouse efd1b9e3d5 Revert "Merge remote-tracking branch 'upstream/master'" - shouldn't be merged by me
This reverts commit b48866631a, reversing
changes made to 2733630a3f.
2016-07-06 12:14:12 -04:00
Mouse dcb97ca574 Revert "Added 8 new files that support HMQV and FHMQV to Filelist.txt" - shouldn't be merged by me
This reverts commit 1cf48cf97b.
2016-07-06 12:12:25 -04:00
Mouse fd1a8830d3 Revert "Merge remote-tracking branch 'upstream/master'" - shouldn't be merged by me
This reverts commit a424635a14, reversing
changes made to 1cf48cf97b.
2016-07-06 12:11:41 -04:00
Mouse 87be783cd1 Revert "Merge remote-tracking branch 'upstream/master'" - not intended to be merged by me
This reverts commit 762c315566, reversing
changes made to b48866631a.
2016-07-06 12:01:28 -04:00
Mouse 7980738496 Revert "Fix config.recommend" - was not intended to be merged by me
This reverts commit 657bf41da0.
2016-07-06 11:59:07 -04:00
Mouse 657bf41da0 Fix config.recommend 2016-07-06 10:26:32 -04:00
Mouse 762c315566 Merge remote-tracking branch 'upstream/master' 2016-07-06 09:22:07 -04:00
Jeffrey Walton 66ada4cc61 Updated documentation 2016-07-05 11:49:13 -04:00
Jeffrey Walton 34e95a7cde Add MacPorts GCC compiler and Clang integrated assembler support. This is a merge of the development branch 'clang-ia' 2016-07-05 02:49:33 -04:00
Jeffrey Walton fb72dbc8cb Add MacPorts GCC compiler and Clang integrated assembler support. This is a merge of the development branch 'clang-ia' 2016-07-05 02:48:27 -04:00
Jeffrey Walton 36a4591304 Fix typo for -std=gnu++03 2016-07-04 22:14:51 -04:00
Jeffrey Walton a890e8851e Add test for -std=gnu++03 2016-07-04 18:06:44 -04:00
Jeffrey Walton 2d0dd95dda Fix "CRYPTOPP_USE_FIPS_202_SHA3 redfined" when using config.recommned with CRYPTOPP_USE_FIPS_202_SHA3 defined on command line 2016-07-04 17:51:09 -04:00
Jeffrey Walton 51e058a599 Merge pull request #217 from mouse07410/misc
Do not re-define macros already provided by native compiler
2016-07-04 13:15:04 -04:00
Mouse e36270fa7c Do not re-define macros already provided by native compiler 2016-07-04 13:11:15 -04:00
Jeffrey Walton be80fcdbba Cleared C4589 under VS2015 (Issue 214) 2016-07-04 09:24:39 -04:00
Jeffrey Walton 6853716147 Format output 2016-07-04 06:25:35 -04:00
Jeffrey Walton b67c628270 Add additional warnings to ELEVATED_CXXFLAGS for GCC 6.0 and above 2016-07-03 23:57:25 -04:00
Mouse b48866631a Merge remote-tracking branch 'upstream/master' 2016-07-03 22:54:10 -04:00
Jeffrey Walton 6cd587da4c Add PowerPC reporting 2016-07-03 22:50:02 -04:00
Jeffrey Walton e1e7049459 Add gnu++11, gnu++14 and gnu++17 testing 2016-07-03 22:38:04 -04:00
Jeffrey Walton cb9defd0c4 Add gnu++11, gnu++14 and gnu++17 testing 2016-07-03 22:34:57 -04:00
Jeffrey Walton 325ae3d93b Cleared "Local variable is initialized but not referenced" in MSC 2016-07-03 18:54:57 -04:00
Mouse 2733630a3f Don't re-define a macro that's provided by the native compiler! 2016-07-03 10:45:41 -04:00
Jeffrey Walton 0f8871c9c9 Updated documentation 2016-07-03 01:53:55 -04:00
Mouse a424635a14 Merge remote-tracking branch 'upstream/master' 2016-07-02 21:39:05 -04:00
Mouse 1cf48cf97b Added 8 new files that support HMQV and FHMQV to Filelist.txt 2016-07-02 21:04:38 -04:00
Jeffrey Walton 739c8e5c14 Work around Issue 212 until we find a more permanent solution 2016-07-01 20:39:32 -04:00
Uri Blumenthal 36387ea8f2 Merge branch 'master' of https://github.com/mouse07410/cryptopp 2016-07-01 14:31:02 -04:00
Uri Blumenthal ec35099589 Add HMQV implementation (and merge the old FHMQV into the new codebase) 2016-07-01 14:30:43 -04:00
Uri Blumenthal 11b540b932 Add HMQV implementation (and merge the old FHMQV into the new codebase) 2016-07-01 14:19:41 -04:00
Jeffrey Walton 20c3e1a5ef Avoid Coverity finding SIZEOF_MISMATCH/suspicious_sizeof (Issue 210) 2016-07-01 13:52:10 -04:00
Jeffrey Walton 4c6833e706 Use COUNTOF and offset consistently 2016-07-01 00:47:47 -04:00
Jeffrey Walton 0d28f5b6b5 Remove uneeded debug assignment in dtor 2016-06-30 21:09:48 -04:00
Jeffrey Walton 920ba48317 Remove CRYPTOPP_NO_VTABLE from BLAKE2_Info<T>. Fix memset salt and personalization (Issue 209) 2016-06-30 20:55:56 -04:00
Jeffrey Walton 113755dd5b Cleanup results of cryptest.sh script 2016-06-29 21:59:09 -04:00
Jeffrey Walton 1a58e2205c Revert "Fix "expected ')' before __builtin_ia32_pclmulqdq128" under GCC 4.8/4.9 with -std=c++11 (Issue 206)"
This reverts commit 6c88c3bf65. It broke GCC 4.8 and 4.9.
2016-06-28 09:35:48 -04:00
Jeffrey Walton 6c88c3bf65 Fix "expected ')' before __builtin_ia32_pclmulqdq128" under GCC 4.8/4.9 with -std=c++11 (Issue 206) 2016-06-27 08:12:40 -04:00
Jeffrey Walton f91ca811ff Add ASAN_SYMBOLIZE reporting 2016-06-26 17:15:47 -04:00
Jeffrey Walton e737c3616c Fix ASAN_SYMBOLIZE under Linux with Core2 2016-06-26 09:28:43 -04:00
Jeffrey Walton 9bc28b996a Add default value for HAVE_SYMBOLIZE 2016-06-26 07:55:11 -04:00
Jeffrey Walton e795a26e41 Improve Asan symbolizer handling 2016-06-26 07:50:11 -04:00
Jeffrey Walton 7d02a3c74d Fix undeclared identifiers '_tzcnt_u32' and '__blsr_u32' under Clang (Issue 205) 2016-06-26 06:28:07 -04:00
Jeffrey Walton 5b96c03ecb Improve ARM feature reporting. Add S/390 identification 2016-06-24 18:43:48 -04:00
Jeffrey Walton 974a62af5d Add switch for "HAVE_VALGRIND=0" and "WANT_BENCHMARKS=0" 2016-06-23 20:03:13 -04:00
Jeffrey Walton 2629cdf25a Add X32 reporting 2016-06-23 03:25:19 -04:00
Jeffrey Walton ff8105404e Break build when we encounter Clang pretending to be VC++ (Issue 147) 2016-06-22 09:50:23 -04:00
Jeffrey Walton 946448aba3 Fix Address Sanitizer feature detection.Compile and link is not enough. Testing an empty main fails under X32 2016-06-22 07:41:52 -04:00
root d21248b995 Use _rdrand32_step for X32. Whitespace 2016-06-21 21:22:50 -04:00