Jeffrey Walton
71e9fece87
Make CAST temporaries class members
2018-04-07 11:41:00 -04:00
Jeffrey Walton
4d4c3d92a8
Clear clang-tidy warnings
2018-01-24 18:24:53 -05:00
Jeffrey Walton
d2ad6751d5
Clear uninitialized variable warnings under xlC
2017-09-01 20:37:23 -04:00
Jeffrey Walton
81b1a18063
Change file preamble to include "originally written by Wei Dai"
...
We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of
2017-01-27 07:05:45 -05:00
Jeffrey Walton
856c7c56ad
Fix potential zeroizer removal (Issue 331)
2016-10-31 22:34:59 -04:00
Jeffrey Walton
399a1546de
Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)
...
trap.h and CRYPTOPP_ASSERT has existed for over a year in Master. We deferred on the cut-over waiting for a minor version bump (5.7). We have to use it now due to CVE-2016-7420
2016-09-16 11:27:15 -04:00
Jeffrey Walton
0ee3ae136d
Fix CAST-128 and CAST-256 VariableKeyLength information (Issue 252)
2016-09-05 11:18:10 -04:00
Jeffrey Walton
48809d4e85
CRYPTOPP 5.6.3 RC6 checkin
2015-11-05 01:59:46 -05:00
Jeffrey Walton
b7de164d62
Cut-in CRYPTOPP_ASSERT in all remaining header and source files
2015-07-26 16:03:14 -04:00
Jeffrey Walton
7b64ca489a
Added "trap.h" include for header and source files that assert
2015-07-26 15:51:16 -04:00
Jeffrey Walton
7b629dcfa6
Cleared UB in cast.cpp due to use of rotVariable. On PowerPC, the specialization that uses inline assembler will activate. The inline assembly uses __rlwnm which takes a mask and does not suffer C/C++ UB
2015-07-23 05:10:12 -04:00
weidai
f05ea58bb3
port to GCC 4, reorganize implementations of SetKey
2006-12-10 02:12:23 +00:00
weidai
4707cf61eb
reduce warnings on GCC
2003-11-05 01:11:03 +00:00
weidai
a3b6ece7ab
Initial revision
2002-10-04 17:31:41 +00:00