Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow generated EVP_PKEY to be used to verify operation #479

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove reinitialization of P11PROV_OBJ some fields
Signed-off-by: latal-1 <latal@tutamail.com>
Kirill Ermoshin committed Dec 13, 2024
commit 57fb91adea33b021c43e6d4f6b95147cd02743da
2 changes: 0 additions & 2 deletions src/objects.c
Original file line number Diff line number Diff line change
@@ -946,8 +946,6 @@ CK_RV p11prov_obj_from_handle(P11PROV_CTX *ctx, P11PROV_SESSION *session,
if (obj == NULL) {
return CKR_HOST_MEMORY;
}
obj->handle = handle;
obj->slotid = p11prov_session_slotid(session);
simo5 marked this conversation as resolved.
Show resolved Hide resolved
obj->data.key.type = CK_UNAVAILABLE_INFORMATION;

num = 0;