index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-24T22: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
2025-05-13
Core/Misc: Make string and string_view literal suffixes globally available
Shauren
2025-01-17
Core/Misc: Remove return type std::enable_if based SFINAE
Shauren
2024-12-18
Core: Updated to 11.0.7
Shauren
2024-12-18
Core/Crypto: Added HMAC_SHA512 definition
Shauren
2024-12-18
Core/Crypto: Allow different AES key lengths
Shauren
2024-11-14
Core/Misc: Support IPv6 ip2location
Shauren
2024-10-09
Core/Crypto: Respect OPENSSL_MODULES environment variable if set by user that...
Shauren
2024-10-01
Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow it...
Shauren
2024-06-02
Core/Crypto: Rename our Argon2 to avoid possible conflict with library file o...
Shauren
2024-05-12
Core/Cryptography: dropped support for OpenSSL 1.1
Ovahlord
2024-05-07
Core/Misc: Minor change to make_unique_ptr_with_deleter to make it accept onl...
Shauren
2023-12-26
Core/Bnet: Implemented new SRP6 variants, and migrate old sha_pass_hash in ba...
Shauren
2023-12-19
Core/Crypto: Added SHA 512 definitions
Shauren
2023-12-17
Core/Bnet: Rewrite LoginRESTService using boost::beast instead of gsoap as ht...
Shauren
2023-09-16
Core/SSL: Support more certificate formats
Shauren
2023-08-24
Core/Misc: Modernize comparison operators
Shauren
2023-01-31
Core/Misc: Fixed clang 15 warnings
Shauren
2022-09-06
Core/Crypto: Remove support for OpenSSL 1.0
Shauren
2022-09-05
Core/Crypto: Fixed build with openssl 1.1
daMaex
2022-09-05
Core/Crypto: Fixed loading legacy openssl provider for RC4 on windows
Shauren
2022-09-05
Core/Crypto: Updated ARC4 code with openssl 3.0 support
daMaex
2022-08-01
Core/Crypto: Removed unneccessary std::reverse in Ed25519::Sign
Shauren
2022-08-01
Core/Crypto: Added Ed25519 implementation
Shauren
2022-06-17
Core/Crypto: Fixed openssl 3.0 compatibility for custom hmac_sha256 digest fo...
Shauren
2022-06-16
Core/Crypto: Fixed GenericHMAC::Finalize wth openssl 3.0
daMaex
2022-05-06
Core/Crypto: Fixed EVP_PKEY reference counting for copied objects
Shauren
2022-05-03
Codestyle fix - remove empty lines
Shauren
2022-05-03
Core/Crypto: Fix nopch build
Shauren
2022-05-03
Core/Crypto: Switch away from most deprecated openssl functions and removed u...
Shauren
2022-05-03
Core/Misc: Prefix include guard to avoid possible conflict with external library
Shauren
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
[next]