You cannot 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 1307964495
Rename kdemacros.* files to tdemacros.*
A dummy 'kdemacros.h' has been added to allow TDE to built till renaming is carried out across the whole code base. It will then be removed.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
..
kssl KSSL: Rebuilt local certificates bundle 4 years ago
CMakeLists.txt Renaming of files in preparation for code style tools. 5 years ago
KPMG-CA-16389.0.DC80502.pdf
Makefile.am Renaming of files in preparation for code style tools. 5 years ago
README
SECURITY-HOLES
TODO
configure.in.in
keygenwizard.ui
keygenwizard2.ui
kopenssl.cpp Fix FTBFS caused by previous commit 2 years ago
kopenssl.h Replace KDE_DEPRECATED with TDE_DEPRECATED 1 year ago
ksmimecrypto.cpp Renaming of files in preparation for code style tools. 5 years ago
ksmimecrypto.h
kssl.cpp Renaming of files in preparation for code style tools. 5 years ago
kssl.h Replace KDE_DEPRECATED with TDE_DEPRECATED 1 year ago
ksslall.h
ksslcallback.c Added support for OpenSSL 1.1 9 years ago
ksslcertchain.cpp Renaming of files in preparation for code style tools. 5 years ago
ksslcertchain.h Rename kdemacros.* files to tdemacros.* 1 year ago
ksslcertdlg.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
ksslcertdlg.h Replace KDE_DEPRECATED with TDE_DEPRECATED 1 year ago
ksslcertificate.cpp Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version 2 years ago
ksslcertificate.h Replace Q_WS_* defines with TQ_WS_* equivalents 2 years ago
ksslcertificatecache.cpp Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. 2 years ago
ksslcertificatecache.h
ksslcertificatefactory.cpp Renaming of files in preparation for code style tools. 5 years ago
ksslcertificatefactory.h
ksslcertificatehome.cpp Replace Q_WS_* defines with TQ_WS_* equivalents 2 years ago
ksslcertificatehome.h
ksslconfig.h.cmake
ksslconfig.h.in
ksslconfig_win.h
ksslconnectioninfo.cpp Renaming of files in preparation for code style tools. 5 years ago
ksslconnectioninfo.h
ksslcsessioncache.cpp Replace Q_WS_* defines with TQ_WS_* equivalents 2 years ago
ksslcsessioncache.h
kssldefs.h Replace Q_WS_* defines with TQ_WS_* equivalents 2 years ago
ksslinfodlg.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
ksslinfodlg.h Replace Q_OBJECT with TQ_OBJECT 2 years ago
ksslkeygen.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
ksslkeygen.h Replace Q_OBJECT with TQ_OBJECT 2 years ago
ksslpeerinfo.cpp Replace Q_WS_* defines with TQ_WS_* equivalents 2 years ago
ksslpeerinfo.h
ksslpemcallback.cpp Renaming of files in preparation for code style tools. 5 years ago
ksslpemcallback.h
ksslpkcs7.cpp Renaming of files in preparation for code style tools. 5 years ago
ksslpkcs7.h Replace Q_WS_* defines with TQ_WS_* equivalents 2 years ago
ksslpkcs12.cpp Renaming of files in preparation for code style tools. 5 years ago
ksslpkcs12.h Replace Q_WS_* defines with TQ_WS_* equivalents 2 years ago
ksslsession.cpp Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version 2 years ago
ksslsession.h
ksslsettings.cpp Drop Qt2's TQSemiModal and TQSortedList classes 2 years ago
ksslsettings.h Replace KDE_DEPRECATED with TDE_DEPRECATED 1 year ago
ksslsigners.cpp Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. 2 years ago
ksslsigners.h
ksslutils.cpp Renaming of files in preparation for code style tools. 5 years ago
ksslutils.h Rename kdemacros.* files to tdemacros.* 1 year ago
ksslx509map.cpp Renaming of files in preparation for code style tools. 5 years ago
ksslx509map.h
ksslx509v3.cpp Renaming of files in preparation for code style tools. 5 years ago
ksslx509v3.h

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>