aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/rijndael
Commit message (Collapse)AuthorAgeFilesLines
* Qt6 is stricter when casting numericals and chars. Add an explicit ↵Gravatar Fabio Bas2023-10-181-1/+1
| | | | | | cast/conversion to better digest them cast
* Convert 0s and NULLs to nullptrGravatar IceN9ne2018-12-031-6/+6
|
* Use override where possible and remove unnecessary usages of the virtual ↵Gravatar IceN9ne2018-11-281-10/+10
| | | | keyword.
* 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 cleanupGravatar IceN9ne2017-02-021-42/+41
| | | | | | * 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
* Cleanup included filesGravatar IceN9ne2016-10-281-1/+1
|
* Blowfish: Remove unnecessary dynamic allocation and clarify implecations of ↵Gravatar IceN9ne2016-09-122-6/+6
| | | | key length option choice to users.
* various cosmetic: consistent comment formatGravatar un1versal2016-05-171-4/+4
| | | | + remove separators to make it consistent.
* 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 ↵Gravatar un1versal2015-11-2810-10/+10
| | | | opinion -> option
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-2810-10/+10
|
* Clean up trailing whitespaces and excess newlinesGravatar Matt Ullman2015-10-181-1/+1
| | | | | Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk
* [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 ↵Gravatar Robert Förster2014-11-216-12/+12
| | | | | | | | | for that" commits) - 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
* convert cmake files to lowercase statements prehistoric cmake versions ↵Gravatar Robert Förster2012-10-042-17/+17
| | | | | | required uppercase, but lowercase is now preferred so change it (yeah feel free to hate me for this commit ) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support: cmake build system updateGravatar Fabio Bas2012-09-281-6/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support (sip): code only, no touch to build system by nowGravatar Fabio Bas2012-09-251-6/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use ↵Gravatar Robert Förster2012-01-142-20/+0
| | | | | | | | proper SVN Props instead 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
* droppped cryptopp dependency, as per resolution #4 of last week's ml ↵Gravatar Fabio Bas2011-08-243-792/+13
| | | | | | discussion. Cryptopp will live in the 4.1-qtsockets branch and will maybe be re-merged in the future if it will catch up in sync with the openssl implementation git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5943 17fca916-40b9-46aa-a4ea-0a15b648b75c
* crypto engines now use the mose secure CBC mode by default; ECB mode is ↵Gravatar Fabio Bas2011-07-232-63/+65
| | | | | | available prefixing keys with "ecb:"; old mode is available using "old:" prefix git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5914 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed IV size for Rijndael/CBCGravatar Fabio Bas2011-07-231-12/+12
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5912 17fca916-40b9-46aa-a4ea-0a15b648b75c
* KviCString: removed duplicate setLength/setLen, added padRightGravatar Fabio Bas2011-07-238-59/+216
| | | | | | 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
* a common typo, isn't it? :)Gravatar wodim2011-05-152-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5839 17fca916-40b9-46aa-a4ea-0a15b648b75c
* libkvirijndael_cryptopp.cpp: Use the correct include and variable.Gravatar Kai Wasserbäch2011-02-111-3/+3
| | | | | | | | 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
* Calm down the rijndael module compilation. Thnx Arfrever.Gravatar Szymon Tomasz Stefanek2011-02-102-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5463 17fca916-40b9-46aa-a4ea-0a15b648b75c
* renamed namespaceGravatar Elvio Basello2011-02-101-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5459 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Some cmake-related changes:Gravatar Fabio Bas2011-02-071-29/+27
| | | | | | | | | 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
* added a disclaimer on "why we don't support longer keylengths" in ↵Gravatar Fabio Bas2011-02-061-0/+15
| | | | | | mircryption's blowfish implementation. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5429 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed #1011, please testGravatar Fabio Bas2011-02-065-127/+210
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5428 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The big rename for modules. Still some details remaining.Gravatar Szymon Tomasz Stefanek2011-01-017-11/+11
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c
* probable compilation fix for rijndaled/crypto++Gravatar Fabio Bas2011-01-011-16/+16
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5283 17fca916-40b9-46aa-a4ea-0a15b648b75c
* moved around some header hopefully minimizing recompilation times on small ↵Gravatar Fabio Bas2010-12-312-0/+2
| | | | | | changes git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5280 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reworked mIRC control codes;Gravatar Elvio Basello2010-12-301-2/+2
| | | | | | | yet more splitting; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5272 17fca916-40b9-46aa-a4ea-0a15b648b75c
* yet more splittingGravatar Elvio Basello2010-12-292-15/+15
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5264 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renames, fix the spelling of KVIrc etc...Gravatar Szymon Tomasz Stefanek2010-12-298-8/+8
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-272-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c