qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL v1 0/6] Merge qcrypto patch queue
@ 2016-07-04 14:56 Daniel P. Berrange
  2016-07-04 14:56 ` [Qemu-devel] [PULL v1 1/6] crypto: fix handling of iv generator hash defaults Daniel P. Berrange
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Daniel P. Berrange @ 2016-07-04 14:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Daniel P. Berrange

The following changes since commit 96b39d8327883094f52b0a3d3f25dba83d6d1d63:

  Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging (2016-07-01 19:29:27 +0100)

are available in the git repository at:

  git://github.com/berrange/qemu tags/pull-qcrypto-2016-07-04-1

for you to fetch changes up to a1c5e949ddc3234dcb85a44b9cb9312cd9f3522f:

  crypto: allow default TLS priority to be chosen at build time (2016-07-04 15:53:19 +0100)

----------------------------------------------------------------
Merge qcrypto 2016/07/04 v1

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

Daniel P. Berrange (6):
  crypto: fix handling of iv generator hash defaults
  crypto: rename OUT to out in xts test to avoid clash on MinGW
  crypto: switch hash code to use nettle/gcrypt directly
  crypto: implement sha224, sha384, sha512 and ripemd160 hashes
  crypto: add support for TLS priority string override
  crypto: allow default TLS priority to be chosen at build time

 configure                  |  20 ++--
 crypto/Makefile.objs       |   3 +
 crypto/block-luks.c        |  21 ++++
 crypto/hash-gcrypt.c       | 110 +++++++++++++++++++++
 crypto/hash-nettle.c       | 155 +++++++++++++++++++++++++++++
 crypto/hash-stub.c         |  41 ++++++++
 crypto/hash.c              | 109 +-------------------
 crypto/tlscreds.c          |  26 +++++
 crypto/tlssession.c        |  26 +++--
 include/crypto/tlscreds.h  |   1 +
 qapi/crypto.json           |   6 +-
 tests/Makefile.include     |   2 +-
 tests/qemu-iotests/149     |  12 +++
 tests/qemu-iotests/149.out | 240 +++++++++++++++++++++++++++++++++++++++++++++
 tests/test-crypto-hash.c   |  53 +++++++++-
 tests/test-crypto-xts.c    |  18 ++--
 16 files changed, 704 insertions(+), 139 deletions(-)
 create mode 100644 crypto/hash-gcrypt.c
 create mode 100644 crypto/hash-nettle.c
 create mode 100644 crypto/hash-stub.c

-- 
2.7.4

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

end of thread, other threads:[~2016-07-04 16:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-04 14:56 [Qemu-devel] [PULL v1 0/6] Merge qcrypto patch queue Daniel P. Berrange
2016-07-04 14:56 ` [Qemu-devel] [PULL v1 1/6] crypto: fix handling of iv generator hash defaults Daniel P. Berrange
2016-07-04 14:56 ` [Qemu-devel] [PULL v1 2/6] crypto: rename OUT to out in xts test to avoid clash on MinGW Daniel P. Berrange
2016-07-04 14:56 ` [Qemu-devel] [PULL v1 3/6] crypto: switch hash code to use nettle/gcrypt directly Daniel P. Berrange
2016-07-04 14:56 ` [Qemu-devel] [PULL v1 4/6] crypto: implement sha224, sha384, sha512 and ripemd160 hashes Daniel P. Berrange
2016-07-04 14:56 ` [Qemu-devel] [PULL v1 5/6] crypto: add support for TLS priority string override Daniel P. Berrange
2016-07-04 14:56 ` [Qemu-devel] [PULL v1 6/6] crypto: allow default TLS priority to be chosen at build time Daniel P. Berrange
2016-07-04 16:27 ` [Qemu-devel] [PULL v1 0/6] Merge qcrypto patch queue Peter Maydell

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).