Skip to content

Better error handling when loading cert and key

Albert Vaca Cintora requested to merge (removed):master into master

I have moved the cert and key generation to a couple new functions. If these fail, the app shows an error and aborts.

Also, I added a check for zero-sized certs/keys, to also trigger the generation in those cases. (because of https://bugs.kde.org/show_bug.cgi?id=405207).

BUG: 405207

Edited by Albert Vaca Cintora

Merge request reports