summaryrefslogtreecommitdiff
path: root/filters.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-14/+14
* Whitespace check-inJeffrey Walton2021-03-041-1/+1
* Fix typos in documentation and comments (PR #1012)Tobias Nießen2021-03-041-1/+1
* Remove double semicolons after sed'ing definesJeffrey Walton2019-10-031-2/+2
* Clear lgtm findingsJeffrey Walton2019-06-041-5/+18
* Call base class IsolatedInitializeJeffrey Walton2019-06-031-1/+1
* Spelling correctionsJeffrey Walton2018-12-271-7/+8
* Use local definition of spaceJeffrey Walton2018-12-271-7/+4
* Increase use of ptrdiff_t when performing pointer mathJeffrey Walton2018-07-101-6/+6
* Increase use of ptrdiff_t when performing pointer mathJeffrey Walton2018-07-101-7/+8
* Add PtrAdd and PtrSub helper functionsJeffrey Walton2018-07-101-17/+16
* C++17 compatible lambda expressions to replace `bind2nd` (#559)Kirit Sælensminde2018-01-121-2/+2
* 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