Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix double leading "0x" prefix (GH #557) | Jeffrey Walton | 2018-01-05 | 1 | -3/+3 |
| | | | | Thanks to John McCabe for reporting | ||||
* | Fix Clang warning on missing template definitions | Jeffrey Walton | 2017-08-16 | 1 | -0/+1 |
| | |||||
* | Fix Windows compilation issues (by RaptorFactor) (#444) | Marcel Raad | 2017-07-17 | 1 | -6/+6 |
| | | | | | | | | | | | | * Fix compilation on Windows with /DUNICODE * Fix linking of fipstest for MSVC targeting ARM (__crt_debugger_hook is not available). * Fix build for Clang on Windows with optimizations on. * Fix a warning about a non-existant warning under Clang. * Fix compilation under Intel C++ 18.0 on Windows | ||||
* | Fix "warning C4702: unreachable code" under Windows Phone | Jeffrey Walton | 2017-05-18 | 1 | -1/+1 |
| | |||||
* | Add C++ nullptr support (Issue 383) | Jeffrey Walton | 2017-03-01 | 1 | -14/+14 |
| | |||||
* | Remove old VerifierFilter, switch to SignatureVerificationFilter | Jeffrey Walton | 2017-02-07 | 1 | -2/+2 |
| | | | | | VerifierFilter was a typedef for SignatureVerificationFilter. The name changed at Crypto++ 5.0 Updated documentation | ||||
* | 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 | ||||
* | Removed remaining dummy parameters for VC6.0 workarounds (Issue 342) | Jeffrey Walton | 2016-12-17 | 1 | -14/+6 |
| | |||||
* | Fix fipstest.cpp compile under Unix (Issue 314) | Jeffrey Walton | 2016-10-02 | 1 | -4/+2 |
| | |||||
* | Add "Crypto++ DLL" to OutputDebugString messages (Issue 314) | Jeffrey Walton | 2016-10-02 | 1 | -1/+1 |
| | | | | Visual Studio 2010 was opt-in; which Visual Studio 2012 is opt-out | ||||
* | Improve OutputDebugString messages (Issue 314) | Jeffrey Walton | 2016-10-02 | 1 | -3/+12 |
| | |||||
* | Add newline to OutputDebugString (Issue 314) | Jeffrey Walton | 2016-10-02 | 1 | -2/+2 |
| | |||||
* | Add information for expected and load address for FIPS DLL module (Issue 314) | Jeffrey Walton | 2016-10-02 | 1 | -4/+22 |
| | |||||
* | Whitespace cleanup | Jeffrey Walton | 2016-07-24 | 1 | -20/+20 |
| | |||||
* | Merge pull request #151 from bretthall/master | Jeffrey Walton | 2016-06-21 | 1 | -0/+4 |
|\ | | | | | Fixed linker error when using VS2015 /MD | ||||
| * | Fixed linker error when using VS2015 /MD | Brett Hall | 2016-03-29 | 1 | -0/+4 |
| | | | | | | | | | | | | | | Without this change links under Visual Studio 2015 using the /MDd switch ("multithreaded debug dll" c-runtime) fail with a "LNK2005: __crt_debugger_hook already defined in msvcrtd.lib(utility_desktop.obj)" error. | ||||
* | | Removed extra test for WINAPI_FAMILY | Jeffrey Walton | 2016-05-17 | 1 | -1/+1 |
| | | |||||
* | | Add changes for Windows Sotre that went missing with my clumsy Git skills | Jeffrey Walton | 2016-05-09 | 1 | -0/+13 |
|/ | |||||
* | CRYPTOPP 5.6.3 RC6 checkin | Jeffrey Walton | 2015-11-05 | 1 | -615/+615 |
| | |||||
* | Removed "include <assert.h>" from files. Its now handled by "trap.h" | Jeffrey Walton | 2015-08-03 | 1 | -4/+7 |
| | |||||
* | Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → ↵ | Jeffrey Walton | 2015-07-30 | 1 | -1/+1 |
| | | | | std::cerr, ... | ||||
* | Added "trap.h" include for header and source files that assert | Jeffrey Walton | 2015-07-26 | 1 | -0/+2 |
| | |||||
* | Cleared -Wunneeded-internal-declaration from GCC 5.1 | Jeffrey Walton | 2015-07-19 | 1 | -3/+4 |
| | |||||
* | Cleared warning "GCC diagnostic kind" unknown. It appears to be a Clang warning | Jeffrey Walton | 2015-07-19 | 1 | -2/+4 |
| | |||||
* | Cleared unused variable and function warnings | Jeffrey Walton | 2015-07-19 | 1 | -0/+1 |
| | |||||
* | Cut-over to COUNTOF in source files | Jeffrey Walton | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | Added GCC_DIAGNOSTIC_AWARE to help suppress some warnings on contemporary ↵ | Jeffrey Walton | 2015-06-29 | 1 | -0/+5 |
| | | | | compilers. The macro was needed to help with managing old compilers, like GCC 4.2.1, present on OpenBSD | ||||
* | fix possible error during DLL startup self-test due to calling functions in ↵ | weidai | 2010-07-29 | 1 | -17/+4 |
| | | | | ADVAPI32.DLL from DllMain() (http://sourceforge.net/apps/trac/cryptopp/ticket/4) | ||||
* | changes for 5.6: | weidai | 2009-03-02 | 1 | -4/+2 |
| | | | | | | - added AuthenticatedSymmetricCipher interface class and Filter wrappers - added CCM, GCM (with SSE2 assembly), CMAC, and SEED - improved AES speed on x86 and x64 - removed WORD64_AVAILABLE; compiler 64-bit int support is now required | ||||
* | fix compile with fix compile for for STLport 5.1.3 and MSVC 2005 | weidai | 2007-09-15 | 1 | -1/+1 |
| | |||||
* | change default FIPS RNG to use AES instead of DES_EDE | weidai | 2007-05-04 | 1 | -8/+10 |
| | |||||
* | update version number, port to Sun C++ 5.8 | weidai | 2006-12-18 | 1 | -0/+2 |
| | |||||
* | port to GCC 4, reorganize implementations of SetKey | weidai | 2006-12-10 | 1 | -3/+3 |
| | |||||
* | cygwin workaround | weidai | 2006-12-09 | 1 | -0/+2 |
| | |||||
* | fix self-test when installed into unicode paths | weidai | 2006-09-06 | 1 | -14/+53 |
| | |||||
* | change DLL integrity self-test to allow DLL to be Authenticode signed | weidai | 2006-07-30 | 1 | -18/+50 |
| | |||||
* | upgrade project files to MSVC 2005 and add x64 platform | weidai | 2006-01-30 | 1 | -1/+3 |
| | |||||
* | port to MSVC .NET 2005 beta 2 | weidai | 2005-07-12 | 1 | -6/+6 |
| | |||||
* | changes done for FIPS-140 lab code drop | weidai | 2005-01-20 | 1 | -39/+50 |
| | |||||
* | fix bug in EncryptionPairwiseConsistencyTest | weidai | 2004-02-05 | 1 | -6/+15 |
| | |||||
* | reduce source file dependencies | weidai | 2003-10-14 | 1 | -1/+39 |
| | |||||
* | fix in-memory integrity check on Win 9x | weidai | 2003-07-18 | 1 | -23/+39 |
| | |||||
* | fix GCC compile | weidai | 2003-07-11 | 1 | -0/+1 |
| | |||||
* | merge in 5.0.4 changes (exclude DES and SHA-2 from DLL), | weidai | 2003-07-10 | 1 | -6/+9 |
| | | | | attempt (failed) to build DLL with GCC | ||||
* | create DLL version, fix GetNextIV() bug in CTR and OFB modes | weidai | 2003-07-04 | 1 | -81/+140 |
| | |||||
* | release memory from working set after EDC test | weidai | 2003-06-10 | 1 | -0/+1 |
| | |||||
* | misc optimizations | weidai | 2003-05-16 | 1 | -1/+1 |
| | |||||
* | fix in memory EDC test - IAT issue | weidai | 2003-04-22 | 1 | -3/+13 |
| | |||||
* | improve in memory EDC | weidai | 2003-04-18 | 1 | -5/+20 |
| | |||||
* | fix bug in Grouper | weidai | 2003-04-15 | 1 | -3/+39 |
| | | | | | | | | 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) |