unbit / vpn-ws

A VPN system over websockets
MIT License
605 stars 100 forks source link

Fix error handling in ssl handshake/write/close #28

Closed orgads closed 1 year ago

orgads commented 1 year ago

ERR_peek_error refers to a different state than SSL_get_error.

rdeioris commented 1 year ago

@orgads thanks!

orgads commented 1 year ago

Oops, can you please amend the commit message? It was handshark instead of handshake :)