e-Contract / jtrust

Other
4 stars 5 forks source link

Incompatibility since BouncyCastle 1.75 #15

Open carlmolemans opened 1 year ago

carlmolemans commented 1 year ago

DERIA5String.getInstance was marked as deprecated and has been effectively removed since version 1.75.

https://github.com/e-Contract/jtrust/blob/3fed0ab1d20f5627fded6e733f555d6d208877d3/jtrust-lib/src/main/java/be/fedict/trust/crl/CrlTrustLinker.java#L271

Solution mentioned in deprecated javadoc was to call ASN1IA5String.getInstance(Object) instead

fcorneli commented 10 months ago

Internal ticket for reference: 12759