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
Adjust Unity TLS minimum and maximum versions (case 1338432)
With the new Mono version, corefx class libs do not use TLS default
enum any longer. By default TLS None is used. With the original code the
min would be greater than the max. That is an invalid scenario.
This change defaults the min and max to the documented mbed tls
defaults.
0 commit comments