summaryrefslogtreecommitdiff
path: root/files.cpp
Commit message (Collapse)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
| | | | | | | | | `std::istream` does not generally need to support seek-to-end behavior; it depends on the underlying `std::streambuf` implementation. If it fails the stream will set `failbit`, after which any further operation would fail until it is cleared. Reference: - https://en.cppreference.com/w/cpp/io/basic_istream/seekg - https://en.cppreference.com/w/cpp/io/basic_streambuf/pubseekoff This issue surfaced in my use case after 04dee2a46, as I am using several `std::streambuf`-derived classes as streaming codecs and they do not support a seek-to-end functionality.
* 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
| | | | We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of
* Updated CRYPTOPP_ASSERT based on commentsJeffrey Walton2016-10-171-1/+1
| | | | Also see https://github.com/weidai11/cryptopp/commit/399a1546de71f41598c15edada28e7f0d616f541#commitcomment-19448453
* Change from NDEBUG to CRYPTOPP_DEBUG in source files to ensure all debug ↵Jeffrey Walton2016-09-161-1/+1
| | | | behavior pivots on CRYPTOPP_DEBUG, and not NDEBUG (Issue 277, CVE-2016-7420)
* 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
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-1/+1
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-261/+258
|
* Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → ↵Jeffrey Walton2015-07-301-9/+9
| | | | std::cerr, ...
* Added stdcpp.h headerJeffrey Walton2015-07-301-2/+1
|
* Added CRYPTOPP_ASSERT to SafeConvert result because FileSink::Put2 does not ↵Jeffrey Walton2015-07-301-1/+3
| | | | throw. Maybe Put2 should work with std::streamsize::max() size blocks
* 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
| | | | | | | | add RIPEMD-???, Whirlpool, Shacal2, Camellia, Two-Track MAC (Kevin Springle) change ChannelSwitch to allow non-blocking input (denis bider) change Redirector to allow more options (denis bider) fix MaurerRandomnessTest optimize MD2 (Kevin Springle)
* fix whitespace problemsweidai2003-02-241-35/+35
|
* bug fixesweidai2002-10-061-50/+48
|
* Initial revisionweidai2002-10-041-0/+188