aboutsummaryrefslogtreecommitdiff
path: root/src/common/Cryptography
AgeCommit message (Expand)Author
2025-05-13Core/Misc: Make string and string_view literal suffixes globally availableShauren
2025-01-17Core/Misc: Remove return type std::enable_if based SFINAEShauren
2024-12-18Core: Updated to 11.0.7Shauren
2024-12-18Core/Crypto: Added HMAC_SHA512 definitionShauren
2024-12-18Core/Crypto: Allow different AES key lengthsShauren
2024-11-14Core/Misc: Support IPv6 ip2locationShauren
2024-10-09Core/Crypto: Respect OPENSSL_MODULES environment variable if set by user that...Shauren
2024-10-01Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow it...Shauren
2024-06-02Core/Crypto: Rename our Argon2 to avoid possible conflict with library file o...Shauren
2024-05-12Core/Cryptography: dropped support for OpenSSL 1.1Ovahlord
2024-05-07Core/Misc: Minor change to make_unique_ptr_with_deleter to make it accept onl...Shauren
2023-12-26Core/Bnet: Implemented new SRP6 variants, and migrate old sha_pass_hash in ba...Shauren
2023-12-19Core/Crypto: Added SHA 512 definitionsShauren
2023-12-17Core/Bnet: Rewrite LoginRESTService using boost::beast instead of gsoap as ht...Shauren
2023-09-16Core/SSL: Support more certificate formatsShauren
2023-08-24Core/Misc: Modernize comparison operatorsShauren
2023-01-31Core/Misc: Fixed clang 15 warningsShauren
2022-09-06Core/Crypto: Remove support for OpenSSL 1.0Shauren
2022-09-05Core/Crypto: Fixed build with openssl 1.1daMaex
2022-09-05Core/Crypto: Fixed loading legacy openssl provider for RC4 on windowsShauren
2022-09-05Core/Crypto: Updated ARC4 code with openssl 3.0 supportdaMaex
2022-08-01Core/Crypto: Removed unneccessary std::reverse in Ed25519::SignShauren
2022-08-01Core/Crypto: Added Ed25519 implementationShauren
2022-06-17Core/Crypto: Fixed openssl 3.0 compatibility for custom hmac_sha256 digest fo...Shauren
2022-06-16Core/Crypto: Fixed GenericHMAC::Finalize wth openssl 3.0daMaex
2022-05-06Core/Crypto: Fixed EVP_PKEY reference counting for copied objectsShauren
2022-05-03Codestyle fix - remove empty linesShauren
2022-05-03Core/Crypto: Fix nopch buildShauren
2022-05-03Core/Crypto: Switch away from most deprecated openssl functions and removed u...Shauren
2022-05-03Core/Misc: Prefix include guard to avoid possible conflict with external libraryShauren
2022-02-13Core/Misc: Cleanup unused includesShauren
2022-02-05Core/Authserver: Removal of sha_pass_hash, compatibility fields, and everythi...Treeston
2022-01-23Core/Crypto: c++17-ify crypto code cherry picked earlier that was downgraded ...Shauren
2022-01-23Common/Crypto: #ifdef out unnecessary locking code for OpenSSL 1.1+ (PR #25110)Peter Keresztes Schmidt
2021-12-24Core/Misc: C++17 cleanups, commit 2, the advstd commitTreeston
2021-12-21Core/Misc: Resolve c++17 TODOs left in code as commentsShauren
2021-12-18[3.3.5] Core/Authserver: TOTP rewrite: (PR #23633)Treeston
2021-10-06Core/Misc: Fix another gcc warningShauren
2021-10-06Common/Misc: Clean-up a GCC sign comparison warningTreeston
2021-03-02Core/PacketIO: Increase max allowed incoming packet size for CMSG_HOTFIX_REQUESTShauren
2020-09-04Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...Shauren
2020-08-14Core/Misc: Replace NULL with nullptrShauren
2020-08-03Core/Authserver: Re-organize the `accounts` table (PR #25135)Treeston
2020-08-03Core/Authserver: Split SRP6 into its own file (PR #25131)Treeston
2020-08-03how does VC++ never catch these? 5e36bf7 follow-upTreeston
2020-08-03Core/Authserver: Auth cleanup phase 1b, the "I didn't hit Stage All" commit. ...Treeston
2020-08-03Core/Authserver: Auth cleanup phase 1a, the "stuff I ran across while making ...Treeston
2020-08-03Core/Authserver: Authserver cleanup (PR#25093)Treeston
2020-01-02New YearAokromes
2019-11-08Core/Misc: Suppress openssl random generator uninitialized variable errors un...Shauren