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

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -