Skip to content

Commit

Permalink
Merge pull request softhsm#347 from bellgrim/issue345
Browse files Browse the repository at this point in the history
Issue softhsm#345: Private objects are presented to security officer in sear…
  • Loading branch information
bellgrim authored Dec 10, 2017
2 parents 323c6db + d41b221 commit 27c2912
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion src/lib/SoftHSM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 27c2912

Please sign in to comment.