qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-2.9 0/3] crypto: add standard des support
@ 2016-12-05  8:59 Longpeng(Mike)
  2016-12-05  8:59 ` [Qemu-devel] [PATCH for-2.9 1/3] " Longpeng(Mike)
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Longpeng(Mike) @ 2016-12-05  8:59 UTC (permalink / raw)
  To: berrange, eblake, armbru, arei.gonglei
  Cc: qemu-devel, wu.wubin, jianjay.zhou, Longpeng(Mike)

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2016-12-07  0:58 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-05  8:59 [Qemu-devel] [PATCH for-2.9 0/3] crypto: add standard des support Longpeng(Mike)
2016-12-05  8:59 ` [Qemu-devel] [PATCH for-2.9 1/3] " Longpeng(Mike)
2016-12-05  9:18   ` Daniel P. Berrange
2016-12-05  9:29     ` Gonglei (Arei)
2016-12-05 16:59       ` Daniel P. Berrange
2016-12-06  1:23         ` Gonglei (Arei)
2016-12-06  9:21           ` Daniel P. Berrange
2016-12-06  9:28             ` Gonglei (Arei)
2016-12-05 11:11     ` Longpeng (Mike)
2016-12-05 11:18       ` Daniel P. Berrange
2016-12-05 19:15   ` Eric Blake
2016-12-07  0:58     ` Longpeng (Mike)
2016-12-05  8:59 ` [Qemu-devel] [PATCH for-2.9 2/3] cryptodev: switch to standard des Longpeng(Mike)
2016-12-05  9:25   ` Daniel P. Berrange
2016-12-05  8:59 ` [Qemu-devel] [PATCH for-2.9 3/3] tests: crypto: add testcase for standard des(ecb) Longpeng(Mike)
2016-12-05  9:24   ` Daniel P. Berrange
2016-12-05  9:46     ` Longpeng (Mike)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).