Closed ellert closed 9 years ago
With bouncycastle 1.52 the code as written results in a ClassCastException:
java.lang.ClassCastException: org.bouncycastle.asn1.ASN1Boolean cannot be cast to org.bouncycastle.asn1.DERBoolean
This patch resolves this issue. The patched code still works with bouncycastle 1.50.
The update to 1.52 was performed already, so thank you again for this patch, but needs not to be applied.
With bouncycastle 1.52 the code as written results in a ClassCastException:
java.lang.ClassCastException: org.bouncycastle.asn1.ASN1Boolean cannot be cast to org.bouncycastle.asn1.DERBoolean
This patch resolves this issue. The patched code still works with bouncycastle 1.50.