summaryrefslogtreecommitdiff
path: root/filters.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed m_authenticated member variableJeffrey Walton2017-10-031-38/+37
* Add MandatoryBlockSize to last block testJeffrey Walton2017-10-031-18/+32
* Update documentationJeffrey Walton2017-10-011-5/+41
* Comments, constants and whitespaceJeffrey Walton2017-09-301-1/+1
* Update StreamTransformation and ProcessLastBlockJeffrey Walton2017-09-291-6/+16
* Add second ctor to StreamTransformationFilter for authenticated encryption modesJeffrey Walton2017-09-291-3/+20
* Revert AltiVec and Power8 commitsJeffrey Walton2017-09-051-42/+20
* Removed alignment assertsJeffrey Walton2017-09-041-20/+42
* Revert "Revert "Clear Visual Studio warnings (Issue 412)""Jeffrey Walton2017-06-021-1/+1
* Revert "Clear Visual Studio warnings (Issue 412)"Jeffrey Walton2017-06-021-1/+1
* Clear Visual Studio warnings (Issue 412)Jeffrey Walton2017-05-301-1/+1
* Update padding check logicJeffrey Walton2017-05-091-8/+9
* Add validation for W3C_PADDING InitializeDerivedAndReturnNewSizesJeffrey Walton2017-05-091-2/+8
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-9/+9
* Add W3C_PADDING to encryption pathJeffrey Walton2017-02-061-2/+8
* Merge pull request #368 from edrlab/aes256cbc-w3c-padding-schemeJeffrey Walton2017-02-061-0/+8
|\
| * patched CryptoPP Crypto++ to add support for AES-256-CBC with W3C padding sch...danielweck2017-01-241-0/+8
* | Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
|/
* spelling fixesklemens2016-12-271-1/+1
* Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)Jeffrey Walton2016-12-031-7/+0
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-18/+18
* Whitespace checkinJeffrey Walton2016-09-101-5/+5
* Cleared assert in debug builds (Issue 138)Jeffrey Walton2016-02-201-1/+2
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-8/+15
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-1202/+1161
* Completed cutover to unscoped auto_ptr (which will use Crypto++'s namespace v...Jeffrey Walton2015-08-031-1/+3
* Fixed compiler errors on Apple due to cross product of {C++03,C++11} x {libc+...Jeffrey Walton2015-07-271-3/+1
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-38/+38
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+2
* Tightened assert conditions when -DDEBUG is in effect.Jeffrey Walton2015-07-201-20/+26
* Cleared unused variable and function warningsJeffrey Walton2015-07-191-1/+1
* Cleared UBsan errorsJeffrey Walton2015-07-191-8/+76
* Cleared UBsan error on non-null pointer useJeffrey Walton2015-07-171-0/+1
* Added GCC_DIAGNOSTIC_AWARE to help suppress some warnings on contemporary com...Jeffrey Walton2015-06-291-0/+5
* add x86/x64 assembly for SHA-256,weidai2009-03-101-10/+10
* fix bug when AuthenticatedDecryptionFilter::MAC_AT_BEGIN is not specifiedweidai2009-03-051-0/+4
* tweaks/fixes for 5.6weidai2009-03-031-13/+16
* changes for 5.6: weidai2009-03-021-28/+142
* fix HashFilter bug when putMessage=true (UnFleshed One)weidai2008-11-211-1/+1
* fix valgrind issues reported by Chris Morganweidai2007-08-131-1/+2
* add IncorporateEntropy and GenerateIntoBufferedTransformation to RNG interfaceweidai2007-05-041-3/+15
* fix bug in last checkinweidai2006-08-101-1/+1
* change DLL integrity self-test to allow DLL to be Authenticode signedweidai2006-07-301-30/+70
* port to MSVC .NET 2005 beta 2weidai2005-07-121-79/+82
* changes done for FIPS-140 lab code dropweidai2005-01-201-4/+8
* fix ONE_AND_ZEROS_PADDINGweidai2004-02-051-3/+3
* allow DLL to be built with VC++ .NETweidai2003-07-181-4/+8
* added support for using encoding parameters and key derivation parametersweidai2003-07-161-9/+6
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-2/+7
* sync with private branchweidai2003-06-061-1/+37