[Buildroot] [PATCH v4, 1/1] package/uacme: don't allow mbedtls with ualpn

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Apr 26 12:13:09 UTC 2020


On Sun, 26 Apr 2020 13:36:39 +0200
"Yann E. MORIN" <yann.morin.1998 at free.fr> wrote:

> > +choice
> > +	prompt "Crypto Backend"
> > +	help
> > +	  Select crypto library to be used in uacme.
> > +
> > +config BR2_PACKAGE_UACME_GNUTLS
> > +	bool "gnutls"
> > +	depends on BR2_PACKAGE_GNUTLS
> > +
> > +config BR2_PACKAGE_UACME_MBEDTLS
> > +	bool "mbedtls"
> > +	depends on BR2_PACKAGE_MBEDTLS
> > +	depends on !BR2_PACKAGE_UACME_UALPN
> > +
> > +comment "mbedtls crypto backend unavailable with ualpn"
> > +	depends on BR2_PACKAGE_MBEDTLS
> > +	depends on BR2_PACKAGE_UACME_UALPN
> > +
> > +config BR2_PACKAGE_UACME_OPENSSL
> > +	bool "openssl"
> > +	depends on BR2_PACKAGE_OPENSSL
> > +
> > +endchoice  
> 
> Sorry, but this is still not correct: enable mbedtls, then enable uacme
> and ualpn: there is no crypto backend selectable in the choice...

Do we need a choice in the first place ?

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list