[Qemu-devel] [PULL for-2.12 0/3] Qcrypto next patches

Daniel P. Berrangé posted 3 patches 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180406133046.5682-1-berrange@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
There is a newer version of this series
qemu-doc.texi                  | 364 ++++++++++++++++++++++++++++++-----------
qemu-options.hx                |  11 +-
tests/test-crypto-tlssession.c |   1 +
tests/test-io-channel-tls.c    |   1 +
4 files changed, 284 insertions(+), 93 deletions(-)
[Qemu-devel] [PULL for-2.12 0/3] Qcrypto next patches
Posted by Daniel P. Berrangé 6 years ago
The following changes since commit 0e87fdc966d05f4e5ad868034fcd8ee2a08ca62d:

  Update version for v2.12.0-rc2 release (2018-04-04 20:37:20 +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 057ad0b46992e3ec4ce29b9103162aa3c683f347:

  crypto: ensure we use a predictable TLS priority setting (2018-04-06 11:28:31 +0100)

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

Two improvements to TLS docs, and a fix for the test suite to
avoid breakage on Fedora >= 28

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

Christophe Fergeau (1):
  docs: Document -object tls-creds-x509 priority=xxx

Daniel P. Berrangé (2):
  docs: update information for TLS certificate management
  crypto: ensure we use a predictable TLS priority setting

 qemu-doc.texi                  | 364 ++++++++++++++++++++++++++++++-----------
 qemu-options.hx                |  11 +-
 tests/test-crypto-tlssession.c |   1 +
 tests/test-io-channel-tls.c    |   1 +
 4 files changed, 284 insertions(+), 93 deletions(-)

-- 
2.14.3


Re: [Qemu-devel] [PULL for-2.12 0/3] Qcrypto next patches
Posted by Peter Maydell 6 years ago
On 6 April 2018 at 14:30, Daniel P. Berrangé <berrange@redhat.com> wrote:
> The following changes since commit 0e87fdc966d05f4e5ad868034fcd8ee2a08ca62d:
>
>   Update version for v2.12.0-rc2 release (2018-04-04 20:37:20 +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 057ad0b46992e3ec4ce29b9103162aa3c683f347:
>
>   crypto: ensure we use a predictable TLS priority setting (2018-04-06 11:28:31 +0100)
>
> ----------------------------------------------------------------
>
> Two improvements to TLS docs, and a fix for the test suite to
> avoid breakage on Fedora >= 28
>

Applied, thanks.

-- PMM