Skip to content

Commit

Permalink
fix: "KeyStoreException: BKS not found" error during login (pachli#1182)
Browse files Browse the repository at this point in the history
"BKS" in the error refers to "Bouncycastle KeyStore". Remove all usage
of the Bouncycastle library from the code, re-implementing one required
function based on code from SubwayTooter. Add a license entry that
acknowledges this.

Fixes pachli#1143
  • Loading branch information
nikclayton authored Dec 16, 2024
1 parent 6b911ed commit bafd8e4
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 85 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ dependencies {

implementation(libs.bundles.filemojicompat)

implementation(libs.bouncycastle)
implementation(libs.unified.push)

implementation(libs.bundles.xmldiff)
Expand Down
Loading

0 comments on commit bafd8e4

Please sign in to comment.