You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/itext/files/itext-5.5.4-OcspClientBounc...

16 lines
1012 B

--- source/com/itextpdf/text/pdf/security/OcspClientBouncyCastle.java.orig 2015-08-11 10:52:11.031000000 +0000
+++ source/com/itextpdf/text/pdf/security/OcspClientBouncyCastle.java 2015-08-11 10:52:39.070000000 +0000
@@ -183,9 +183,9 @@
if (status == CertificateStatus.GOOD) {
return basicResponse.getEncoded();
}
- else if (status instanceof org.bouncycastle.ocsp.RevokedStatus) {
- throw new IOException(MessageLocalization.getComposedMessage("ocsp.status.is.revoked"));
- }
+ //else if (status instanceof org.bouncycastle.ocsp.RevokedStatus) {
+ // throw new IOException(MessageLocalization.getComposedMessage("ocsp.status.is.revoked"));
+ //}
else {
throw new IOException(MessageLocalization.getComposedMessage("ocsp.status.is.unknown"));
}