mbox

[PULL,v1,0/2] Merge qcrypto 2017/02/27

Message ID 20170227133927.759-1-berrange@redhat.com
State New
Headers show

Pull-request

git://github.com/berrange/qemu tags/pull-qcrypto-2017-02-27-1

Message

Daniel P. Berrangé Feb. 27, 2017, 1:39 p.m. UTC
The following changes since commit d992f2f1368ceb92e6bfd8efece174110f4236ff:

  Merge remote-tracking branch 'remotes/artyom/tags/pull-sun4v-20170226' into staging (2017-02-26 22:40:23 +0000)

are available in the git repository at:

  git://github.com/berrange/qemu tags/pull-qcrypto-2017-02-27-1

for you to fetch changes up to 32c813e6c2a857b93b897901b7e20281397528a3:

  crypto: assert cipher algorithm is always valid (2017-02-27 13:37:14 +0000)

----------------------------------------------------------------
Merge qcrypto 2017/02/27 v1

----------------------------------------------------------------

Li Qiang (1):
  crypto: fix leak in ivgen essiv init

Prasad J Pandit (1):
  crypto: assert cipher algorithm is always valid

 crypto/cipher.c      | 8 ++------
 crypto/ivgen-essiv.c | 1 +
 2 files changed, 3 insertions(+), 6 deletions(-)

Comments

Peter Maydell Feb. 27, 2017, 4:30 p.m. UTC | #1
On 27 February 2017 at 13:39, Daniel P. Berrange <berrange@redhat.com> wrote:
> The following changes since commit d992f2f1368ceb92e6bfd8efece174110f4236ff:
>
>   Merge remote-tracking branch 'remotes/artyom/tags/pull-sun4v-20170226' into staging (2017-02-26 22:40:23 +0000)
>
> are available in the git repository at:
>
>   git://github.com/berrange/qemu tags/pull-qcrypto-2017-02-27-1
>
> for you to fetch changes up to 32c813e6c2a857b93b897901b7e20281397528a3:
>
>   crypto: assert cipher algorithm is always valid (2017-02-27 13:37:14 +0000)
>
> ----------------------------------------------------------------
> Merge qcrypto 2017/02/27 v1
>

Applied, thanks.

-- PMM