Antoine Lochet

Results 5 comments of Antoine Lochet

I just tried it with this week-end Grand Prix and it worked beautifully. 1080p@50Hz, no hickups. Great job !

It seems to have done the trick ! Thank you ! Here what options I have for compilation: `./configure.py --extra-cxxflags="-O0" --disable-modules=locking_allocator --debug-mode --with-debug-info --without-stack-protector` Compiled SoftHSM afterwards with Botan backend...

Hello, Thanks again for your quick response. After applying your patch and recompiling Botan with `--extra-cxxflags="-O0" --debug-mode --with-debug-info --without-stack-protector --prefix=/usr/local/ssl` AND SoftHSM with `CXXFLAGS="-g -O0" --with-crypto-backend=botan --enable-eddsa --disable-gost --with-botan=/usr/local/ssl`. And...

Just tried with Botan configured only with `--prefix=/usr/local/ssl` and SoftHSM configured with `--with-crypto-backend=botan --enable-eddsa --disable-gost --with-botan=/usr/local/ssl` and my tests are OK. I will try on another machine to confirm but...

Tried on another machine and I can confirm that the fix is enough for my usage.