kontalk / androidclient

Kontalk official Android client
https://www.kontalk.org
GNU General Public License v3.0
572 stars 195 forks source link

Still having invalid signature issues #1303

Open daniele-athome opened 4 years ago

daniele-athome commented 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.