summaryrefslogtreecommitdiff
path: root/test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Cygwin Newlib signal handler (Issue 315)Jeffrey Walton2016-10-141-1/+1
* Fix port forwarding and EINVAL on UnixJeffrey Walton2016-10-101-1/+2
* Add test suite RandomNumberGenerator t anonymous namespaceJeffrey Walton2016-10-101-2/+2
* Remove deprecated warning supressions under MSCJeffrey Walton2016-10-101-5/+0
* Improve OutputDebugString messages (Issue 314)Jeffrey Walton2016-10-021-4/+4
* Add information for expected and load address for FIPS DLL module (Issue 314)Jeffrey Walton2016-10-021-1/+1
* Report computed MAC (Issue 314)Jeffrey Walton2016-10-021-2/+11
* Cleared Coverity finding CID 12086 (Issue 299)Jeffrey Walton2016-09-221-0/+5
* Cleared Coverity finding CID 12086 (Issue 299)Jeffrey Walton2016-09-221-4/+4
* Fix use of template parameter as a conditionJeffrey Walton2016-09-211-3/+1
* Add ossig.h. Move SignalHandler to ossig.hJeffrey Walton2016-09-171-0/+2
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-8/+14
* Squashed commit of the following:Jeffrey Walton2016-09-081-6/+0
* Whitespace cleanupJeffrey Walton2016-07-241-10/+10
* Add changes for Windows Sotre that went missing with my clumsy Git skillsJeffrey Walton2016-05-091-0/+3
* Cleared Visual Studio warning for uninitialized variablesJeffrey Walton2016-04-281-2/+2
* Removed OCB mode test codeJeffrey Walton2016-04-281-7/+0
* Add WIN32_LEAN_AND_MEAN to source files which inlude Windows headersJeffrey Walton2016-04-281-1/+9
* Quiet deprecated warning on some library source files. The warning is intende...Jeffrey Walton2016-04-241-0/+9
* Make test program aware of CRYPTOPP_USE_FIPS_202_SHA3, use alternate all.txtJeffrey Walton2016-04-231-0/+6
* Added BLAKE2 self testsJeffrey Walton2016-04-181-0/+2
* Cleared -Wcast-align (Issue 122)Jeffrey Walton2016-01-251-4/+4
* Added CRYPTOPP_DATA_DIR patch (Issue 82)Jeffrey Walton2015-12-251-1/+2
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-1/+1
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-39/+82
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-927/+920
* Changed to dynamic_cast for GlobalRNG()Jeffrey Walton2015-08-031-12/+8
* Partial cut-over to static local strings for DefaultChannel() and AadChannel(...Jeffrey Walton2015-07-311-2/+2
* Switch to static local/accessor pattern to avoid initialization order issues ...Jeffrey Walton2015-07-311-3/+7
* Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → std::cerr,...Jeffrey Walton2015-07-301-41/+40
* Cleared "reference to 'auto_ptr' is ambiguous" error under LLVM's libc++ and ...Jeffrey Walton2015-07-301-0/+2
* Added validat0.cpp and moved bit tests into it. Provided tests for SafeConver...Jeffrey Walton2015-07-301-138/+141
* Added CRYTPOPP_ASSERT to cryptest program. The mods also show how to install ...Jeffrey Walton2015-07-231-7/+60
* Added OMP thread count to test program. Discussion at https://groups.google.c...Jeffrey Walton2015-06-131-1/+17
* Fixed potential missing argument when using tv subcommand with argv[2]Jeffrey Walton2015-06-121-1/+1
* Added test case for CRYPTOPP_UNUSED by applying it to argc and argv in tes.cp...Jeffrey Walton2015-06-071-0/+2
* fix usage.dat pathweidai2009-03-131-1/+1
* add x86/x64 assembly for SHA-256,weidai2009-03-101-2/+2
* changes for 5.6: weidai2009-03-021-22/+19
* update version number to 5.5.2weidai2007-08-131-1/+1
* add IncorporateEntropy and GenerateIntoBufferedTransformation to RNG interfaceweidai2007-05-041-7/+8
* changed hash functions for m commandweidai2007-04-161-22/+47
* add V (version) optionweidai2006-12-181-0/+4
* port to Borland C++Builder 2006weidai2006-12-141-4/+5
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-1/+2
* add Salsa20 cipherweidai2006-12-091-0/+1
* fix compile on Unixweidai2006-09-061-1/+1
* change DLL integrity self-test to allow DLL to be Authenticode signedweidai2006-07-301-12/+35
* merge in changes by denis bider and fix compile on gcc 3.4.4 and MSVC 6weidai2006-04-061-3/+3
* fix MSVC 2005 warningsweidai2006-03-131-1/+3