Marouene Boubakri
Marouene Boubakri
@riebl @mlds30 a DENM application added to socktap as done for CAM, does not receive any data indication, however, the router indicate a received packet. What could prevent routing the...
Hi @liushiwei007, I suggest to join the OpenSBI mailing list and send your request there. I don't think that the repo is well monitored. Maro
Based on the provided example, and for some reason, the name **should** be _test_mmio_plugin_
@BlackBird-BB @RevB3nd I'll be happy to receive your patches and have them merged in the repo which is not maintained as you noticed.
@mtrojnar FYI
With `--disable-shared --enable-static ` pkcs11 library is not generate for Linux host, while for MinGW it is generating a static pkcs11.a library.
> How do you intend to use a static OpenSSL engine? Using `ENGINE_add()` to add a new engine to OpenSSL's internal list. The engine front has `bind_helper()` that can be...
Hi @SWilson4, Machine: x64 with Ubuntu 20.04 Build instructions: ``` cd ~/openssl OPENSSL_BRANCH="openssl-3.2.0" OPENSSL_PREFIX=`pwd`/build git clone --depth 1 --branch $OPENSSL_BRANCH https://github.com/openssl/openssl.git && cd openssl && LDFLAGS="-Wl,-rpath -Wl,${OPENSSL_PREFIX}/lib64" ./config --prefix=$OPENSSL_PREFIX &&...
> I'm unable to duplicate the issue in an Ubuntu 20.04 Docker image. What version of CMake are you using? 3.27.7
> Hi @maroueneboubakri, sorry it's taken me so long to get back to this. > > I was able to duplicate the build failure. At second glance, I don't believe...