Re: [Qemu-devel] [PATCH v5 3/9] crypto: introduce new base module for TLS credentials

2015-08-26 Thread Eric Blake
On 08/26/2015 09:05 AM, Daniel P. Berrange wrote: > Introduce a QCryptoTLSCreds class to act as the base class for > storing TLS credentials. This will be later subclassed to provide > handling of anonymous and x509 credential types. The subclasses > will be user creatable objects, so instances can

[Qemu-devel] [PATCH v5 3/9] crypto: introduce new base module for TLS credentials

2015-08-26 Thread Daniel P. Berrange
Introduce a QCryptoTLSCreds class to act as the base class for storing TLS credentials. This will be later subclassed to provide handling of anonymous and x509 credential types. The subclasses will be user creatable objects, so instances can be created & deleted via 'object-add' and 'object-del' QM