summaryrefslogtreecommitdiff
path: root/default.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-6/+6
* Fix typos (PR# 1099)Dimitris Apostolou2022-01-041-2/+2
* Add EnumToInt conversion macro for enum-enum conversion warnings (GH #1016)Jeffrey Walton2021-03-091-6/+6
* Clear C++20 enum-enum conversion warnings (GH #1016)Jeffrey Walton2021-03-091-6/+6
* Fix LegacyDecryptor and LegacyDecryptorWithMAC (GH #714)Jeffrey Walton2018-09-101-2/+2
* Revert AltiVec and Power8 commitsJeffrey Walton2017-09-051-11/+11
* Fixup under-aligned buffers for DefaultEncryptors and DefaultDecryptors on Al...Jeffrey Walton2017-09-041-11/+11
* Cleared UBsan finding in Default's GenerateKeyIVJeffrey Walton2017-08-151-2/+7
* Cast enums to int for comparisonJeffrey Walton2017-08-111-8/+8
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-12/+12
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Updated documentation (Issue 345)Jeffrey Walton2016-12-111-2/+3
* Update DefaultEncryptor, DefaultEncryptorWithMAC and friends (Issue 345)Jeffrey Walton2016-12-111-54/+84
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-4/+2
* Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)Jeffrey Walton2016-12-031-2/+2
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-2/+3
* Revert botched "Crypto++ 5.6.3 check-in". Corruption due to VMware adding gar...Jeffrey Walton2015-11-221-3/+2
* Crypto++ 5.6.3 check-inJeffrey Walton2015-11-201-2/+3
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-267/+272
* Completed cutover to unscoped auto_ptr (which will use Crypto++'s namespace v...Jeffrey Walton2015-08-031-1/+3
* Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → std::cerr,...Jeffrey Walton2015-07-301-2/+2
* Fixed compiler errors on Apple due to cross product of {C++03,C++11} x {libc+...Jeffrey Walton2015-07-271-1/+2
* Cleared "signed/unsigned" warning under GCC 4.8Jeffrey Walton2015-07-261-7/+8
* Added GCC_DIAGNOSTIC_AWARE to help suppress some warnings on contemporary com...Jeffrey Walton2015-06-291-0/+5
* changes for 5.6: weidai2009-03-021-1/+1
* port to MSVC .NET 2005 beta 2weidai2005-07-121-15/+15
* changes done for FIPS-140 lab code dropweidai2005-01-201-2/+2
* Initial revisionweidai2002-10-041-0/+258