You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm looking for a DTLS solution in .Net which:
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
The text was updated successfully, but these errors were encountered: