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
Michele Calgaro 4f99f868f0
Renaming of files in preparation for code style tools.
4 years ago
..
kssl Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
CMakeLists.txt Renaming of files in preparation for code style tools. 4 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 Renaming of files in preparation for code style tools. 4 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.cpp Renaming of files in preparation for code style tools. 4 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.cpp Renaming of files in preparation for code style tools. 4 years ago
ksmimecrypto.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
kssl.cpp Renaming of files in preparation for code style tools. 4 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.cpp Renaming of files in preparation for code style tools. 4 years ago
ksslcertchain.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslcertdlg.cpp Renaming of files in preparation for code style tools. 4 years ago
ksslcertdlg.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslcertificate.cpp Renaming of files in preparation for code style tools. 4 years ago
ksslcertificate.h Add initial CRL support to KSSLCertificate 9 years ago
ksslcertificatecache.cpp Renaming of files in preparation for code style tools. 4 years ago
ksslcertificatecache.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslcertificatefactory.cpp Renaming of files in preparation for code style tools. 4 years ago
ksslcertificatefactory.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslcertificatehome.cpp Renaming of files in preparation for code style tools. 4 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.cpp Renaming of files in preparation for code style tools. 4 years ago
ksslconnectioninfo.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslcsessioncache.cpp Renaming of files in preparation for code style tools. 4 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.cpp Renaming of files in preparation for code style tools. 4 years ago
ksslinfodlg.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslkeygen.cpp Renaming of files in preparation for code style tools. 4 years ago
ksslkeygen.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslpeerinfo.cpp Renaming of files in preparation for code style tools. 4 years ago
ksslpeerinfo.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslpemcallback.cpp Renaming of files in preparation for code style tools. 4 years ago
ksslpemcallback.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslpkcs7.cpp Renaming of files in preparation for code style tools. 4 years ago
ksslpkcs7.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslpkcs12.cpp Renaming of files in preparation for code style tools. 4 years ago
ksslpkcs12.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslsession.cpp Renaming of files in preparation for code style tools. 4 years ago
ksslsession.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslsettings.cpp Renaming of files in preparation for code style tools. 4 years ago
ksslsettings.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslsigners.cpp Renaming of files in preparation for code style tools. 4 years ago
ksslsigners.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslutils.cpp Renaming of files in preparation for code style tools. 4 years ago
ksslutils.h Rename KLocale to enhance compatibility with KDE4 11 years ago
ksslx509map.cpp Renaming of files in preparation for code style tools. 4 years ago
ksslx509map.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ksslx509v3.cpp Renaming of files in preparation for code style tools. 4 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>