Checks if there's an existing row in cookies table with id=cookieID with a NULL signed_identity_keys column.
We're going to use this check in handleInitialClientSocketMessage to determine whether or not to send SIGNED_IDENTITY_KEYS_BLOB request to client from keyserver.
Depends on D7049