test: Add build system support and a main function for unit tests
[quassel.git] / src / core / cipher.cpp
2018-11-18 Manuel Nickschasmodernize: Use '= default' instead of empty ctor/dtor...
2018-09-03 alturiakcipher.cpp: Default to CBC instead of ECB
2018-08-22 Manuel Nickschasqa: Remove bogus self-assignment
2018-07-12 Manuel Nickschaslogger: Refactor the logging framework
2015-02-07 Manuel NickschasMerge pull request #97 from Bombe/focus-host-input
2014-10-23 Manuel NickschasMerge pull request #96 from TheOneRing/qca_qt5
2014-10-21 Manuel NickschasCheck for invalid input in encrypted buffers
2014-10-02 Patrick von Rethmake quassel compile with qca enabled on qt5 96/head
2013-10-10 Bas PapeProperly detect CBC in key negotiation.
2013-05-16 Bas PapeOnly show warning about QCA on user input.
2013-02-19 Manuel NickschasMerge pull request #7 from Tucos/bug-640
2013-02-19 Manuel NickschasMerge pull request #6 from Tucos/genversion
2013-02-19 Manuel NickschasMerge pull request #1 from sandsmark/master
2013-02-19 Manuel NickschasMerge pull request #5 from Tucos/feat-keyx
2013-01-31 Bas PapeRefactor Cipher related things.
2012-05-25 Manuel NickschasReformat ALL the source!
2011-03-17 Johannes Hubercheck for qca provider plugin, fixes #1045
2010-07-28 Manuel NickschasClean-up and refactor the blowfish encryption stuff