-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mbedtls_ssl_get_verify_result() return #517
Labels
Comments
ARM Internal Ref: IOTSSL-835 |
hanno-becker
pushed a commit
to hanno-becker/mbedtls
that referenced
this issue
Oct 23, 2018
hanno-becker
pushed a commit
to hanno-becker/mbedtls
that referenced
this issue
Oct 30, 2018
hanno-becker
pushed a commit
to hanno-becker/mbedtls
that referenced
this issue
Oct 30, 2018
This was referenced Oct 30, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The return type is uint32_t, but the documentation says
-1 if result is not available (eg because the handshake was
aborted too early), or
The code itself uses return( 0xFFFFFFFF );
The text was updated successfully, but these errors were encountered: