There are openssl server and Qt client using QSslSocket. When client connected to server server shows no OPENSSL_Applink and shuts down. But with OpenSSL client server works correct. What can be a reason?
So the error is supposed to be that OPENSSL_Uplink (00007FFFFB388000,08): no OPENSSL_Applink and it throws it while i try to write the decrypted text. According to the documentation of the website, it happens if you forget to include applink.c to the code but as you can see it's right there in the .h file.
SSL. no OPENSSL_Applink. There are openssl server and Qt client using QSslSocket. When client connected to server server shows no OPENSSL_Applink and shuts down. But with OpenSSL client server works correct.
Bookmark this question. Show activity on this post. There are openssl server and Qt client using QSslSocket. When client connected to server server shows no OPENSSL_Applink and shuts down.
#include <openssl/applink.c>
Including applink.c
will solve the problem. Please check OpenSSL FAQ
Basically we get this error only if we use any file handling APIs like d2i_X509
. I was getting assert failure in applink.c
while using this API in windows VC8.0. Later I have done fopen separately and called d2i_X509_fp
API.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With