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

A test for using PKCS11 provider in TLS #215

Closed
beldmit opened this issue Mar 8, 2023 · 1 comment · Fixed by #216
Closed

A test for using PKCS11 provider in TLS #215

beldmit opened this issue Mar 8, 2023 · 1 comment · Fixed by #216
Labels
enhancement New feature or request
Milestone

Comments

@beldmit
Copy link
Collaborator

beldmit commented Mar 8, 2023

Describe the feature
We need a test of openssl s_client/s_server communication using PKCS#11 token as a key storage and pkcs11 provider as a handshake digest implementation source. The digest context duplication must not be implemented for the digest. OpenSSL master branch required

Expected behavior
Handshake and data exchange passes.

Additional context
pkcs11 devices may support digest but not support digest context duplication. This behavior should be tested

@beldmit beldmit added the enhancement New feature or request label Mar 8, 2023
@beldmit
Copy link
Collaborator Author

beldmit commented Mar 8, 2023

Related to openssl/openssl#20375

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants