Re: Client/server certificates verification support on Android platform

2025-10-05 Thread Mathieu Pellerin
Thanks for the response Daniel. AFAIK, Android has a KeyCert API, however this doesn't let you extract private keys as such and only to perform certain cryptographic operations on it. Guessing a bit here, this likely means that we would need to provide an openssl engine (via libpq?) that implement

Re: Client/server certificates verification support on Android platform

2025-09-19 Thread Daniel Gustafsson
> On 19 Sep 2025, at 12:18, Mathieu Pellerin wrote: > Would it make sense for other operating systems beyond Windows to also have > relaxed permissions within specific application-specific folders? On Android, > the application’s data directory would certainly match a similar set of > secure a

Client/server certificates verification support on Android platform

2025-09-19 Thread Mathieu Pellerin
Greetings, I’m writing with regards to client/server certificates verification support on Android platform, where storage access is increasingly limited and often happens through a dedicated system user that differs from the user that runs applications. A bit of background: we develop QField, an