<p dir="ltr">Hello all<br>
In a bid to use openssl's non blocking mode with bio pair, we are calling SSL_do_handshake to perform handshake and we would like to do callback based on role of SSL.</p>
<p dir="ltr">Is there any API that can be used to get the role of SSL ptr? <br>
If not, will using the member, int server, in struct ssl_st help? <br>
 If so please let us know if openssl community will be interested in patch, perhaps a macro to get the endpoint role. </p>