summaryrefslogtreecommitdiff
path: root/dll.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove Thread and Socket classes (GH #208, PR #703)Jeffrey Walton2018-08-171-1/+0
| | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/5btwLoxXXD4.
* Cleanup Doxygen directivesJeffrey Walton2018-01-221-2/+1
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-3/+3
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* 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
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-5/+1
|
* Remove use of NDEBUG in dll.hJeffrey Walton2016-09-171-5/+5
|
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-0/+6
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-73/+71
|
* Cleared unknown pragma warning under MinGWJeffrey Walton2015-07-231-9/+11
|
* fix compile on ICC 11weidai2009-03-041-0/+3
|
* changes done for FIPS-140 lab code dropweidai2005-01-201-5/+6
|
* changes related to the next FIPS validationweidai2004-09-031-0/+1
|
* reduce source file dependenciesweidai2003-10-141-2/+0
|
* fix for Unixweidai2003-07-111-5/+5
|
* fix GCC compileweidai2003-07-111-1/+1
|
* merge in 5.0.4 changes (exclude DES and SHA-2 from DLL),weidai2003-07-101-3/+7
| | | | attempt (failed) to build DLL with GCC
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-0/+64