All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Daniel P. Berrange" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
	"Daniel P. Berrange" <berrange@redhat.com>
Subject: [Qemu-devel] [PULL v1 0/8] Merge qcrypto 2016/09/19
Date: Mon, 19 Sep 2016 12:44:04 +0100	[thread overview]
Message-ID: <1474285452-6166-1-git-send-email-berrange@redhat.com> (raw)

The following changes since commit 0f2fa73ba0ca19ebdaccf0d1785583d6601411b6:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2016-09-19 11:23:20 +0100)

are available in the git repository at:

  git://github.com/berrange/qemu tags/pull-qcrypto-2016-09-19-1

for you to fetch changes up to 7b1f229a860fa98258a345923dd35df1097838b2:

  crypto: add trace points for TLS cert verification (2016-09-19 12:22:22 +0100)

----------------------------------------------------------------
Merge qcrypto 2016/09/19 v1

----------------------------------------------------------------
Daniel P. Berrange (8):
      crypto: use uint64_t for pbkdf iteration count parameters
      crypto: make PBKDF iterations configurable for LUKS format
      crypto: clear out buffer after timing pbkdf algorithm
      crypto: use correct derived key size when timing pbkdf
      crypto: remove bogus /= 2 for pbkdf iterations
      crypto: increase default pbkdf2 time for luks to 2 seconds
      crypto: support more hash algorithms for pbkdf
      crypto: add trace points for TLS cert verification

 block/crypto.c            |  6 ++++++
 crypto/block-luks.c       | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------
 crypto/pbkdf-gcrypt.c     | 21 +++++++++++++++++++--
 crypto/pbkdf-nettle.c     | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------
 crypto/pbkdf-stub.c       |  2 +-
 crypto/pbkdf.c            | 35 +++++++++++++++++++----------------
 crypto/tlssession.c       | 10 ++++++++--
 crypto/trace-events       |  1 +
 include/crypto/pbkdf.h    | 16 ++++++++++------
 qapi/crypto.json          |  6 +++++-
 tests/test-crypto-pbkdf.c | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 11 files changed, 238 insertions(+), 62 deletions(-)

-- 
2.7.4

             reply	other threads:[~2016-09-19 11:44 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-19 11:44 Daniel P. Berrange [this message]
2016-09-19 11:44 ` [Qemu-devel] [PULL v1 1/8] crypto: use uint64_t for pbkdf iteration count parameters Daniel P. Berrange
2016-09-19 11:44 ` [Qemu-devel] [PULL v1 2/8] crypto: make PBKDF iterations configurable for LUKS format Daniel P. Berrange
2016-09-19 11:44 ` [Qemu-devel] [PULL v1 3/8] crypto: clear out buffer after timing pbkdf algorithm Daniel P. Berrange
2016-09-19 11:44 ` [Qemu-devel] [PULL v1 4/8] crypto: use correct derived key size when timing pbkdf Daniel P. Berrange
2016-09-19 11:44 ` [Qemu-devel] [PULL v1 5/8] crypto: remove bogus /= 2 for pbkdf iterations Daniel P. Berrange
2016-09-19 11:44 ` [Qemu-devel] [PULL v1 6/8] crypto: increase default pbkdf2 time for luks to 2 seconds Daniel P. Berrange
2016-09-19 11:44 ` [Qemu-devel] [PULL v1 7/8] crypto: support more hash algorithms for pbkdf Daniel P. Berrange
2016-09-19 11:44 ` [Qemu-devel] [PULL v1 8/8] crypto: add trace points for TLS cert verification Daniel P. Berrange
2016-09-19 12:33 ` [Qemu-devel] [PULL v1 0/8] Merge qcrypto 2016/09/19 no-reply
2016-09-19 12:47   ` Daniel P. Berrange
2016-09-19 13:01     ` Peter Maydell
2016-09-19 13:10       ` Daniel P. Berrange
2016-09-19 14:08         ` Peter Maydell
2016-09-19 13:31       ` Fam Zheng
2016-09-19 14:36 ` Peter Maydell
2016-09-19 14:50   ` Daniel P. Berrange
2016-09-19 15:35     ` Daniel P. Berrange

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1474285452-6166-1-git-send-email-berrange@redhat.com \
    --to=berrange@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.