index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-08T23:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
Cryptography
Age
Commit message (
Expand
)
Author
2022-02-13
Core/Misc: Cleanup unused includes
Shauren
2022-02-05
Core/Authserver: Removal of sha_pass_hash, compatibility fields, and everythi...
Treeston
2022-01-23
Core/Crypto: c++17-ify crypto code cherry picked earlier that was downgraded ...
Shauren
2022-01-23
Common/Crypto: #ifdef out unnecessary locking code for OpenSSL 1.1+ (PR #25110)
Peter Keresztes Schmidt
2021-12-24
Core/Misc: C++17 cleanups, commit 2, the advstd commit
Treeston
2021-12-21
Core/Misc: Resolve c++17 TODOs left in code as comments
Shauren
2021-12-18
[3.3.5] Core/Authserver: TOTP rewrite: (PR #23633)
Treeston
2021-10-06
Core/Misc: Fix another gcc warning
Shauren
2021-10-06
Common/Misc: Clean-up a GCC sign comparison warning
Treeston
2021-03-02
Core/PacketIO: Increase max allowed incoming packet size for CMSG_HOTFIX_REQUEST
Shauren
2020-09-04
Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...
Shauren
2020-08-14
Core/Misc: Replace NULL with nullptr
Shauren
2020-08-03
Core/Authserver: Re-organize the `accounts` table (PR #25135)
Treeston
2020-08-03
Core/Authserver: Split SRP6 into its own file (PR #25131)
Treeston
2020-08-03
how does VC++ never catch these? 5e36bf7 follow-up
Treeston
2020-08-03
Core/Authserver: Auth cleanup phase 1b, the "I didn't hit Stage All" commit. ...
Treeston
2020-08-03
Core/Authserver: Auth cleanup phase 1a, the "stuff I ran across while making ...
Treeston
2020-08-03
Core/Authserver: Authserver cleanup (PR#25093)
Treeston
2020-01-02
New Year
Aokromes
2019-11-08
Core/Misc: Suppress openssl random generator uninitialized variable errors un...
Shauren
2019-07-16
Core/PacketIO: Fix sending uninitialized data
Shauren
2019-07-14
Fix build for openssl 1.0
Shauren
2019-07-14
Core/PacketIO: Updated packet encryption to 8.2
Shauren
2019-01-01
Update copyright note for 2019
vincent-michael
2018-12-09
Core/Misc: Fixed nopch and clang 6.0 warnings
Shauren
2018-03-04
Core/Crypto: Transitional Cryptography update for OpenSSL 1.1 (#21534)
Warlockbugs
2018-01-01
Update copyright note for 2018
vincent-michael
2017-12-29
Tools/Patcher: Properly sign certificate bundle
7.2.5/24742
Shauren
2017-12-26
Core/Crypto: Remove unused declaration
Shauren
2017-12-26
Core/Crypto: Add const_cast hack to fix linux build with openssl
Shauren
2017-12-25
Nopch build fix2
Shauren
2017-12-25
Nopch build fix
Shauren
2017-12-25
Build fix
Shauren
2017-12-25
Core/Crypto: Refactor RSA encryption to use openssl functions instead of doin...
Shauren
2017-11-25
Misc: More cleanup
Aokromes
2017-06-07
Core/Misc: Some /W4 warning fixes
Shauren
2017-05-11
Core/Common: Include cleanup
Shauren
2017-01-01
Update copyright note for 2017
vincent-michael
2016-08-04
Common/Crypto: Reduce differences between 3.3.5 and 6.x branches
jackpoz
2016-08-03
Common/Crypto: Reduce differences between 3.3.5 and 6.x branches
jackpoz
2016-04-18
Core/Cryptography: Move the SHA1 calculate helper to the SHA1 header
Naios
2016-03-24
Core/Common: Converted the common library to a shared library.
Naios
2016-03-19
Core/Crypto: Renamed SHA1Randx/WardenKeyGeneration and made it a template class
Shauren
2016-01-01
Update copyright note for 2016
Vincent-Michael
2015-08-24
Core/BuildSystem: Merged crypto into common, cleaned include directory lists ...
StormBytePP
2015-08-21
Core/Build: Merge common library and move database out of shared
StormBytePP