Skip to content

Allow multiple responder certificates in OCSP response #28

@timukasr

Description

@timukasr

Some OCSP servers (e.g. http://ocsp.eparaksts.lv) add multiple responder certificates in OCSP response. This causes auth token validation error:
User certificate revocation check has failed: OCSP response must contain one responder certificate, received 2 certificates instead
due to this check:
https://github.com/web-eid/web-eid-authtoken-validation-java/blob/main/src/main/java/eu/webeid/security/validator/certvalidators/SubjectCertificateNotRevokedValidator.java#L142-L145

Is it possible to modify the check so that if at least one responder certificate is valid, then whole response is valid?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions