1. 12 12月, 2018 1 次提交
  2. 06 10月, 2017 2 次提交
  3. 11 7月, 2017 1 次提交
  4. 26 7月, 2016 1 次提交
  5. 12 7月, 2016 1 次提交
  6. 17 3月, 2016 1 次提交
    • D
      crypto: add block encryption framework · 7d969014
      Daniel P. Berrange 提交于
      Add a generic framework for supporting different block encryption
      formats. Upon instantiating a QCryptoBlock object, it will read
      the encryption header and extract the encryption keys. It is
      then possible to call methods to encrypt/decrypt data buffers.
      
      There is also a mode whereby it will create/initialize a new
      encryption header on a previously unformatted volume.
      
      The initial framework comes with support for the legacy QCow
      AES based encryption. This enables code in the QCow driver to
      be consolidated later.
      Reviewed-by: NEric Blake <eblake@redhat.com>
      Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
      7d969014