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?