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

2010-12-16 Thread Eric Blake
On 12/16/2010 04:21 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 >TL

[libvirt] [PATCH 04/15] Generic module for handling TLS encryption and x509 certs

2010-12-16 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 vali