dts - Is DTLS supported by Schannel on Windows 7? -


i have seen conflicting answers question. how activate dtls session using initializesecuritycontext?

dtls present in windows 8 , later.

when creating credentials need schannel_cred grbitenabledprotocols include sp_prot_dtls1_0_server or 1 of other dtls values schannel.h

you need select correct requirements "required attributes" when creating context (things isc_req_datagram sspi.h).

see technet more information.


Comments

Popular posts from this blog

java - Could not locate OpenAL library -

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

sorting - opencl Bitonic sort with 64 bits keys -