-
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
CSR parsing error (mbedtls_x509_csr_parse) #767
Labels
Comments
It appears that the Microsoft tool Given this is an issue where we're not compliant - this should get some priority. |
ARM Internal Ref: IOTSSL-1166 |
redtangent
added a commit
to redtangent/mbedtls
that referenced
this issue
Sep 30, 2018
Add Changelog entry for fix for alternative header/footers in CSR's.
4 tasks
redtangent
added a commit
to redtangent/mbedtls
that referenced
this issue
Oct 6, 2018
Add Changelog entry for fix for alternative header/footers in CSR's.
redtangent
added a commit
to redtangent/mbedtls
that referenced
this issue
Dec 5, 2018
Add Changelog entry for fix for alternative header/footers in CSR's.
redtangent
added a commit
to redtangent/mbedtls
that referenced
this issue
Dec 5, 2018
Add Changelog entry for fix for alternative header/footers in CSR's.
This was referenced Dec 5, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys,
it seems that there is a "problem" with parsing some CSRs using the mbedtls_x509_csr_parse function. If the requests starts with "----BEGIN NEW CERTIFICATE REQUEST----" instead of "----BEGIN CERTIFICATE REQUEST----" (without the new), parsing will fail.
We ran into this problem while parsing CSRs generated by (I guess) Windows machines.
Not that this is a show stopper, but it was definitely not the first thing we were looking for when the errors occurred and only realized it by accident ;).
Best,
Michael
The text was updated successfully, but these errors were encountered: