kdelibs/kio/kssl
Ivailo Monev b30eda0d86 generic: fix khtml build regression
it was broken since b355dff9 and cd441bc5

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-05 09:52:14 +00:00
..
kcm generic: misc cleanups 2016-03-28 16:28:57 +00:00
certificateparty.ui initial import 2014-11-13 01:04:59 +02:00
keygenwizard.ui generic: fix khtml build regression 2016-04-05 09:52:14 +00:00
keygenwizard2.ui generic: fix khtml build regression 2016-04-05 09:52:14 +00:00
KPMG-SSL-DOCUMENTATION initial import 2014-11-13 01:04:59 +02:00
ksslcertificatebox.cpp generic: stop using obsolete code paths 2015-10-28 05:23:15 +02:00
ksslcertificatebox.h initial import 2014-11-13 01:04:59 +02:00
ksslconfig.h.cmake generic: mostly win cruft removal 2015-08-28 04:47:19 +03:00
ksslinfodialog.cpp generic: remove redundant kssl bits 2016-04-02 07:17:17 +00:00
ksslinfodialog.h generic: remove redundant kssl bits 2016-04-02 07:17:17 +00:00
ksslkeygen.cpp generic: fix khtml build regression 2016-04-05 09:52:14 +00:00
ksslkeygen.h generic: fix khtml build regression 2016-04-05 09:52:14 +00:00
ksslkeygen_p.h generic: fix khtml build regression 2016-04-05 09:52:14 +00:00
ksslsettings.cpp generic: remove redundant kssl bits 2016-04-02 07:17:17 +00:00
ksslsettings.h generic: normalize include guards 2015-07-11 18:42:46 +03:00
README kio: make use of CA Root Certificates bundle from cURL project 2015-06-11 15:44:50 +00:00
RFCs initial import 2014-11-13 01:04:59 +02:00
SECURITY-HOLES initial import 2014-11-13 01:04:59 +02:00
sslinfo.ui initial import 2014-11-13 01:04:59 +02:00
sslui.cpp initial import 2014-11-13 01:04:59 +02:00
sslui.h generic: normalize include guards 2015-07-11 18:42:46 +03:00
TODO initial import 2014-11-13 01:04:59 +02:00

This library includes cryptographic software written by Eric Young
(eay@cryptsoft.com).

This set of classes is designed to make SSL easier to integrate in KDE
applications.  It currently uses OpenSSL and if it is not successfully
compiled with OpenSSL, then it will do virtually nothing.  The SSL settings
for a user are shared across applications and managed with the kcontrol
module "crypto".  If this file is not updated by release, you can contact
the author for development information.

The CA Root Certificates bundle was obtained from the cURL project which in
turn converts raw data to bundle from Mozilla. See
http://curl.haxx.se/docs/caextract.html for more details.

George Staikos <staikos@kde.org>