mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-02-21 09:52:38 +01:00
10 lines
359 B
Plaintext
10 lines
359 B
Plaintext
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
|