Age | Commit message (Collapse) | Author |
|
|
|
|
|
battlenet_accounts to separate salt and verifier columns
* passwords can now be case sensitive and up to 128 characters long
|
|
http backend and extract generic http code to be reusable elsewhere
|
|
|
|
everything that uses them (PR #25156)
(cherry picked from commit bcdbdd6f23ce65cc0e381e61d2840140dce79311)
|
|
|
|
- no longer use sha_pass_hash for anything else core-side (.account, SOAP, RA)
- salt/verifier/session_key are now binary
- old s/v/sha_pass_hash fields kept around for backwards compatibility
- sha_pass_hash is still updated (for now), s/v are not
- sha_pass_hash is only read if s/v have been manually changed
- SRP6 b now uses the full 32 bytes of randomness (instead of randomly only using 19)
(cherry picked from commit 3164b58c7d170810b69378950c0891e5f5b8678b)
|
|
(cherry picked from commit 7f7fa8b23d71297f75ff4ca3c1d6e38333a5cc76)
|
|
- Fix a handful of 1/256 bugs with most significant byte zero in BigNumber
- Get rid of (most of) the C-style arrays in authserver
- CryptoRandom as a unified source for cryptographic randomness
- Bring our other crypto APIs into 2020
- BigNumber usability improvements
- Authserver is now actually readable as a result of all of the above
(cherry picked from commit 210176fd915cf4ba16f428d3c1a249a71f4aa7a7)
|
|
|
|
|
|
|
|
auto happy = new year(2019);
|
|
auto happy = new year(2018);
|
|
Happy new year
|
|
* There is still the possibility to static link against common.
|
|
Happy new year (Again new year with idiots ...)
|
|
(to mimic 3.x buildsystem)
|