DescriptionUse GetSystemSalt from the cryptohome lib instead of reading salt off disk.
We used to read the system salt from a file on disk, which meant that
we had to do a bunch of dancing to do some work during login on the
FILE thread instead of the UI thread. Now, we no longer have to,
because there is an API to request the system's salt value from
cryptohomed over dbus. This CL is a precursor to some of the other
login/cryptohome changes that are coming.
BUG=chromium-os:323
TEST=unit tests, and loading up a chromium os device and logging in
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49799
Patch Set 1 #
Total comments: 2
Messages
Total messages: 3 (0 generated)
|