qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/1] Qcrypto next patches
@ 2018-07-03 12:05 Daniel P. Berrangé
  2018-07-03 12:05 ` [Qemu-devel] [PULL 1/1] crypto: Implement TLS Pre-Shared Keys (PSK) Daniel P. Berrangé
  2018-07-04  6:27 ` [Qemu-devel] [PULL 0/1] Qcrypto next patches Peter Maydell
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel P. Berrangé @ 2018-07-03 12:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: Richard Jones, Daniel P. Berrangé

The following changes since commit 9b75dcb15f562577a937ae01f324946513586e59:

  Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-07-02' into staging (2018-07-03 10:47:02 +0100)

are available in the Git repository at:

  https://github.com/berrange/qemu tags/qcrypto-next-pull-request

for you to fetch changes up to e1a6dc91ddb55ef77a705b62b6e62634631fd57d:

  crypto: Implement TLS Pre-Shared Keys (PSK). (2018-07-03 13:04:38 +0100)

----------------------------------------------------------------
Add support for PSK credentials with TLS

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

Richard W.M. Jones (1):
  crypto: Implement TLS Pre-Shared Keys (PSK).

 crypto/Makefile.objs           |   1 +
 crypto/tlscredspsk.c           | 308 +++++++++++++++++++++++++++++++++
 crypto/tlssession.c            |  56 +++++-
 crypto/trace-events            |   3 +
 include/crypto/tlscredspsk.h   | 106 ++++++++++++
 qemu-doc.texi                  |  37 ++++
 qemu-options.hx                |  24 +++
 tests/Makefile.include         |   4 +-
 tests/crypto-tls-psk-helpers.c |  50 ++++++
 tests/crypto-tls-psk-helpers.h |  29 ++++
 tests/test-crypto-tlssession.c | 179 ++++++++++++++++---
 11 files changed, 774 insertions(+), 23 deletions(-)
 create mode 100644 crypto/tlscredspsk.c
 create mode 100644 include/crypto/tlscredspsk.h
 create mode 100644 tests/crypto-tls-psk-helpers.c
 create mode 100644 tests/crypto-tls-psk-helpers.h

-- 
2.17.1

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-03 12:05 [Qemu-devel] [PULL 0/1] Qcrypto next patches Daniel P. Berrangé
2018-07-03 12:05 ` [Qemu-devel] [PULL 1/1] crypto: Implement TLS Pre-Shared Keys (PSK) Daniel P. Berrangé
2018-07-04  6:27 ` [Qemu-devel] [PULL 0/1] Qcrypto next patches 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).