Introduce setCookieSignedIdentityKeysBlob to update signed_identity_keys column of row in cookies table with id=cookieID.
This is to update serverDB when client SIGNED_IDENTITY_KEYS_BLOB response is received.
Depends on D7048
Differential D7049
[keyserver] Introduce `setCookieSignedIdentityKeysBlob` atul on Mar 12 2023, 3:36 PM. Authored by Tags None Referenced Files
Subscribers None
Details Introduce setCookieSignedIdentityKeysBlob to update signed_identity_keys column of row in cookies table with id=cookieID. This is to update serverDB when client SIGNED_IDENTITY_KEYS_BLOB response is received. Depends on D7048 Ran query of that form manually in query console and it worked as expected. Will be tested implicitly by subsequent diffs in this stack.
Diff Detail
Event TimelineComment Actions I think this diff would be easier to review if you included this new function's usage in the same diff
Comment Actions address feedback
|