summaryrefslogtreecommitdiff
path: root/files.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup FileStore::TransferTo2Jeffrey Walton2021-02-281-6/+4
* Guard for exceptions in FileStore::MaxRetrievable (GH #968)Jeffrey Walton2020-09-201-1/+35
* Clear stream errors in FileStore::MaxRetrievable (GH #968)Jeffrey Walton2020-09-201-0/+9
* Clear failbit after failed istream::seekg() (#968)Tanzinul Islam2020-09-191-0/+1
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-6/+6
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Updated CRYPTOPP_ASSERT based on commentsJeffrey Walton2016-10-171-1/+1
* Change from NDEBUG to CRYPTOPP_DEBUG in source files to ensure all debug beha...Jeffrey Walton2016-09-161-1/+1
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-1/+1
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-1/+1
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-261/+258
* Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → std::cerr,...Jeffrey Walton2015-07-301-9/+9
* Added stdcpp.h headerJeffrey Walton2015-07-301-2/+1
* Added CRYPTOPP_ASSERT to SafeConvert result because FileSink::Put2 does not t...Jeffrey Walton2015-07-301-1/+3
* 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/+1
* add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCMweidai2010-07-241-2/+2
* improve Unicode filename handlingweidai2009-07-111-56/+48
* handle Unicode filenamesweidai2009-07-111-9/+64
* port to Borland C++Builder 2006weidai2006-12-141-1/+0
* port to MSVC .NET 2005 beta 2weidai2005-07-121-18/+31
* changes done for FIPS-140 lab code dropweidai2005-01-201-1/+1
* fix for Unixweidai2003-07-111-1/+1
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-8/+13
* fix bug in Grouperweidai2003-04-151-6/+15
* fix whitespace problemsweidai2003-02-241-35/+35
* bug fixesweidai2002-10-061-50/+48
* Initial revisionweidai2002-10-041-0/+188