LP1901930 More randomization to auth session keys
authorBill Erickson <berickxx@gmail.com>
Wed, 9 Jun 2021 20:56:53 +0000 (16:56 -0400)
committerJason Etheridge <jason@EquinoxOLI.org>
Mon, 24 Oct 2022 17:05:29 +0000 (13:05 -0400)
commit56baaef774e7b9c0756859cf8dfb239bef503407
tree089f283bd7089d3d806264c4e25cdbfd902eec45
parented465e89a968e7df5ee62973152e0c7a855363e2
LP1901930 More randomization to auth session keys

Testing with many parallel SIP clients using the same login credentials
showed that it's possible to have a hash collision when two logins occur
with the same second and using the same username when the same backend
auth_internal process handles the request.  This just adds more
randomness to the hash generation.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/c-apps/oils_auth_internal.c