1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-31 17:42:13 +02:00

Import qt-certificate-addon

This commit is contained in:
Uwe L. Korn
2014-06-27 02:17:10 +01:00
parent 2c9fefebeb
commit 12bd51c3ef
48 changed files with 3515 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
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