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

Add support for CKM_RSA_PKCS in smart card authentication. #5854

Closed
alexey-tikhonov opened this issue Oct 30, 2021 · 1 comment
Closed

Add support for CKM_RSA_PKCS in smart card authentication. #5854

alexey-tikhonov opened this issue Oct 30, 2021 · 1 comment
Assignees
Labels
Bugzilla Closed: Fixed Issue was closed as fixed.

Comments

@alexey-tikhonov
Copy link
Member

Currently p11_child supports CKM_SHAxxx_RSA_PKCS for verification of RSA keys but lacks support of basic CKM_RSA_PKCS.

Cloned from RHBZs:

@alexey-tikhonov alexey-tikhonov self-assigned this Oct 30, 2021
alexey-tikhonov added a commit to alexey-tikhonov/sssd that referenced this issue Oct 30, 2021
@alexey-tikhonov alexey-tikhonov linked a pull request Oct 30, 2021 that will close this issue
alexey-tikhonov added a commit to alexey-tikhonov/sssd that referenced this issue Nov 4, 2021
@pbrezina
Copy link
Member

pbrezina commented Nov 8, 2021

Pushed PR: #5855

  • master
    • b507339 - TESTS: added two tests to check cert auth with specific RSA mechanisms: CKM_RSA_PKCS and CKM_SHA384_RSA_PKCS. (CKM_SHA384_RSA_PKCS is arbitrary chosen as one of CKM_SHA*_RSA_PKCS family)
    • 71b6d54 - P11: add support of 'CKM_RSA_PKCS' mechanism
    • bd90386 - P11: refactoring of get_preferred_rsa_mechanism()

@pbrezina pbrezina added the Closed: Fixed Issue was closed as fixed. label Nov 8, 2021
shridhargadekar pushed a commit to shridhargadekar/sssd that referenced this issue Apr 1, 2022
Resolves: SSSD#5854

Reviewed-by: Sumit Bose <sbose@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugzilla Closed: Fixed Issue was closed as fixed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants