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
Timothy Pearson 67104c35e1
Fix runtime openssl library detection on multiarch
12 years ago
..
kssl Fix broken root certificates in kdelibs kssl 13 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 runtime openssl library detection on multiarch 12 years ago
kopenssl.h Critical security patches for the following vulnerabilities: 14 years ago
ksmimecrypto.cc * Large set of SuSE patches to fix bugs and add functionality 14 years ago
ksmimecrypto.h Trinity Qt initial conversion 14 years ago
kssl.cc Trinity Qt initial conversion 14 years ago
kssl.h Trinity Qt initial conversion 14 years ago
ksslall.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ksslcallback.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ksslcertchain.cc Trinity Qt initial conversion 14 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 Remove additional unneeded tq method conversions 12 years ago
ksslcertificate.h TQt conversion fixes 14 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 Remove additional unneeded tq method conversions 12 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 Trinity Qt initial conversion 14 years ago
ksslpkcs7.h Trinity Qt initial conversion 14 years ago
ksslpkcs12.cc Trinity Qt initial conversion 14 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 Remove additional unneeded tq method conversions 12 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 Trinity Qt initial conversion 14 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>