1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-17 22:38:33 +01:00
tomahawk/thirdparty/qt-certificate-addon
2015-11-05 17:07:10 +01:00
..
2014-06-27 02:17:10 +01:00
2014-06-27 02:17:10 +01:00
2014-06-27 02:17:10 +01:00
2015-11-05 17:07:10 +01:00
2014-06-27 02:17:10 +01:00
2014-06-27 02:17:10 +01:00
2014-06-27 02:17:10 +01:00

Qt Certificate Addon
====================

This is the start of some work to create a nice Qt-style API for creating SSL
certificates. Unlike the QSsl classes in the QtNetwork module, it uses the
gnutls library, but it automatically converts between the two, for example a
created certificate is returned as a QSslCertificate.

Richard J. Moore, rich@kde.org