[frameworks-kio] [Bug 342958] SSL KCM doesn't save any added certificates

2017-02-16 Thread Michael Pyne
https://bugs.kde.org/show_bug.cgi?id=342958

Michael Pyne  changed:

   What|Removed |Added

 CC||spiolli...@googlemail.com

--- Comment #6 from Michael Pyne  ---
*** Bug 376402 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 342958] SSL KCM doesn't save any added certificates

2017-01-10 Thread Michael Pyne
https://bugs.kde.org/show_bug.cgi?id=342958

Michael Pyne  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kio
   ||/d06e40bc1e84391640fc56a4c5
   ||ba252eaa9dcc6d
   Version Fixed In||5.31
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #5 from Michael Pyne  ---
Git commit d06e40bc1e84391640fc56a4c5ba252eaa9dcc6d by Michael Pyne.
Committed on 11/01/2017 at 02:10.
Pushed by mpyne into branch 'master'.

kssl: Ensure user certificate directory has been created before use.

The KSSL KCM (in kdelibs4support) fails to save imported certificates to
the user certificate store, unless the user store directory is manually
created by the user first.  Fix by ensuring the directory is created
before trying to save user certs.

Differential Revision: https://phabricator.kde.org/D4060
FIXED-IN: 5.31

M  +2-2src/core/ksslcertificatemanager.cpp

https://commits.kde.org/kio/d06e40bc1e84391640fc56a4c5ba252eaa9dcc6d

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 342958] SSL KCM doesn't save any added certificates

2017-01-09 Thread Michael Pyne
https://bugs.kde.org/show_bug.cgi?id=342958

Michael Pyne  changed:

   What|Removed |Added

   Assignee|kdelibs-b...@kde.org|fa...@kde.org
  Component|general |general
 Ever confirmed|0   |1
 Status|UNCONFIRMED |ASSIGNED
Product|frameworks-kdelibs4support  |frameworks-kio
 CC||kdelibs-b...@kde.org,
   ||mp...@kde.org

--- Comment #4 from Michael Pyne  ---
I think this is actually a bug in KIO; the cert saving/loading is actually
implemented at kio/src/core/ksslcertificatemanager.cpp in the addCertificate()
member function.

I've opened a review request for a potential fix at
https://phabricator.kde.org/D4060

-- 
You are receiving this mail because:
You are watching all bug changes.