Summary: | kcmshell4 kcm_ssl fails to list files other than *.der and fails to import der certificates | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Florian Reinhard <florian.reinhard> |
Component: | kssl | Assignee: | Konqueror Developers <konq-bugs> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | adawit, bugsnmd, guido-kdebugs, registrace, simonandric5 |
Priority: | NOR | ||
Version: | 4.12.97 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Florian Reinhard
2014-04-04 16:50:31 UTC
The only valid things from this bug report today are: 1. There is no message shown when importing fails. 2. *.der files are not imported at all. The second one seems to be a bug in QSslCertificate::fromPath. I have a patch that changes that to use QSslCertificate::fromDevice instead and that seems to work fine. The first issue is something that should be fixed, but due to message freezes, cannot be fixed in the current 4.x branch. Perhaps it can be resolved in the KDE frameworks branch. Git commit 0d9d4ddd35e44ee811b43d93bb8e0968008ffa76 by Dawit Alemayehu. Committed on 09/11/2014 at 06:13. Pushed by adawit into branch 'KDE/4.14'. Use QSslCertificate's fromDevice instead fromPath to import certificates. QSslCertificate::fromPath seems to have problem importing certs in DER format. REVIEW: 121092 M +7 -3 kio/kssl/kcm/cacertificatespage.cpp http://commits.kde.org/kdelibs/0d9d4ddd35e44ee811b43d93bb8e0968008ffa76 *** Bug 210356 has been marked as a duplicate of this bug. *** great, thanks for fixing that Dawit - look forwards to seeing the functionality make its way through. Cheers. Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved. |