Open daniele-athome opened 4 years ago
After fixing #716, invalid signatures started to pop all over the place. Since I don't really what else I can do, I'll try to follow instructions from here:
Security.insertProviderAt(new org.spongycastle.jce.provider.BouncyCastleProvider(), 1);
Ensure to not remove the previous Bouncy Castle provider. Just insert our own at position 1.
After fixing #716, invalid signatures started to pop all over the place. Since I don't really what else I can do, I'll try to follow instructions from here:
Ensure to not remove the previous Bouncy Castle provider. Just insert our own at position 1.