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/tdeio/kssl
Mavridis Philippe 86fea6f5c5
Added some checks in KSSL (in TDEIO) to correctly recognize LibreSSL (which is a fork of OpenSSL 1.0.1b)
5 years ago
..
kssl Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
CMakeLists.txt Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
KPMG-CA-16389.0.DC80502.pdf Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
Makefile.am Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
README Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
SECURITY-HOLES Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
TODO Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
configure.in.in Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
keygenwizard.ui Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
keygenwizard2.ui Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
kopenssl.cc Use system libdir when searching for dynamically loaded libraries. 5 years ago
kopenssl.h Added some checks in KSSL (in TDEIO) to correctly recognize LibreSSL (which is a fork of OpenSSL 1.0.1b) 5 years ago
ksmimecrypto.cc Added support for OpenSSL 1.1 7 years ago
ksmimecrypto.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 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 Rename a number of libraries and executables to avoid conflicts with KDE4 11 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 Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslcertdlg.cc QT_NO_* -> TQT_NO_* renaming. 6 years ago
ksslcertdlg.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslcertificate.cc Added some checks in KSSL (in TDEIO) to correctly recognize LibreSSL (which is a fork of OpenSSL 1.0.1b) 5 years ago
ksslcertificate.h Add initial CRL support to KSSLCertificate 9 years ago
ksslcertificatecache.cc Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslcertificatecache.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslcertificatefactory.cc Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslcertificatefactory.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslcertificatehome.cc Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslcertificatehome.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslconfig.h.cmake Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslconfig.h.in Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslconfig_win.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslconnectioninfo.cc Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslconnectioninfo.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslcsessioncache.cc Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslcsessioncache.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
kssldefs.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslinfodlg.cc Fix compiler warning regarding missing braces 9 years ago
ksslinfodlg.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslkeygen.cc Fix unused variable compiler warnings 9 years ago
ksslkeygen.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslpeerinfo.cc Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslpeerinfo.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslpemcallback.cc KPasswordEdit::password() now returns a TQString instead of a const char *. This relates to bug 2961. 5 years ago
ksslpemcallback.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslpkcs7.cc Added support for OpenSSL 1.1 7 years ago
ksslpkcs7.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslpkcs12.cc Added support for OpenSSL 1.1 7 years ago
ksslpkcs12.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslsession.cc Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslsession.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslsettings.cc Added support for OpenSSL 1.1 7 years ago
ksslsettings.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslsigners.cc Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslsigners.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslutils.cc Added support for OpenSSL 1.1 7 years ago
ksslutils.h Rename KLocale to enhance compatibility with KDE4 11 years ago
ksslx509map.cc Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslx509map.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslx509v3.cc Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslx509v3.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 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>