flighttactics / TAKTracker

iPhone version of the TAK Tracker Application
Other
19 stars 4 forks source link

Server Interface Refactoring #25

Closed CoryFoy closed 1 year ago

CoryFoy commented 1 year ago

Originally this PR was to solve Issue #5 - however we were running into issues parsing the .p12 files from the TAK server. The UI has been refactored and the relevant code is in place but commented out - it will properly store everything for the intermediate certificate, so the remaining work is to parse that certificate, store the trust in the keychain, and use that to validate during server trust challenges.

Likely going to move #5 to v1.1 release due to these issues.