This patchset add standard DES support when using gcrypt/nettle.

Qemu only support DES-RFB which is used by vnc-auth currently,
however gcrypt/nettle library support standard DES in actually,
what's more, due to the virtio-crypto has been supportted, the
guest can use various cipher-algo including standard DES.

Longpeng(Mike) (3):
  crypto: add standard des support
  cryptodev: switch to standard des
  tests: crypto: add testcase for standard des(ecb)

 backends/cryptodev-builtin.c |  2 +-
 crypto/cipher-gcrypt.c       |  3 +++
 crypto/cipher-nettle.c       | 13 ++++++++++---
 crypto/cipher.c              |  5 ++++-
 qapi/crypto.json             |  2 +-
 tests/test-crypto-cipher.c   | 11 +++++++++++
 6 files changed, 30 insertions(+), 6 deletions(-)

-- 
1.8.3.1



Reply via email to