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
Timothy Pearson e757d3d6ae Check if SSL symbols exist before attempting to load them
This relates to Bug 1655
12 years ago
..
kssl
CMakeLists.txt
KPMG-CA-16389.0.DC80502.pdf
Makefile.am
README
SECURITY-HOLES
TODO
configure.in.in
keygenwizard.ui
keygenwizard2.ui
kopenssl.cc Check if SSL symbols exist before attempting to load them 12 years ago
kopenssl.h
ksmimecrypto.cc
ksmimecrypto.h
kssl.cc Rename additional header files to avoid conflicts with KDE4 13 years ago
kssl.h
ksslall.h
ksslcallback.c
ksslcertchain.cc
ksslcertchain.h
ksslcertdlg.cc Rename additional header files to avoid conflicts with KDE4 13 years ago
ksslcertdlg.h
ksslcertificate.cc Rename additional header files to avoid conflicts with KDE4 13 years ago
ksslcertificate.h
ksslcertificatecache.cc
ksslcertificatecache.h
ksslcertificatefactory.cc
ksslcertificatefactory.h
ksslcertificatehome.cc
ksslcertificatehome.h
ksslconfig.h.cmake
ksslconfig.h.in
ksslconfig_win.h
ksslconnectioninfo.cc
ksslconnectioninfo.h
ksslcsessioncache.cc
ksslcsessioncache.h
kssldefs.h
ksslinfodlg.cc Fix security issue when displaying certificate informations (CVE-2011-3365) 12 years ago
ksslinfodlg.h
ksslkeygen.cc Rename KWallet to TDEWallet 12 years ago
ksslkeygen.h
ksslpeerinfo.cc
ksslpeerinfo.h
ksslpemcallback.cc Rename additional header files to avoid conflicts with KDE4 13 years ago
ksslpemcallback.h
ksslpkcs7.cc Rename additional header files to avoid conflicts with KDE4 13 years ago
ksslpkcs7.h
ksslpkcs12.cc Rename additional header files to avoid conflicts with KDE4 13 years ago
ksslpkcs12.h
ksslsession.cc
ksslsession.h
ksslsettings.cc Rename additional header files to avoid conflicts with KDE4 13 years ago
ksslsettings.h
ksslsigners.cc
ksslsigners.h
ksslutils.cc Rename additional header files to avoid conflicts with KDE4 13 years ago
ksslutils.h Rename KLocale to enhance compatibility with KDE4 13 years ago
ksslx509map.cc
ksslx509map.h
ksslx509v3.cc
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>