Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix semicolons yet again (GH #889) | Jeffrey Walton | 2019-10-14 | 1 | -4/+4 |
| | | | | So it looks like sed added a '\r' between the closing paren and the semi. Grepping for '^;' failed because the '\r' was considered part of the previous line, so it showed no hits. I finally had to write a C program to properly identify and fix those damn stray semicolons. | ||||
* | Don't add semicolon to CRYPTOPP_CONSTANT abd DOCUMENTED_TYPEDEF (GH #889) | Jeffrey Walton | 2019-10-03 | 1 | -4/+4 |
| | | | | This issue is a recurring issue. Let's try fixing it in the #define this time. | ||||
* | Remove extra ;s from rsa.h (PR #617) | Ilja | 2018-03-31 | 1 | -4/+4 |
| | |||||
* | Remove unneeded Doxygen directive | Jeffrey Walton | 2018-01-19 | 1 | -9/+0 |
| | |||||
* | Change Doxygen comment style from //! to /// | Jeffrey Walton | 2017-11-29 | 1 | -91/+91 |
| | | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw | ||||
* | Removed "typedef SHA1 SHA" (Issue 369) | Jeffrey Walton | 2017-04-24 | 1 | -10/+10 |
| | | | | | | This should have happened when we removed most of MAINTAIN_BACKWARDS_COMPATIBILITY artifacts. Its not practical move SHA1 into Weak:: namespace or "typedef SHA256 SHA" because SHA1 is too intertwined at the moment. In the interim, maybe we can place SHA1 in both CryptoPP:: and Weak:: namespaces. This will allow us to transition into Weak::SHA1 over time, and signal to users SHA1 should be avoided. | ||||
* | Add asserts to validation routines | Jeffrey Walton | 2017-01-29 | 1 | -1/+1 |
| | |||||
* | 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 documentation (Issue 328) | Jeffrey Walton | 2016-12-03 | 1 | -5/+7 |
| | |||||
* | Updated documentation (Issue 328) | Jeffrey Walton | 2016-12-03 | 1 | -1/+6 |
| | |||||
* | Removed VC++ 5.0 and 6.0 workarounds (Issue 342) | Jeffrey Walton | 2016-12-03 | 1 | -3/+3 |
| | |||||
* | Fix: GCC warning "type qualifiers ignored on function return type". | Ralph Tandetzky | 2016-12-01 | 1 | -2/+2 |
| | | | | This pedantic message appeared all over the code. Also removed one warning about an unused variable in release build. | ||||
* | Add CRYPTOPP_STATIC_CONSTEXPR macro | Jeffrey Walton | 2016-11-13 | 1 | -2/+2 |
| | |||||
* | Updated documentation for Crypto++ 1.0 algorithms | Jeffrey Walton | 2016-10-26 | 1 | -0/+15 |
| | |||||
* | Add constexpr-ness to StaticAlgorithmName member function | Jeffrey Walton | 2016-09-07 | 1 | -2/+2 |
| | |||||
* | Updated documentation | Jeffrey Walton | 2016-04-08 | 1 | -1/+22 |
| | |||||
* | Updated documentation | Jeffrey Walton | 2016-04-08 | 1 | -19/+70 |
| | |||||
* | Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵ | Jeffrey Walton | 2015-11-18 | 1 | -5/+7 |
| | | | | (Coverity rollup) | ||||
* | CRYPTOPP 5.6.3 RC6 checkin | Jeffrey Walton | 2015-11-05 | 1 | -176/+176 |
| | |||||
* | Included "integer.h" in source files with Integer dependencies so make would ↵ | Jeffrey Walton | 2015-07-30 | 1 | -0/+2 |
| | | | | rebuild stale object files | ||||
* | use Weak1 namespace | weidai | 2007-05-04 | 1 | -4/+4 |
| | |||||
* | move MD2, MD4, MD5, PanamaHash, WAKE_CFB into the namespace 'Weak' | weidai | 2007-04-16 | 1 | -0/+2 |
| | |||||
* | update version number, port to Sun C++ 5.8 | weidai | 2006-12-18 | 1 | -4/+9 |
| | |||||
* | changes done for FIPS-140 lab code drop | weidai | 2005-01-20 | 1 | -3/+30 |
| | |||||
* | fix documentation, fix PanamaMAC, fix algorithm names | weidai | 2004-07-22 | 1 | -3/+3 |
| | |||||
* | port to GCC 3.4 | weidai | 2004-06-19 | 1 | -3/+0 |
| | |||||
* | create DLL version, fix GetNextIV() bug in CTR and OFB modes | weidai | 2003-07-04 | 1 | -3/+3 |
| | |||||
* | various changes for 5.1 | weidai | 2003-03-20 | 1 | -34/+10 |
| | |||||
* | Initial revision | weidai | 2002-10-04 | 1 | -0/+167 |