From 4be4d40a2af0aecd4b3fe41e33500cfc35442da2 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 15 May 2016 23:01:45 -0400 Subject: Use key hashes instead of CKA_ID to name objects in libhal keystore. --- schema.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'schema.sql') diff --git a/schema.sql b/schema.sql index 8a81505..bc984ab 100644 --- a/schema.sql +++ b/schema.sql @@ -64,6 +64,7 @@ CREATE TEMPORARY TABLE IF NOT EXISTS object ( object_handle INTEGER NOT NULL UNIQUE CHECK (object_handle > 0 AND object_handle <= 0xFFFFFFFF), hal_pkey_type INTEGER, + hal_pkey_ski BLOB, session_id INTEGER REFERENCES session ON DELETE CASCADE ON UPDATE CASCADE DEFERRABLE INITIALLY DEFERRED, -- cgit v1.2.3