summaryrefslogtreecommitdiff
path: root/datatest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Deterministic DSA and ECDSA Signatures (Issue 121)Jeffrey Walton2016-12-111-1/+3
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-8/+8
* Whitespace cleanupJeffrey Walton2016-07-241-5/+5
* Cut-in determinsitic signature verification during signingJeffrey Walton2016-04-101-11/+29
* Prepare for RFC6979, Deterministic Usage of the Digital Signature Algorithm (...Jeffrey Walton2016-04-091-2/+7
* Add SignalUnknownAlgorithmErrorJeffrey Walton2016-04-091-1/+7
* Constify caught exceptionsJeffrey Walton2016-04-091-3/+3
* Flus cout buffer in case next test hangs, like BlumBlumShub on some platform/...Jeffrey Walton2016-01-071-1/+1
* Added CRYPTOPP_DATA_DIR patch (Issue 82)Jeffrey Walton2015-12-251-2/+9
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-2/+2
* Revert botched "Crypto++ 5.6.3 check-in". Corruption due to VMware adding gar...Jeffrey Walton2015-11-221-2/+2
* Crypto++ 5.6.3 check-inJeffrey Walton2015-11-201-2/+2
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-1/+11
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-762/+803
* Completed cutover to unscoped auto_ptr (which will use Crypto++'s namespace v...Jeffrey Walton2015-08-031-4/+6
* Partial cut-over to static local strings for DefaultChannel() and AadChannel(...Jeffrey Walton2015-07-311-5/+5
* Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → std::cerr,...Jeffrey Walton2015-07-301-19/+18
* Included "integer.h" in source files with Integer dependencies so make would ...Jeffrey Walton2015-07-301-1/+4
* Fixed compiler errors on Apple due to cross product of {C++03,C++11} x {libc+...Jeffrey Walton2015-07-271-1/+1
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-7/+7
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* Cleared unused variable and function warningsJeffrey Walton2015-07-191-1/+1
* add SHA-3weidai2013-01-191-42/+47
* add HMAC/SHA2 test vectorsweidai2010-08-081-1/+1
* add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCMweidai2010-07-241-22/+19
* randomize test buffer length and alignment to better detect alignment-related...weidai2010-06-291-4/+18
* fix bug in PutDecodedDatumInto() with STLPort (from trungantran)weidai2009-06-181-0/+4
* fix EC2N skipping of optional seed, switch to public domain MARS code, delive...weidai2009-03-281-1/+40
* fix compile on MSVC 6weidai2009-03-131-1/+1
* - add EAX mode, XSalsa20weidai2009-03-121-11/+29
* add x86/x64 assembly for SHA-256,weidai2009-03-101-6/+6
* fix bug when AuthenticatedDecryptionFilter::MAC_AT_BEGIN is not specifiedweidai2009-03-051-2/+6
* tweaks/fixes for 5.6weidai2009-03-031-1/+1
* changes for 5.6: weidai2009-03-021-27/+139
* fix compile for x64, DLL and VC 6weidai2007-05-041-4/+9
* Test: Encode now tests decryption alsoweidai2007-04-161-59/+109
* port to Borland C++Builder 2006weidai2006-12-141-0/+6
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-1/+4
* add Salsa20 cipherweidai2006-12-091-0/+6
* additional AES test vectorsweidai2006-07-171-0/+2
* fix MSVC 2005 warningsweidai2006-03-131-1/+1
* add XTEA and BTEAweidai2003-07-301-3/+17
* misc changesweidai2003-07-181-3/+3
* fix bugs in SEAL and Panamaweidai2003-03-261-2/+39
* small fixesweidai2003-03-201-2/+2
* fix warnings for VC7 and GCCweidai2003-03-201-3/+4
* various changes for 5.1weidai2003-03-201-7/+13
* add script-driven testingweidai2002-12-061-0/+434