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

Make SubjectCertificateNotRevokedValidator thread-safe #69

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mrts
Copy link
Member

@mrts mrts commented Mar 4, 2025

Make SubjectCertificateNotRevokedValidator thread-safe by creating a new DigestCalculator each time SubjectCertificateNotRevokedValidator.getCertificateId() is called.

WE2-1068

Signed-off-by: Mart Somermaa mrts@users.noreply.github.com

…tCertificateNotRevokedValidator.getCertificateId() is called

WE2-1068

Signed-off-by: Mart Somermaa <mrts@users.noreply.github.com>
@mrts mrts linked an issue Mar 4, 2025 that may be closed by this pull request
@mrts mrts changed the title Fix thread-safety by creating a new DigestCalculator each time SubjectCertificateNotRevokedValidator.getCertificateId() is called Fix SubjectCertificateNotRevokedValidator thread-safety by creating a new DigestCalculator each time SubjectCertificateNotRevokedValidator.getCertificateId() is called Mar 4, 2025
@mrts mrts changed the title Fix SubjectCertificateNotRevokedValidator thread-safety by creating a new DigestCalculator each time SubjectCertificateNotRevokedValidator.getCertificateId() is called Make SubjectCertificateNotRevokedValidator thread-safe Mar 4, 2025
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.

SubjectCertificateNotRevokedValidator is not thread safe
1 participant