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
Post a Comment