From d41b2216073184370313f404452b893e86d1c588 Mon Sep 17 00:00:00 2001 From: Rickard Bellgrim Date: Thu, 26 Oct 2017 08:26:09 +0200 Subject: [PATCH] Issue #345: Private objects are presented to security officer in search results. --- NEWS | 4 ++++ src/lib/SoftHSM.cpp | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5d0b459e9..f01b8f3f8 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,10 @@ SoftHSM develop * Issue #341: Import AES keys with softhsm2-util. (Patch from Pavel Cherezov) +Bugfixes: +* Issue #345: Private objects are presented to security officer in search + results. + SoftHSM 2.3.0 - 2017-07-03 diff --git a/src/lib/SoftHSM.cpp b/src/lib/SoftHSM.cpp index 854d6385b..0f8b7b4c7 100644 --- a/src/lib/SoftHSM.cpp +++ b/src/lib/SoftHSM.cpp @@ -1757,7 +1757,6 @@ CK_RV SoftHSM::C_FindObjectsInit(CK_SESSION_HANDLE hSession, CK_ATTRIBUTE_PTR pT switch (session->getState()) { case CKS_RO_USER_FUNCTIONS: case CKS_RW_USER_FUNCTIONS: - case CKS_RW_SO_FUNCTIONS: isPublicSession = false; break; default: