summaryrefslogtreecommitdiff
path: root/dlltest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-2/+2
|
* Fix Clang warning on missing template definitionsJeffrey Walton2017-08-161-0/+1
|
* Fix C++17 build (PR 437)Romain Geissler @ Amadeus2017-06-181-25/+24
|
* Revert "Revert "Clear Visual Studio warnings (Issue 412)""Jeffrey Walton2017-06-021-0/+4
| | | | This reverts commit c3871aec948013c1a4d5613050c659520f59e2e4.
* Revert "Clear Visual Studio warnings (Issue 412)"Jeffrey Walton2017-06-021-4/+0
| | | | This reverts commit eb3b27a6a543. 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.
* Clear Visual Studio warnings (Issue 412)Jeffrey Walton2017-05-301-0/+4
|
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-2/+2
|
* Clear C4100 "unreferenced formal parameter" warning on pSetNewHandlerJeffrey Walton2016-10-021-0/+1
|
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-1/+1
| | | | 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
* Whitespace cleanupJeffrey Walton2016-07-241-1/+1
|
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-205/+207
|
* Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → ↵Jeffrey Walton2015-07-301-25/+24
| | | | std::cerr, ...
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-1/+1
|
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
|
* fix build of dlltest project on MSVC 2008weidai2010-07-241-1/+0
| | | | fix compile on C++Builder 2010
* change default FIPS RNG to use AES instead of DES_EDEweidai2007-05-041-1/+1
|
* remove extraneous codeweidai2006-09-061-8/+0
|
* port to MSVC .NET 2005 beta 2weidai2005-07-121-0/+8
|
* changes done for FIPS-140 lab code dropweidai2005-01-201-4/+4
|
* fix bug in CFB mode testweidai2004-07-031-1/+1
|
* add CFB mode FIPS variantweidai2004-04-291-8/+8
|
* allow DLL to be built with VC++ .NETweidai2003-07-181-1/+1
|
* fix wrong error message in FIPS140_SampleApplicationweidai2003-07-181-1/+25
| | | | fix DLL startup problem on Windows 9x
* fix for Unixweidai2003-07-111-1/+1
|
* fix GCC compileweidai2003-07-111-0/+4
|
* merge in 5.0.4 changes (exclude DES and SHA-2 from DLL),weidai2003-07-101-13/+13
| | | | attempt (failed) to build DLL with GCC
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-0/+178