summaryrefslogtreecommitdiff
path: root/argnames.h
Commit message (Collapse)AuthorAgeFilesLines
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-80/+80
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Add Identity name/value pair (GH #542)Jeffrey Walton2017-11-251-0/+1
| | | | China’s SM2 uses an identity field for digital signatures. We used a ConstByteArrayParameter rather than a char* because the identifier may not be a C-string. The observation is based on experience with Thomas Wu’s Secure Remote Protocol (SRP)
* Update documentationJeffrey Walton2017-07-271-12/+12
| | | | This cleanup was performed using Clang and -Wdocumentation -Wno-documentation-deprecated-sync
* Add FileName, FileTime and Comment to argnames.hJeffrey Walton2017-05-121-0/+3
| | | | Add self tests to verify handling of filenames, filetimes and comments
* 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
* Add Poly1305 class (Issue 338)Jeffrey Walton2016-11-271-0/+1
|
* Add Tweak name for tweakable block ciphersJeffrey Walton2016-09-171-0/+1
|
* Clear Visual Studio C4316 warning for "object allocated on the heap may not ↵Jeffrey Walton2016-05-171-0/+5
| | | | be aligned 16"
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-2/+2
|
* Revert botched "Crypto++ 5.6.3 check-in". Corruption due to VMware adding ↵Jeffrey Walton2015-11-221-2/+2
| | | | | | 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-2/+2
|
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-5/+5
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-82/+88
|
* Included "integer.h" in source files with Integer dependencies so make would ↵Jeffrey Walton2015-07-301-0/+1
| | | | rebuild stale object files
* handle Unicode filenamesweidai2009-07-111-0/+2
|
* changes for 5.6: weidai2009-03-021-1/+4
| | | | | | - 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
* add DigestSize and L1KeyLengthweidai2007-04-161-1/+2
|
* changes done for FIPS-140 lab code dropweidai2005-01-201-0/+1
|
* misc changesweidai2003-07-181-0/+11
|
* added support for using encoding parameters and key derivation parametersweidai2003-07-161-0/+3
|
* fix bug in Grouperweidai2003-04-151-0/+6
| | | | | | | | 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/+54