From e9c373e57675c660b79c8998d724a9627b26ebda Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Thu, 26 Sep 2013 11:53:23 -0400 Subject: Modify TKS self tests and execution to use new shared secret names The self tests and TokenServlet are modified to use the new shared secret names. A parameter has been added to allow legacy systems to continue running as-is. With a new system, the TKS self test will not fail on startup if no shared secret keys are configured. It will fail, however, if the keys are configured, but the ComputeSessionKey operation fails. --- base/tks/shared/conf/CS.cfg.in | 1 + 1 file changed, 1 insertion(+) (limited to 'base/tks') diff --git a/base/tks/shared/conf/CS.cfg.in b/base/tks/shared/conf/CS.cfg.in index c0ee3fa0c..9a7ed7f05 100644 --- a/base/tks/shared/conf/CS.cfg.in +++ b/base/tks/shared/conf/CS.cfg.in @@ -323,6 +323,7 @@ tks.defaultSlot=Internal Key Storage Token tks.drm_transport_cert_nickname= tks.master_key_prefix= tks.tksSharedSymKeyName=sharedSecret +tks.useNewSharedSecretNames=true tks.useDefaultSlot=true usrgrp._000=## usrgrp._001=## User/Group -- cgit