mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
![]() 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> |
||
---|---|---|
.. | ||
kcm | ||
certificateparty.ui | ||
KPMG-SSL-DOCUMENTATION | ||
ksslcertificatebox.cpp | ||
ksslcertificatebox.h | ||
ksslinfodialog.cpp | ||
ksslinfodialog.h | ||
ksslsettings.cpp | ||
ksslsettings.h | ||
README | ||
RFCs | ||
SECURITY-HOLES | ||
sslinfo.ui | ||
sslui.cpp | ||
sslui.h | ||
TODO |
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>