kdelibs/kio/kssl
Ivailo Monev 61333c4671 generic: namespaced Qt4/Katie build fixes
most of the changes were done trought Katie's namefsck script which
convertes forward class declarations to include directives, however
other fixes here and there were needed as well as some questionable
changes to Q_DECLARE_TYPEINFO() macro calls because they most likely
have to do the namespacing themselfs (QT_BEGIN/END_NAMESPACE, and
probably will be in Katie) meaning that some of the changes may be
temporary and reverted later.

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2017-08-04 09:24:39 +00:00
..
kcm generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00:00
certificateparty.ui initial import 2014-11-13 01:04:59 +02: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 generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00:00
ksslinfodialog.cpp Revert "kio: avoid unnecessary loop in KSslInfoDialog" 2016-04-22 23:06:12 +00:00
ksslinfodialog.h generic: remove redundant kssl bits 2016-04-02 07:17:17 +00:00
ksslsettings.cpp generic: get rid of KJS and KHTML for good 2016-04-07 03:42:53 +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>