-
Notifications
You must be signed in to change notification settings - Fork 6
feat(OCSP): make OCSP service configurable, verify OCSP responder certificate and response signature #22
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
Merged
mrts
merged 3 commits into
main
from
make-OCSP-service-configurable-and-verify-OCSP-response
Sep 30, 2021
Merged
feat(OCSP): make OCSP service configurable, verify OCSP responder certificate and response signature #22
mrts
merged 3 commits into
main
from
make-OCSP-service-configurable-and-verify-OCSP-response
Sep 30, 2021
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7032d40
to
b8ac529
Compare
agukasm
reviewed
Sep 1, 2021
...ain/java/org/webeid/security/validator/validators/SubjectCertificateNotRevokedValidator.java
Outdated
Show resolved
Hide resolved
f6b2118
to
0f43884
Compare
4e4c898
to
860f1a4
Compare
860f1a4
to
570af50
Compare
…SP responder certificate and response signature WE2-432 Signed-off-by: Mart Somermaa <[email protected]>
3738cd0
to
da510b5
Compare
33d35d5
to
a749d19
Compare
Kudos, SonarCloud Quality Gate passed! |
5d2b4b5
to
4ff4fad
Compare
4ff4fad
to
1d18775
Compare
a93cffd
to
372f0e9
Compare
…e for subject and OCSP responder certificates, add trusted CA certifcates validation WE2-432 Signed-off-by: Mart Somermaa <[email protected]>
372f0e9
to
bd3ae5e
Compare
metsma
approved these changes
Sep 29, 2021
src/main/java/org/webeid/security/validator/validators/CertificateExpiryValidator.java
Show resolved
Hide resolved
…tion.copy() and CertificateValidator.buildTrustAnchorsFromCertificates(), reimplement AIA OCSP access location retriving from certificate with higher level AuthorityInformationAccess API
Kudos, SonarCloud Quality Gate passed! |
svenzik
pushed a commit
that referenced
this pull request
May 6, 2025
IB-7398 Signed-off-by: Kristel Merilain <[email protected]>
5 tasks
svenzik
pushed a commit
that referenced
this pull request
May 21, 2025
IB-7398 Signed-off-by: Kristel Merilain <[email protected]>
svenzik
pushed a commit
that referenced
this pull request
May 26, 2025
IB-7398 Signed-off-by: Kristel Merilain <[email protected]>
mrts
pushed a commit
that referenced
this pull request
May 26, 2025
IB-7398 Signed-off-by: Kristel Merilain <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Refs WE2-432