aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/rijndael
Commit message (Expand)AuthorAgeFilesLines
* Qt6 is stricter when casting numericals and chars. Add an explicit cast/conve...•••cast Gravatar Fabio Bas2023-10-181-1/+1
* Convert 0s and NULLs to nullptrGravatar IceN9ne2018-12-031-6/+6
* Use override where possible and remove unnecessary usages of the virtual keyw...Gravatar IceN9ne2018-11-281-10/+10
* Remove unnecessary usages of the inline keyword per language evolution.Gravatar IceN9ne2018-11-281-2/+2
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-141-1/+1
* push and pull po{t}s, typo fixesGravatar Dessa2017-05-241-1/+1
* rijndael module: Fix potential memory leak and invalid length checkGravatar IceN9ne2017-03-091-1/+3
* rijndael module: Fix incorrect size checkGravatar IceN9ne2017-03-051-1/+1
* Miscellaneous documentation fixesGravatar OmegaPhil2017-02-231-4/+4
* Encryption: A fix and some code cleanup••• * Fixes spelling error in function name that fails to override base class virtual function * Adds const to functions that should have it * Cleans-up some formatting Gravatar IceN9ne2017-02-021-42/+41
* Cleanup included filesGravatar IceN9ne2016-10-281-1/+1
* Blowfish: Remove unnecessary dynamic allocation and clarify implecations of k...Gravatar IceN9ne2016-09-122-6/+6
* various cosmetic: consistent comment format•••+ remove separators to make it consistent. Gravatar un1versal2016-05-171-4/+4
* cleanup: remove more ancient commented code p3Gravatar un1versal2016-05-081-33/+3
* Cleanup random separators with no commentsGravatar un1versal2016-05-061-4/+4
* Apply clang-tidy: modernize-loop-convertGravatar Alexey Sokolov2016-04-302-4/+4
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-302-18/+18
* Apply clang-formatGravatar Alexey Sokolov2016-04-2910-2143/+2268
* libkvirijndael: typos and capitalization missedGravatar un1versal2015-12-201-3/+3
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-8/+8
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-2810-10/+10
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-2810-10/+10
* Clean up trailing whitespaces and excess newlines•••Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk Gravatar Matt Ullman2015-10-181-1/+1
* [ci skip] Oops - squash reviewGravatar un1versal2015-10-081-2/+2
* [ci skip] cpp file typos and capitalization correctionsGravatar un1versal2015-10-081-7/+7
* Slightly more verbose naming for commit 2a30f77Gravatar Szymon Tomasz Stefanek2015-08-262-8/+15
* Add option to change the max keysize of mircryption keysGravatar Christophe Beauval2015-08-112-6/+14
* - massive trailing whitespace cleanup (yes, one of these "you can hate me for...•••- apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks! - fix compilation on qt 5.4 on windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2014-11-216-12/+12
* convert cmake files to lowercase statements prehistoric cmake versions requir...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-042-17/+17
* qt5 support: cmake build system update•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-281-6/+2
* qt5 support (sip): code only, no touch to build system by now•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-251-6/+0
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use pr...•••sprinkle around some svn:ignore, svn:eol-style and svn:mime-type stuff, also remove mime-type property which does not exist, it should be svn:mime-type instead git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6052 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-142-20/+0
* droppped cryptopp dependency, as per resolution #4 of last week's ml discussi...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5943 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-08-243-792/+13
* crypto engines now use the mose secure CBC mode by default; ECB mode is avail...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5914 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-07-232-63/+65
* fixed IV size for Rijndael/CBC•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5912 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-07-231-12/+12
* KviCString: removed duplicate setLength/setLen, added padRight•••Crypto: splitted Initalization Vector engine to its own file, added real cbc mode to Rijndael engine (wip) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5911 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-07-238-59/+216
* a common typo, isn't it? :)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5839 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-05-152-2/+2
* libkvirijndael_cryptopp.cpp: Use the correct include and variable.•••Fixes an FTBFS introduced by r5283. Signed-off-by: Kai Wasserbäch <curan@debian.org> git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5467 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Kai Wasserbäch2011-02-111-3/+3
* Calm down the rijndael module compilation. Thnx Arfrever.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5463 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-02-102-2/+2
* renamed namespace•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5459 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-02-101-3/+3
* Some cmake-related changes:•••cleaned up the KVIRC_BUILD_FLAGS mess, now every #ifdef used in the code should have its own #define/#undef in kvi_sysconfig.h removed the old WITH_* family of flags, use the native cmake WANT_* options that avoids caching problems and permits to both set and unset the option use WANT_CRYPTOPP for cryptopp code (was: WANT_NO_EMBEDDED_CODE), and disable WANT_OPENSSL when the user wants tom switch to cryptopp updated INSTALL file accordingly git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5430 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-02-071-29/+27
* added a disclaimer on "why we don't support longer keylengths" in mircryption...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5429 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-02-061-0/+15
* fixed #1011, please test•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5428 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-02-065-127/+210
* The big rename for modules. Still some details remaining.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-01-017-11/+11
* probable compilation fix for rijndaled/crypto++•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5283 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-01-011-16/+16
* moved around some header hopefully minimizing recompilation times on small ch...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5280 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-12-312-0/+2
* reworked mIRC control codes;•••yet more splitting; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5272 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-12-301-2/+2
* yet more splitting•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5264 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-12-292-15/+15
* More renames, fix the spelling of KVIrc etc...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-298-8/+8
* More renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-272-2/+2