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 has been archived by the owner on Jun 17, 2024. It is now read-only.
When calling any of the FFI_mitls_configure_xxx functions to configure cipher suites, signature algorithms or named groups, the functions are very sensitive to the precise names used to specify the values. Since these are passed by name, the exact name must be used. When there is a slight error, the dll typically crashes the application using the dll without providing any error message. So your application just disappears without warning.
Error handling needs to be improved so that in this situation, an error indication is given and the function should just return 0 as the other API functions do.
The text was updated successfully, but these errors were encountered:
When calling any of the FFI_mitls_configure_xxx functions to configure cipher suites, signature algorithms or named groups, the functions are very sensitive to the precise names used to specify the values. Since these are passed by name, the exact name must be used. When there is a slight error, the dll typically crashes the application using the dll without providing any error message. So your application just disappears without warning.
Error handling needs to be improved so that in this situation, an error indication is given and the function should just return 0 as the other API functions do.
The text was updated successfully, but these errors were encountered: