Re: [libvirt] [PATCH 03/10] Generic module for handling TLS encryption and x509 certs

2011-03-18 Thread Daniel P. Berrange
On Tue, Mar 15, 2011 at 04:34:33PM -0600, Eric Blake wrote: On 03/15/2011 11:51 AM, Daniel P. Berrange wrote: This provides two modules for handling TLS * virNetTLSContext provides the process-wide state, in particular all the x509 credentials, DH params and x509 whitelists *

[libvirt] [PATCH 03/10] Generic module for handling TLS encryption and x509 certs

2011-03-15 Thread Daniel P. Berrange
This provides two modules for handling TLS * virNetTLSContext provides the process-wide state, in particular all the x509 credentials, DH params and x509 whitelists * virNetTLSSession provides the per-connection state, ie the TLS session itself. The virNetTLSContext provides APIs for

Re: [libvirt] [PATCH 03/10] Generic module for handling TLS encryption and x509 certs

2011-03-15 Thread Eric Blake
On 03/15/2011 11:51 AM, Daniel P. Berrange wrote: This provides two modules for handling TLS * virNetTLSContext provides the process-wide state, in particular all the x509 credentials, DH params and x509 whitelists * virNetTLSSession provides the per-connection state, ie the TLS