mbox series

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

Message ID 20240502095642.93368-1-philmd@linaro.org
Headers show
Series crypto: Allow building with GnuTLS but without Libtasn1 | expand

Message

Philippe Mathieu-Daudé May 2, 2024, 9:56 a.m. UTC
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%)

Comments

Philippe Mathieu-Daudé May 8, 2024, 2:30 p.m. UTC | #1
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%)
>