Unfortunately, I had the same issue with Fedora 25. I could solve it by downloading libssl.so.1.0.0 (and libcrypto.so.1.0.0) from somewhere (in my case here) from the internet (extracted the rpm and put the binaries next to the v-play installer).
Then I simply smuggled the libs simply in via LD_LIBRARY_PATH:
LD_LIBRARY_PATH=/home/micu/devel/tools/vplay/lib64openssl1.0.0-1.0.2g-1.1.mga5.x86_64/usr/lib64/ ./MaintenanceTool
@alex: Are you sure this is purely framework related? I do not have the same issue with any other Qt based frameworks (Sailfish SDK e.g.).
Isn’t it possible to link this (insecure) library statically to your executable?