Commit Graph

10 Commits

Author SHA1 Message Date
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