You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/kio/kssl
Mavridis Philippe 46d17adfe5
KSSL: Rebuilt local certificates bundle
2 years ago
..
kssl KSSL: Rebuilt local certificates bundle 2 years ago
CMakeLists.txt [kdelibs] move "-include tqt.h" directive to CMAKE_CXX_FLAGS; move TQT_CFLAGS_OTHER definitions to main CMakeLists.txt; remove useless defintions 14 years ago
KPMG-CA-16389.0.DC80502.pdf Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
SECURITY-HOLES Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
keygenwizard.ui Remove additional unneeded tq method conversions 12 years ago
keygenwizard2.ui Remove additional unneeded tq method conversions 12 years ago
kopenssl.cc Fix LibreSSL detection at tdeio/kssl/ 3 years ago
kopenssl.h Added support for OpenSSL 1.1 7 years ago
ksmimecrypto.cc Added support for OpenSSL 1.1 7 years ago
ksmimecrypto.h Trinity Qt initial conversion 14 years ago
kssl.cc KSSL: Set hostname in TLSext to enable SNI support 7 years ago
kssl.h Added support for OpenSSL 1.1 7 years ago
ksslall.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ksslcallback.c Added support for OpenSSL 1.1 7 years ago
ksslcertchain.cc Added support for OpenSSL 1.1 7 years ago
ksslcertchain.h TQt conversion fixes 14 years ago
ksslcertdlg.cc Initial conversion for TQt for Qt4 3.4.0 TP2 14 years ago
ksslcertdlg.h Revert automated changes 14 years ago
ksslcertificate.cc Added support for OpenSSL 1.1 7 years ago
ksslcertificate.h Add initial CRL support to KSSLCertificate 7 years ago
ksslcertificatecache.cc Convert remainder of kdelibs to use currently defined tqt object name defs 13 years ago
ksslcertificatecache.h Trinity Qt initial conversion 14 years ago
ksslcertificatefactory.cc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ksslcertificatefactory.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ksslcertificatehome.cc Trinity Qt initial conversion 14 years ago
ksslcertificatehome.h Trinity Qt initial conversion 14 years ago
ksslconfig.h.cmake [kdelibs] added initial cmake support 14 years ago
ksslconfig.h.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ksslconfig_win.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ksslconnectioninfo.cc Trinity Qt initial conversion 14 years ago
ksslconnectioninfo.h Revert automated changes 14 years ago
ksslcsessioncache.cc Trinity Qt initial conversion 14 years ago
ksslcsessioncache.h TQt conversion fixes 14 years ago
kssldefs.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ksslinfodlg.cc Fix security issue when displaying certificate informations (CVE-2011-3365) 11 years ago
ksslinfodlg.h TQt conversion fixes 14 years ago
ksslkeygen.cc Make kdelibs support X-TDE-* in XDG desktop files 13 years ago
ksslkeygen.h Trinity Qt initial conversion 14 years ago
ksslpeerinfo.cc Rename old tq methods that no longer need a unique name 12 years ago
ksslpeerinfo.h Revert automated changes 14 years ago
ksslpemcallback.cc Trinity Qt initial conversion 14 years ago
ksslpemcallback.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ksslpkcs7.cc Added support for OpenSSL 1.1 7 years ago
ksslpkcs7.h Trinity Qt initial conversion 14 years ago
ksslpkcs12.cc Added support for OpenSSL 1.1 7 years ago
ksslpkcs12.h Trinity Qt initial conversion 14 years ago
ksslsession.cc Trinity Qt initial conversion 14 years ago
ksslsession.h Revert automated changes 14 years ago
ksslsettings.cc Added support for OpenSSL 1.1 7 years ago
ksslsettings.h Revert automated changes 14 years ago
ksslsigners.cc Convert remainder of kdelibs to use currently defined tqt object name defs 13 years ago
ksslsigners.h Trinity Qt initial conversion 14 years ago
ksslutils.cc Added support for OpenSSL 1.1 7 years ago
ksslutils.h TQt conversion fixes 14 years ago
ksslx509map.cc rename the following methods: 13 years ago
ksslx509map.h Trinity Qt initial conversion 14 years ago
ksslx509v3.cc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ksslx509v3.h Trinity Qt initial conversion 14 years ago

README

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.


George Staikos <staikos@kde.org>