summaryrefslogtreecommitdiff
path: root/cryptlib.cpp
Commit message (Expand)AuthorAgeFilesLines
* Whitespace check-inJeffrey Walton2021-03-041-1/+1
* Fix typos in documentation and comments (PR #1012)Tobias Nießen2021-03-041-1/+1
* Update commentsJeffrey Walton2020-09-121-1/+6
* Fix bad allocation size due to BufferedTransformation::TransferMessagesTo2 (G...Jeffrey Walton2020-09-111-1/+1
* Clear sign conversion warningsJeffrey Walton2019-09-281-6/+6
* Fix .Net 2002 compileJeffrey Walton2019-08-271-1/+0
* Fix use of MaxDerivedKeyLength (GH #874)Jeffrey Walton2019-08-161-2/+2
* Fix use of MaxDerivedKeyLength (GH #874)Jeffrey Walton2019-08-161-2/+2
* Avoid preprocessor error in SIZE_MAX (GH #864)Jeffrey Walton2019-07-141-1/+2
* Increase m_buf size (GH #862)Jeffrey Walton2019-07-101-16/+6
* Add BufferedTransformation GetWord64 and PutWord64 (GH #862)Jeffrey Walton2019-07-101-2/+35
* Clear asserts under DEBUG buildsJeffrey Walton2019-07-061-1/+2
* Whitespace check-inJeffrey Walton2018-12-041-22/+20
* Move DEFAULT_CHANNEL and AAD_CHANNEL defs into cryptlib.cpp (GH #751)Jeffrey Walton2018-12-031-0/+36
* Remove Thread and Socket classes (GH #208, PR #703)Jeffrey Walton2018-08-171-6/+0
* Add PtrAdd and PtrSub helper functionsJeffrey Walton2018-07-101-10/+10
* Increase use of ptrdiff_t when performing pointer mathJeffrey Walton2018-07-091-4/+4
* Make AuthenticatedSymmetricCipher::AlgorithmName non-pureJeffrey Walton2018-04-051-0/+6
* Cutover PBKDF to KeyDerivationFunction interface (GH #610, PR #612)Jeffrey Walton2018-03-291-5/+0
* Add KeyDerivationFunction interface (GH #610, PR #611)Jeffrey Walton2018-03-291-0/+25
* Clear clang-tidy warningsJeffrey Walton2018-01-241-63/+98
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-1/+0
* Fix failed self test under Clang (GH #533)Jeffrey Walton2017-12-251-1/+1
* Use ptrdiff_t cast in BlockTransformation (GH #549)Jeffrey Walton2017-12-171-4/+4
* Fix Clang 5.0 "runtime error: addition of unsigned offset to 0xXXXX overflowe...Jeffrey Walton2017-12-161-6/+7
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-16/+16
* Update documentationJeffrey Walton2017-11-121-25/+0
* Reduce C++ file scope class objectsJeffrey Walton2017-11-121-20/+8
* Update documentationJeffrey Walton2017-10-011-1/+2
* Update StreamTransformation and ProcessLastBlockJeffrey Walton2017-09-291-0/+17
* Backed off assert.Jeffrey Walton2017-08-151-2/+1
* Clear coverity finding FORWARD_NULL (CID 147865)Jeffrey Walton2017-05-201-4/+5
* Revert "Clear coverity finding FORWARD_NULL (CID 147865)"Jeffrey Walton2017-05-201-4/+5
* Clear coverity finding FORWARD_NULL (CID 147865)Jeffrey Walton2017-05-201-5/+4
* Add tests for Information Dispersal and Secret SharingJeffrey Walton2017-05-091-3/+0
* Add variable block size support for block ciphersJeffrey Walton2017-05-011-2/+2
* Simplify C++ dynamic object initializationJeffrey Walton2017-03-201-22/+27
* Updated static initializersJeffrey Walton2017-03-171-18/+15
* Avoid inlining LibraryVersion (Issue 371)Jeffrey Walton2017-03-141-1/+1
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-2/+2
* Remove NULL_CHANNEL and CW8 workaround (Issue 382)Jeffrey Walton2017-03-011-3/+0
* Change to more intuitive names LibraryVersion and HeaderVersion (Issue 371)Jeffrey Walton2017-01-281-1/+1
* Add BuildVersion and RuntimeVersion functions (Issue 371)Jeffrey Walton2017-01-281-1/+10
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* spelling fixesklemens2016-12-271-2/+2
* Silence select conversion warnings (Issue 340)Jeffrey Walton2016-12-021-3/+15
* Fix Solaris GCC and "constructor priorities are not supported"Jeffrey Walton2016-09-191-4/+0
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-15/+15
* Updated documentation (Issue 248)Jeffrey Walton2016-08-271-9/+9
* Cleared most "Conditional jump or move depends on uninitialised value" (Issue...Jeffrey Walton2016-07-131-4/+5