summaryrefslogtreecommitdiff
path: root/channels.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Clear Visual Studio warnings (Issue 412)""Jeffrey Walton2017-06-021-0/+4
| | | | This reverts commit c3871aec948013c1a4d5613050c659520f59e2e4.
* Revert "Clear Visual Studio warnings (Issue 412)"Jeffrey Walton2017-06-021-4/+0
| | | | This reverts commit eb3b27a6a543. The change broke GCC 4.8 and unknown version of Clang on OS X. UB reported the OS X break, and JW found duplicated the break on a ARM CubieTruck with GCC 4.8.
* Clear Visual Studio warnings (Issue 412)Jeffrey Walton2017-05-301-0/+4
|
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-2/+2
|
* Add Test namespace within CryptoPP namespace (Issue 379)Jeffrey Walton2017-02-211-4/+4
|
* 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
* Whitespace checkinJeffrey Walton2016-09-101-1/+1
|
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-308/+312
|
* Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → ↵Jeffrey Walton2015-07-301-4/+3
| | | | std::cerr, ...
* port to MSVC .NET 2005 beta 2weidai2005-07-121-3/+3
|
* fix bug in ChannelSwitch::ChannelCreatePutSpace() when a channel has only ↵weidai2003-07-181-1/+2
| | | | one route
* added support for using encoding parameters and key derivation parametersweidai2003-07-161-14/+4
|
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-1/+6
|
* fix bug in Grouperweidai2003-04-151-79/+110
| | | | | | | | 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)
* Initial revisionweidai2002-10-041-0/+282