-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
SSL_R_SHORT_READ undefined in openssl-1.1 #599
Comments
This might fix issue zaphoyd#599, but I have no clues about what does it mean
This might fix issue zaphoyd#599, but I have no clues about what does it mean
+1 this issue is a blocker in adopting OpenSSL 1.1 |
the patch is already in Debian BTW |
This also blocks for using BoringSSL |
this is the commit to take |
@LocutusOfBorg Thanks. I tried adding the patch to websocketpp on archlinux , now it builds fine, but shows the following test error:
Do those tests matter? |
How did you enable such test?
and I don't seem to run it...
|
I use https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=websocketpp-git , the test is enabled with |
mmm I don't have that test failing
I have to disable some test_transport because of some port already taken, but not the one failing for you. |
SSL_R_SHORT_READ undefined in openssl-1.1 See also zaphoyd/websocketpp#599
This issue is blocking an upgrade to openssl-1.1 compatibility for BitShares which could be resolved by merging Any chance we can get this done? |
@xeroc check this comment for more info:
|
Hi, seems that variable disappeared from new openssl, and it makes websocketpp fail to build with the new one. I tried to understand the asio change chriskohlhoff/asio@7249bcc
but I probably failed.
Attached a patch that makes it build, but I honestly don't know what does it mean :)
The text was updated successfully, but these errors were encountered: