RightToAskOrg / righttoask-app

GNU General Public License v3.0
3 stars 2 forks source link

Remove null warnings - Actually clean up server & client keys #116

Closed vteague closed 2 years ago

vteague commented 2 years ago

This removes warnings about possible null return & dereference values, but only from the parts of the code that relate to client & server cryptographic keys.

Also does some other clean up of key storage etc, including removing the client signing key from Android backup storage.

vteague commented 2 years ago

This doesn't solve the problem that on iOS we need the keychain entitlement set up to run on a simulator.