Details
Description
I would like to use server-certificates (webside verify), but after OpenSLL to LibNSS switching (QtWebengine_5.9->5.12.3 + chromium_61->69) certificates handling is working differently. LibNSS keeps certificates in memory during application runtime. Certificates are loaded during runtime and doesn't matter if database have been updated. OpenSLL reads certificates from disk for each access.
Would be great to return back this functionality with public API for:
- to insert new certificate into database
- re-read/reload certificates from file
More information could be found on feature request in chromium: Issue-967593