Re: [Qemu-devel] [PATCH v5 7/9] crypto: introduce new module for handling TLS sessions

2015-08-28 Thread Daniel P. Berrange
On Thu, Aug 27, 2015 at 08:33:43AM -0600, Eric Blake wrote: > On 08/26/2015 09:05 AM, Daniel P. Berrange wrote: > > Introduce a QCryptoTLSSession object that will encapsulate > > all the code for setting up and using a client/sever TLS > > session. This isolates the code which depends on the gnutls

Re: [Qemu-devel] [PATCH v5 7/9] crypto: introduce new module for handling TLS sessions

2015-08-27 Thread Eric Blake
On 08/26/2015 09:05 AM, Daniel P. Berrange wrote: > Introduce a QCryptoTLSSession object that will encapsulate > all the code for setting up and using a client/sever TLS > session. This isolates the code which depends on the gnutls > library, avoiding #ifdefs in the rest of the codebase, as > well

[Qemu-devel] [PATCH v5 7/9] crypto: introduce new module for handling TLS sessions

2015-08-26 Thread Daniel P. Berrange
Introduce a QCryptoTLSSession object that will encapsulate all the code for setting up and using a client/sever TLS session. This isolates the code which depends on the gnutls library, avoiding #ifdefs in the rest of the codebase, as well as facilitating any possible future port to other TLS librar