Qt-solutions Archive, November 2006
Qt SSL and passwords
Message 1 in thread
Greetings,
Is there a way to get Qt's ssl socket to work with private keys that have
passwords?
Cheers
-ian reinhart geiser
--
[ signature omitted ]
Message 2 in thread
On Monday 20 November 2006 19:00, Ian Reinhart Geiser wrote:
> Greetings,
> Is there a way to get Qt's ssl socket to work with private keys that have
> passwords?
> Cheers
> -ian reinhart geiser
There's no support for it in the class API. You can, however, make the SSL and
CTX handles accessible, and use OpenSSL's own API for this.
Andreas
--
[ signature omitted ]