qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 465f2f: cryptodev: fix the check of aes algor


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 465f2f: cryptodev: fix the check of aes algorithm
Date: Fri, 06 Jan 2017 08:30:03 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 465f2fedd262cbdcbfc92c181660cf85e5029515
      
https://github.com/qemu/qemu/commit/465f2fedd262cbdcbfc92c181660cf85e5029515
  Author: Longpeng(Mike) <address@hidden>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

  Changed paths:
    M backends/cryptodev-builtin.c

  Log Message:
  -----------
  cryptodev: fix the check of aes algorithm

As the key length of xts(aes) is different with other mode of aes,
so we should check specially in cryptodev_builtin_get_aes_algo, if
it is xts mode.

Signed-off-by: Longpeng(Mike) <address@hidden>
Reviewed-by: Gonglei <address@hidden>
Signed-off-by: Gonglei <address@hidden>


  Commit: eaa57403044c33e0f3e9c6f7c174b05e6534fec4
      
https://github.com/qemu/qemu/commit/eaa57403044c33e0f3e9c6f7c174b05e6534fec4
  Author: Longpeng(Mike) <address@hidden>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

  Changed paths:
    M backends/cryptodev-builtin.c

  Log Message:
  -----------
  cryptodev: add xts(aes) support

This patch add xts(aes) support.

Signed-off-by: Longpeng(Mike) <address@hidden>
Reviewed-by: Gonglei <address@hidden>
Signed-off-by: Gonglei <address@hidden>


  Commit: d7a2127a4c5b2d52c94d5c27a5744a055ddc14f7
      
https://github.com/qemu/qemu/commit/d7a2127a4c5b2d52c94d5c27a5744a055ddc14f7
  Author: Longpeng(Mike) <address@hidden>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

  Changed paths:
    M backends/cryptodev-builtin.c

  Log Message:
  -----------
  cryptodev: remove single-DES support in cryptodev

Single-DES is obsolete and it's broken/useless for decades, we should
remove it in cryptodev, as suggested by Daniel.
Guest who wants to use this obsolete cipher alg will use its built-in
implementation instead.

Signed-off-by: Longpeng(Mike) <address@hidden>
Reviewed-by: Daniel P. Berrange <address@hidden>
Signed-off-by: Gonglei <address@hidden>


  Commit: 48ae36c0ad16bb757d4f6e243b8e9072fc8e8c8e
      
https://github.com/qemu/qemu/commit/48ae36c0ad16bb757d4f6e243b8e9072fc8e8c8e
  Author: Longpeng(Mike) <address@hidden>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

  Changed paths:
    M backends/cryptodev-builtin.c

  Log Message:
  -----------
  cryptodev: add 3des-ede support

This patch add 3des-ede support for cryptodev. However this is effective
only when backend using libgcrypt/nettle, because cipher-builtin doesn't
support 3des-ede yet.

Signed-off-by: Longpeng(Mike) <address@hidden>
Signed-off-by: Gonglei <address@hidden>


  Commit: ffe22bf51065dd33022cf91f77a821d1f11c250d
      
https://github.com/qemu/qemu/commit/ffe22bf51065dd33022cf91f77a821d1f11c250d
  Author: Peter Maydell <address@hidden>
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
    M backends/cryptodev-builtin.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/gonglei/tags/cryptodev-next-20161224' 
into staging

cryptodev patches

- add xts mode support
- add 3DES algorithm support
- other trivial fixes

# gpg: Signature made Sat 24 Dec 2016 05:56:44 GMT
# gpg:                using RSA key 0x2ED7FDE9063C864D
# gpg: Good signature from "Gonglei <address@hidden>"
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 3EF1 8E53 3459 E6D1 963A  3C05 2ED7 FDE9 063C 864D

* remotes/gonglei/tags/cryptodev-next-20161224:
  cryptodev: add 3des-ede support
  cryptodev: remove single-DES support in cryptodev
  cryptodev: add xts(aes) support
  cryptodev: fix the check of aes algorithm

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/a01b1e9a005d...ffe22bf51065

reply via email to

[Prev in Thread] Current Thread [Next in Thread]