kdelibs/kio/kssl
Ivailo Monev f5444a85e6 kio: deal with TODO related to SSLv2
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-06-28 11:14:10 +03:00
..
kcm generic: remove some compatibility bits 2021-02-27 08:58:02 +02: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 generic: get rid of KLocalSocket and KTcpSocket 2019-05-04 19:49:49 +00:00
ksslinfodialog.h kio: deal with TODO related to SSLv2 2021-06-28 11:14:10 +03: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 generic: get rid of KLocalSocket and KTcpSocket 2019-05-04 19:49:49 +00:00
sslui.h generic: get rid of KLocalSocket and KTcpSocket 2019-05-04 19:49:49 +00:00
TODO kio: deal with TODO related to SSLv2 2021-06-28 11:14:10 +03: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>