summaryrefslogtreecommitdiff
path: root/default.h
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace check-inJeffrey Walton2021-03-041-4/+4
|
* Fix typos in documentation and comments (PR #1012)Tobias Nießen2021-03-041-4/+4
|
* Fix semicolons yet again (GH #889)Jeffrey Walton2019-10-141-25/+25
| | | | 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 Walton2019-10-031-25/+25
| | | | This issue is a recurring issue. Let's try fixing it in the #define this time.
* Fix LegacyDecryptor and LegacyDecryptorWithMAC (GH #714)Jeffrey Walton2018-09-101-4/+4
| | | | The classes used the wrong hash with the MAC. The legacy gear should have used SHA1, not SHA256.
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-16/+0
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-138/+138
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Add constants to default encryptor classesJeffrey Walton2017-05-061-0/+12
|
* Removed "typedef SHA1 SHA" (Issue 369)Jeffrey Walton2017-04-241-1/+1
| | | | | | 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 C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-8/+8
|
* 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
* Updated documentation (Issue 345)Jeffrey Walton2016-12-111-4/+55
|
* Update DefaultEncryptor, DefaultEncryptorWithMAC and friends (Issue 345)Jeffrey Walton2016-12-111-65/+151
|
* Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)Jeffrey Walton2016-12-031-1/+1
|
* Updated documentationJeffrey Walton2016-07-181-2/+2
|
* Fix deprecated warning with message under GCC 4.47Jeffrey Walton2016-07-181-28/+4
|
* Go back to Commit 66ada4cc61d62afcJeffrey Walton2016-07-061-6/+6
|
* Revert "Merge remote-tracking branch 'upstream/master'" - not intended to be ↵Mouse2016-07-061-6/+6
| | | | | | | merged by me This reverts commit 762c315566bce681e380641d1894251f984eac10, reversing changes made to b48866631a5587e9348245fedd6f1e0871df35db.
* Add MacPorts GCC compiler and Clang integrated assembler support. This is a ↵Jeffrey Walton2016-07-051-6/+6
| | | | merge of the development branch 'clang-ia'
* Fixed GCC version for deprecated attributeJeffrey Walton2015-12-271-4/+4
|
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-10/+100
|
* Revert botched "Crypto++ 5.6.3 check-in". Corruption due to VMware adding ↵Jeffrey Walton2015-11-221-100/+10
| | | | | | garbage to the end of some source files during drag and drop from guest to host. This reverts commit c45435812225aa68d122c7de246e5f60b509766c.
* Crypto++ 5.6.3 check-inJeffrey Walton2015-11-201-10/+100
|
* 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-104/+105
|
* port to MSVC .NET 2005 beta 2weidai2005-07-121-8/+8
|
* Initial revisionweidai2002-10-041-0/+104