summaryrefslogtreecommitdiff
path: root/authenc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-3/+3
* Add sanity check to AuthenticatedSymmetricCipherBase::TruncatedFinal (GH #954)Jeffrey Walton2020-07-071-0/+3
* Make AuthenticatedSymmetricCipherBase::ProcessData overflow safeJeffrey Walton2019-01-301-2/+3
* Add test for length in memcpyJeffrey Walton2019-01-301-2/+2
* Clear UBsan finding with -std=c++03Jeffrey Walton2019-01-301-5/+2
* Clear UBsan finding with -std=c++03Jeffrey Walton2019-01-301-0/+8
* Comments, constants and whitespaceJeffrey Walton2017-09-301-2/+1
* Revert AltiVec and Power8 commitsJeffrey Walton2017-09-051-14/+1
* Aligned buffers in AuthenticatedSymmetricCipherBaseJeffrey Walton2017-09-041-1/+14
* Split source files to support Base Implementation + SIMD implementation (GH #...Jeffrey Walton2017-08-171-1/+1
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-3/+3
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-4/+3
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-3/+3
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* clarify error messagesweidai2009-03-131-5/+6
* tweaks/fixes for 5.6weidai2009-03-031-1/+1
* changes for 5.6: weidai2009-03-021-0/+179