Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup FileStore::TransferTo2 | Jeffrey Walton | 2021-02-28 | 1 | -6/+4 |
| | |||||
* | Guard for exceptions in FileStore::MaxRetrievable (GH #968) | Jeffrey Walton | 2020-09-20 | 1 | -1/+35 |
| | |||||
* | Clear stream errors in FileStore::MaxRetrievable (GH #968) | Jeffrey Walton | 2020-09-20 | 1 | -0/+9 |
| | |||||
* | Clear failbit after failed istream::seekg() (#968) | Tanzinul Islam | 2020-09-19 | 1 | -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 Walton | 2017-03-01 | 1 | -6/+6 |
| | |||||
* | Change file preamble to include "originally written by Wei Dai" | Jeffrey Walton | 2017-01-27 | 1 | -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 comments | Jeffrey Walton | 2016-10-17 | 1 | -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 Walton | 2016-09-16 | 1 | -1/+1 |
| | | | | behavior pivots on CRYPTOPP_DEBUG, and not NDEBUG (Issue 277, CVE-2016-7420) | ||||
* | Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420) | Jeffrey Walton | 2016-09-16 | 1 | -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 Walton | 2015-11-18 | 1 | -1/+1 |
| | | | | (Coverity rollup) | ||||
* | CRYPTOPP 5.6.3 RC6 checkin | Jeffrey Walton | 2015-11-05 | 1 | -261/+258 |
| | |||||
* | Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → ↵ | Jeffrey Walton | 2015-07-30 | 1 | -9/+9 |
| | | | | std::cerr, ... | ||||
* | Added stdcpp.h header | Jeffrey Walton | 2015-07-30 | 1 | -2/+1 |
| | |||||
* | Added CRYPTOPP_ASSERT to SafeConvert result because FileSink::Put2 does not ↵ | Jeffrey Walton | 2015-07-30 | 1 | -1/+3 |
| | | | | throw. Maybe Put2 should work with std::streamsize::max() size blocks | ||||
* | Cut-in CRYPTOPP_ASSERT in all remaining header and source files | Jeffrey Walton | 2015-07-26 | 1 | -1/+1 |
| | |||||
* | Added "trap.h" include for header and source files that assert | Jeffrey Walton | 2015-07-26 | 1 | -0/+1 |
| | |||||
* | add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCM | weidai | 2010-07-24 | 1 | -2/+2 |
| | |||||
* | improve Unicode filename handling | weidai | 2009-07-11 | 1 | -56/+48 |
| | |||||
* | handle Unicode filenames | weidai | 2009-07-11 | 1 | -9/+64 |
| | |||||
* | port to Borland C++Builder 2006 | weidai | 2006-12-14 | 1 | -1/+0 |
| | |||||
* | port to MSVC .NET 2005 beta 2 | weidai | 2005-07-12 | 1 | -18/+31 |
| | |||||
* | changes done for FIPS-140 lab code drop | weidai | 2005-01-20 | 1 | -1/+1 |
| | |||||
* | fix for Unix | weidai | 2003-07-11 | 1 | -1/+1 |
| | |||||
* | create DLL version, fix GetNextIV() bug in CTR and OFB modes | weidai | 2003-07-04 | 1 | -8/+13 |
| | |||||
* | fix bug in Grouper | weidai | 2003-04-15 | 1 | -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 problems | weidai | 2003-02-24 | 1 | -35/+35 |
| | |||||
* | bug fixes | weidai | 2002-10-06 | 1 | -50/+48 |
| | |||||
* | Initial revision | weidai | 2002-10-04 | 1 | -0/+188 |