8000 DTLS support · Issue #36 · openssl-net/openssl-net · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

DTLS support #36

Open
krzysztofwl opened this issue Feb 18, 2016 · 1 comment
Open

DTLS support #36

krzysztofwl opened this issue Feb 18, 2016 · 1 comment

Comments

@krzysztofwl
Copy link

Hi,

I'm looking for a DTLS solution in .Net which:

  • supports DTLS1.2
  • allows to strictly specify a set of supported cipher suites for a server

Does the OpenSSL.NET support these features?
I'm new to SSL/TLS. As for the native openssl1.0.2a, DTLS1.2 should be supported, however I did not find it used in the SslMethod class. Moreover, I've noticed that many of the classes which wolud allow to follow a regular openssl setup are internal and the SslStream class API allows only to create a peers using the TLSv12_client_method.

Please advise if this project is the right one to start with in my project.

Regards,
Krzysztof

@help-seeker
Copy link

Hi
I am also looking for OpenSSL DTLS in .net, but no success yet. The code seems to support only stream oriented protocol i.e. TCP and not UDP, as I tried changing TLSv12_client_method to the corresponding DTLS method but in vein, tried some other mix/matches but did not work...
Need this DTLS implementation badly..
THANKS.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0