mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-10 21:33:38 +00:00
1. Updated ALPN support to work better with NodeJS 6.0.0
2. Added servername property on tls.socket
This commit is contained in:
@@ -443,6 +443,10 @@ void* ILibAsyncServerSocket_GetSSL_CTX(ILibAsyncServerSocket_ServerModule ILibAs
|
||||
{
|
||||
return(((struct ILibAsyncServerSocketModule*)ILibAsyncSocketModule)->ssl_ctx);
|
||||
}
|
||||
void* ILibAsyncServerSocket_GetSSL(ILibAsyncServerSocket_ConnectionToken connectiontoken)
|
||||
{
|
||||
return(ILibAsyncSocket_GetSSL(connectiontoken));
|
||||
}
|
||||
#ifdef MICROSTACK_TLS_DETECT
|
||||
void ILibAsyncServerSocket_SetSSL_CTX(ILibAsyncServerSocket_ServerModule ILibAsyncSocketModule, void *ssl_ctx, int enableTLSDetect)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user