• Stefy Lanza (nextime / spora )'s avatar
    Fix bridge mode to use SSL for WebSocket communication · 9ae67412
    Stefy Lanza (nextime / spora ) authored
    - Bridge mode was incorrectly using raw socket operations over SSL connection
    - Updated to use SSL_read/SSL_write for all WebSocket communication
    - Fixed send_websocket_message to use send_websocket_frame with SSL
    - Fixed pong frame sending to use SSL
    - Fixed select() and FD_ISSET to monitor correct socket
    
    This resolves the 'send_error' and connection closure issues in bridge mode tests.
    9ae67412
Name
Last commit
Last update
..
debian Loading commit data...
man Loading commit data...
configure.sh Loading commit data...
tunnel.c Loading commit data...
tunnel.h Loading commit data...
websocket.c Loading commit data...
websocket.h Loading commit data...
wsscp.c Loading commit data...
wssh_ssl.c Loading commit data...
wssh_ssl.h Loading commit data...
wsssh.c Loading commit data...
wssshc.c Loading commit data...
wssshlib.c Loading commit data...
wssshlib.h Loading commit data...
wsssht Loading commit data...
wsssht.c Loading commit data...