• D
    Integrate TLS/SASL directly into the socket APIs · f5fa167e
    Daniel P. Berrange 提交于
    This extends the basic virNetSocket APIs to allow them to have
    a handle to the TLS/SASL session objects, once established.
    This ensures that any data reads/writes are automagically
    passed through the TLS/SASL encryption layers if required.
    
    * src/rpc/virnetsocket.c, src/rpc/virnetsocket.h: Wire up
      SASL/TLS encryption
    f5fa167e
virnetsocket.h 4.2 KB