summaryrefslogtreecommitdiff
path: root/fltrimpl.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleared fall through warnings under GCC 7 (Issue 441)Jeffrey Walton2017-07-171-0/+2
|
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-1/+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
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-69/+85
|
* 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/+2
|
* add x86/x64 assembly for SHA-256,weidai2009-03-101-1/+1
| | | | | add DEFAULT_CHANNEL and AAD_CHANNEL, fix macChannel for AuthenticatedEncryptionFilter
* changes for 5.6: weidai2009-03-021-2/+5
| | | | | | - added AuthenticatedSymmetricCipher interface class and Filter wrappers - added CCM, GCM (with SSE2 assembly), CMAC, and SEED - improved AES speed on x86 and x64 - removed WORD64_AVAILABLE; compiler 64-bit int support is now required
* change DLL integrity self-test to allow DLL to be Authenticode signedweidai2006-07-301-0/+11
|
* port to MSVC .NET 2005 beta 2weidai2005-07-121-2/+2
|
* sync with private branchweidai2003-06-061-0/+11
|
* fixed FILTER_END bugweidai2003-02-241-1/+3
|
* Initial revisionweidai2002-10-041-0/+40