I'd love to try this out, but I'm on fedora 38, and compiling fails to build fujinet-pc/lib/utils/string_utils.cpp. This is true even with manually specifying the mbedtls libs with the following invocation!
cmake .. -DCMAKE_BUILD_TYPE:STRING=Debug -DMBEDCRYPTO_STATIC_LIB=/usr/lib64/libmbedcrypto.so -DMBEDTLS_STATIC_LIB=/usr/lib64/libmbedtls.so -DMBEDX509_STATIC_LIB=/usr/lib64/libmbedx509.so