Skip to content

ssh: pkcs11: pkcs11_del_provider was missing for ssh.#234

Closed
AdithyaBaglody wants to merge 1 commit intoopenssh:masterfrom
AdithyaBaglody:fix_pkcs11_terminate
Closed

ssh: pkcs11: pkcs11_del_provider was missing for ssh.#234
AdithyaBaglody wants to merge 1 commit intoopenssh:masterfrom
AdithyaBaglody:fix_pkcs11_terminate

Conversation

@AdithyaBaglody
Copy link

C_Finalize API is needed to properly terminate a C_Initialize.
This can cause pkcs11 objects to be left exposed. This patch
does the required cleanup to keep the sanity of the HSM.

Signed-off-by: Adithya Baglody adithya.nagaraj.baglody@intel.com

C_Finalize API is needed to properly terminate a C_Initialize.
This can cause pkcs11 objects to be left exposed. This patch
does the required cleanup to keep the sanity of the HSM.

Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
@djmdjm
Copy link
Contributor

djmdjm commented Apr 3, 2021

This has been merged - thanks!

@djmdjm djmdjm closed this Apr 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants