aboutsummaryrefslogtreecommitdiff
path: root/dep/argon2
AgeCommit message (Collapse)Author
2024-07-15Build: CMake cleanupShauren
* Migrate all add_definitions to target_compile_definitions * Remove -D from preprocessor definitions added by target_compile_definitions (unneccessary, cmake strips it anyway) * Fixed NO_BUFFERPOOL not being set on g3d if jemalloc is used * Moved library/compiler specific compile flag settings spread all over various CMakeLists to their related library/compiler file * Remove ancient manual link flag settings for worldserver
2024-02-17Build: Improve ARM target detection in cmake (needed by MSVC)Shauren
2023-03-25Dep: Fix build on m1 macShauren
2021-12-26Core/Misc: Fixed outdated cherry-picked file headersShauren
2021-12-19Dep: Inherit C++ language version from CMakejackpoz
(cherry picked from commit 92b25070b9d91b050bd1f3fb28b93c07a9b6ba04)
2021-12-18Core: updated argon2 to latest release (#23893)daMaex
* - updated argon2 to latest release from https://github.com/P-H-C/phc-winner-argon2 - modified CMakeLists.txt to use the reference implementation on aarch64 * fixed indentation * added ARGON2_NO_THREADS definition to argon2 library * better indentation (cherry picked from commit ce916165e2f47446593d2e83a23434702397918f)
2021-12-18[3.3.5] Core/Authserver: TOTP rewrite: (PR #23633)Treeston
- Proper management commands (.account 2fa) - Secrets can now be encrypted (set TOTPTokenSecret in .conf) - Secret now stored in binary - Argon2 and AES primitives - Base32/64 support (cherry picked from commit 4211645834c467a03c60248e80818d3607be9ea7)