Skip to content
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

Closed
github-monoculture opened this issue Jun 22, 2016 · 1 comment
Closed

mbedtls_ssl_get_verify_result() return #517

github-monoculture opened this issue Jun 22, 2016 · 1 comment
Labels

Comments

@github-monoculture
Copy link

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 );

@ciarmcom
Copy link

ARM Internal Ref: IOTSSL-835

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

No branches or pull requests

3 participants