They switched from GPL-2.0-or-later to GPL-3.0-or-later in a patch release that contained CVE fixes: wolfSSL/wolfssl@629c5b4.
Some files in VDE have licensing headers allowing GPLv3 and later versions, but many only specify GPLv2. Therefore linking VDE to non‐vulnerable versions of wolfSSL is unfortunately a copyright violation, and Mbed TLS support is not present in the released version, which puts distributions in an awkward position.
I would recommend dropping the wolfSSL support in favour of Mbed TLS. If you could also cut a stable release with that change, that would definitely help distributions out :) In Nixpkgs we will probably backport the Mbed TLS support for now.
They switched from
GPL-2.0-or-latertoGPL-3.0-or-laterin a patch release that contained CVE fixes: wolfSSL/wolfssl@629c5b4.Some files in VDE have licensing headers allowing GPLv3 and later versions, but many only specify GPLv2. Therefore linking VDE to non‐vulnerable versions of wolfSSL is unfortunately a copyright violation, and Mbed TLS support is not present in the released version, which puts distributions in an awkward position.
I would recommend dropping the wolfSSL support in favour of Mbed TLS. If you could also cut a stable release with that change, that would definitely help distributions out :) In Nixpkgs we will probably backport the Mbed TLS support for now.