Jeffrey Walton
c40a4dc9f7
Fix Clang warning on missing template definitions
2017-08-16 12:21:07 -04:00
Romain Geissler @ Amadeus
aaf62695fc
Fix C++17 build (PR 437)
2017-06-18 15:22:32 -04:00
Jeffrey Walton
7ac77ca9ac
Revert "Revert "Clear Visual Studio warnings (Issue 412)""
...
This reverts commit c3871aec94
.
2017-06-02 05:18:52 -04:00
Jeffrey Walton
c3871aec94
Revert "Clear Visual Studio warnings (Issue 412)"
...
This reverts commit eb3b27a6a5
. The change broke GCC 4.8 and unknown version of Clang on OS X. UB reported the OS X break, and JW found duplicated the break on a ARM CubieTruck with GCC 4.8.
2017-06-02 05:06:56 -04:00
Jeffrey Walton
eb3b27a6a5
Clear Visual Studio warnings (Issue 412)
2017-05-30 16:37:41 -04:00
Jeffrey Walton
5efb019d8b
Add C++ nullptr support (Issue 383)
2017-03-01 06:10:06 -05:00
Jeffrey Walton
277b8a3c4e
Clear C4100 "unreferenced formal parameter" warning on pSetNewHandler
2016-10-02 20:11:12 -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
06a7abc9c8
Whitespace cleanup
2016-07-24 19:28:01 -04:00
Jeffrey Walton
48809d4e85
CRYPTOPP 5.6.3 RC6 checkin
2015-11-05 01:59:46 -05:00
Jeffrey Walton
22c3e41133
Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → std::cerr, ...
2015-07-30 17:35:58 -04: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
weidai
bc0806d50d
fix build of dlltest project on MSVC 2008
...
fix compile on C++Builder 2010
2010-07-24 05:35:54 +00:00
weidai
7a18924f02
change default FIPS RNG to use AES instead of DES_EDE
2007-05-04 15:31:46 +00:00
weidai
384b208e54
remove extraneous code
2006-09-06 09:04:22 +00:00
weidai
1db8ea5084
port to MSVC .NET 2005 beta 2
2005-07-12 04:23:32 +00:00
weidai
b3924f2108
changes done for FIPS-140 lab code drop
2005-01-20 04:19:35 +00:00
weidai
2daca5912c
fix bug in CFB mode test
2004-07-03 01:19:39 +00:00
weidai
afb08eb452
add CFB mode FIPS variant
2004-04-29 16:00:39 +00:00
weidai
55a22f2adf
allow DLL to be built with VC++ .NET
2003-07-18 21:33:18 +00:00
weidai
41230ef866
fix wrong error message in FIPS140_SampleApplication
...
fix DLL startup problem on Windows 9x
2003-07-18 03:19:37 +00:00
weidai
cadf4f866a
fix for Unix
2003-07-11 19:46:28 +00:00
weidai
12157494b2
fix GCC compile
2003-07-11 19:16:35 +00:00
weidai
473e5df89b
merge in 5.0.4 changes (exclude DES and SHA-2 from DLL),
...
attempt (failed) to build DLL with GCC
2003-07-10 04:34:23 +00:00
weidai
f278895908
create DLL version, fix GetNextIV() bug in CTR and OFB modes
2003-07-04 00:17:37 +00:00