aboutsummaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-05-15 23:01:45 -0400
committerRob Austein <sra@hactrn.net>2016-05-15 23:01:45 -0400
commit4be4d40a2af0aecd4b3fe41e33500cfc35442da2 (patch)
tree1a915da05e01cb92bf28d7444ae0ce0c1461df48 /schema.sql
parentf0e3e1feff3a3504d4b3d6f48f6d44a0a27ecba0 (diff)
Use key hashes instead of CKA_ID to name objects in libhal keystore.
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql1
1 files changed, 1 insertions, 0 deletions
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,