mbox

[PULL,v1,0/4] Merge qcrypto-next 2016/06/13

Message ID 1465818337-30627-1-git-send-email-berrange@redhat.com
State New
Headers show

Pull-request

git://github.com/berrange/qemu tags/qcrypto-next-2016-06-13-v1

Message

Daniel P. Berrangé June 13, 2016, 11:45 a.m. UTC
The following changes since commit da2fdd0bd1514a44309dd5be162ebfb6c166a716:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160611' into staging (2016-06-13 10:12:44 +0100)

are available in the git repository at:

  git://github.com/berrange/qemu tags/qcrypto-next-2016-06-13-v1

for you to fetch changes up to c8d70e59738e672021926c7747af8ef9dea15c82:

  crypto: aes: always rename internal symbols (2016-06-13 12:41:17 +0100)

----------------------------------------------------------------
Merge qcrypto-next 2016/06/13 v1

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

Alex Bligh (1):
  TLS: provide slightly more information when TLS certificate loading
    fails

Daniel P. Berrange (1):
  crypto: remove temp files on completion of secrets test

Mike Frysinger (1):
  crypto: aes: always rename internal symbols

Paolo Bonzini (1):
  crypto: assert that qcrypto_hash_digest_len is in range

 crypto/hash.c              |  4 +---
 crypto/tlscredsx509.c      | 17 +++++++++++------
 include/crypto/aes.h       |  5 ++---
 tests/test-crypto-secret.c |  6 ++++--
 4 files changed, 18 insertions(+), 14 deletions(-)

Comments

Peter Maydell June 13, 2016, 1:20 p.m. UTC | #1
On 13 June 2016 at 12:45, Daniel P. Berrange <berrange@redhat.com> wrote:
> The following changes since commit da2fdd0bd1514a44309dd5be162ebfb6c166a716:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160611' into staging (2016-06-13 10:12:44 +0100)
>
> are available in the git repository at:
>
>   git://github.com/berrange/qemu tags/qcrypto-next-2016-06-13-v1
>
> for you to fetch changes up to c8d70e59738e672021926c7747af8ef9dea15c82:
>
>   crypto: aes: always rename internal symbols (2016-06-13 12:41:17 +0100)
>
> ----------------------------------------------------------------
> Merge qcrypto-next 2016/06/13 v1
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM