-
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_x509_string_to_names failed when names include some comma #368
Comments
I think you need to "escape" the embedded comma with a backslash. Otherwise there is no way for the function to guess what you mean. |
ARM Internal Ref: IOTSSL-568 |
i fixed it in other way. |
Closing this issue then. Also, please note that |
mbedtls_x509_string_to_names use comma as the spilt of oid name,when some name include a comma it will faile with MBEDTLS_ERR_X509_UNKNOWN_OID.
such as: O=xxxx Co., Ltd ,CN=xxx
The text was updated successfully, but these errors were encountered: