[PATCH v2 0/3] crypto: Allow building with GnuTLS but without Libtasn1

Philippe Mathieu-Daudé posted 3 patches 2 weeks, 1 day ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240502095642.93368-1-philmd@linaro.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Laurent Vivier <lvivier@redhat.com>
meson.build                                         | 1 +
tests/unit/crypto-tls-x509-helpers.h                | 3 ---
tests/unit/crypto-tls-psk-helpers.c                 | 1 -
tests/unit/crypto-tls-x509-helpers.c                | 6 +++++-
tests/unit/{pkix_asn1_tab.c => pkix_asn1_tab.c.inc} | 5 +----
tests/qtest/meson.build                             | 3 +--
tests/unit/meson.build                              | 6 +++---
7 files changed, 11 insertions(+), 14 deletions(-)
rename tests/unit/{pkix_asn1_tab.c => pkix_asn1_tab.c.inc} (99%)
[PATCH v2 0/3] crypto: Allow building with GnuTLS but without Libtasn1
Posted by Philippe Mathieu-Daudé 2 weeks, 1 day ago
Since v1:
- split in 3
- remove "crypto-tls-x509-helpers.h" (danpb)
- include pkix_asn1_tab.c.inc

Philippe Mathieu-Daudé (3):
  crypto: Remove 'crypto-tls-x509-helpers.h' from
    crypto-tls-psk-helpers.c
  crypto: Restrict pkix_asn1_tab[] to crypto-tls-x509-helpers.c
  crypto: Allow building with GnuTLS but without Libtasn1

 meson.build                                         | 1 +
 tests/unit/crypto-tls-x509-helpers.h                | 3 ---
 tests/unit/crypto-tls-psk-helpers.c                 | 1 -
 tests/unit/crypto-tls-x509-helpers.c                | 6 +++++-
 tests/unit/{pkix_asn1_tab.c => pkix_asn1_tab.c.inc} | 5 +----
 tests/qtest/meson.build                             | 3 +--
 tests/unit/meson.build                              | 6 +++---
 7 files changed, 11 insertions(+), 14 deletions(-)
 rename tests/unit/{pkix_asn1_tab.c => pkix_asn1_tab.c.inc} (99%)

-- 
2.41.0


Re: [PATCH v2 0/3] crypto: Allow building with GnuTLS but without Libtasn1
Posted by Philippe Mathieu-Daudé 1 week, 2 days ago
ping?

On 2/5/24 11:56, Philippe Mathieu-Daudé wrote:
> Since v1:
> - split in 3
> - remove "crypto-tls-x509-helpers.h" (danpb)
> - include pkix_asn1_tab.c.inc
> 
> Philippe Mathieu-Daudé (3):
>    crypto: Remove 'crypto-tls-x509-helpers.h' from
>      crypto-tls-psk-helpers.c
>    crypto: Restrict pkix_asn1_tab[] to crypto-tls-x509-helpers.c
>    crypto: Allow building with GnuTLS but without Libtasn1
> 
>   meson.build                                         | 1 +
>   tests/unit/crypto-tls-x509-helpers.h                | 3 ---
>   tests/unit/crypto-tls-psk-helpers.c                 | 1 -
>   tests/unit/crypto-tls-x509-helpers.c                | 6 +++++-
>   tests/unit/{pkix_asn1_tab.c => pkix_asn1_tab.c.inc} | 5 +----
>   tests/qtest/meson.build                             | 3 +--
>   tests/unit/meson.build                              | 6 +++---
>   7 files changed, 11 insertions(+), 14 deletions(-)
>   rename tests/unit/{pkix_asn1_tab.c => pkix_asn1_tab.c.inc} (99%)
>