kdelibs/kio/kssl/README
Ivailo Monev 667615af01 kio: make use of CA Root Certificates bundle from cURL project
Read http://curl.haxx.se/docs/caextract.html to learn more. The
bundled certificates are usually discarted by major distributions
but for those that do not it would be wise to provide one that is
up-to-date.
2015-06-11 15:44:50 +00:00

18 lines
716 B
Text

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>