aboutsummaryrefslogtreecommitdiff
path: root/src/common/Cryptography
AgeCommit message (Collapse)Author
2019-07-16Core/PacketIO: Fix sending uninitialized dataShauren
2019-07-14Fix build for openssl 1.0Shauren
2019-07-14Core/PacketIO: Updated packet encryption to 8.2Shauren
2019-01-01Update copyright note for 2019vincent-michael
auto happy = new year(2019);
2018-12-09Core/Misc: Fixed nopch and clang 6.0 warningsShauren
2018-03-04Core/Crypto: Transitional Cryptography update for OpenSSL 1.1 (#21534)Warlockbugs
Support for both OpenSSL 1.0 LTS and OpenSSL 1.1 versions. Many Linux distributions are still on 1.0 and will stay on LTS for quite some time. Port of CMaNGOS commit: https://github.com/cmangos/mangos-wotlk/commit/e1b0048f052eda46bb27d20224d0339960816ac2
2018-01-01Update copyright note for 2018vincent-michael
auto happy = new year(2018);
2017-12-29Tools/Patcher: Properly sign certificate bundle7.2.5/24742Shauren
2017-12-26Core/Crypto: Remove unused declarationShauren
2017-12-26Core/Crypto: Add const_cast hack to fix linux build with opensslShauren
2017-12-25Nopch build fix2Shauren
2017-12-25Nopch build fixShauren
2017-12-25Build fixShauren
2017-12-25Core/Crypto: Refactor RSA encryption to use openssl functions instead of ↵Shauren
doing it manually
2017-11-25Misc: More cleanupAokromes
2017-06-07Core/Misc: Some /W4 warning fixesShauren
2017-05-11Core/Common: Include cleanupShauren
2017-01-01Update copyright note for 2017vincent-michael
Happy new year
2016-08-04Common/Crypto: Reduce differences between 3.3.5 and 6.x branchesjackpoz
Code functionality shouldn't have been modified.
2016-08-03Common/Crypto: Reduce differences between 3.3.5 and 6.x branchesjackpoz
Code functionality shouldn't have been modified.
2016-04-18Core/Cryptography: Move the SHA1 calculate helper to the SHA1 headerNaios
(cherry picked from commit 3271f328de35f940f682a0dbe1d9466e29190182)
2016-03-24Core/Common: Converted the common library to a shared library.Naios
* There is still the possibility to static link against common.
2016-03-19Core/Crypto: Renamed SHA1Randx/WardenKeyGeneration and made it a template classShauren
2016-01-01Update copyright note for 2016Vincent-Michael
Happy new year (Again new year with idiots ...)
2015-08-24Core/BuildSystem: Merged crypto into common, cleaned include directory lists ↵StormBytePP
(to mimic 3.x buildsystem)
2015-08-21Core/Build: Merge common library and move database out of sharedStormBytePP