-
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
Bounds check in ssl_parse_certificate_request() too strict #1954
Labels
Comments
This was referenced Aug 16, 2018
ARM Internal Ref: IOTSSL-2479 |
hanno-becker
pushed a commit
to hanno-becker/mbedtls
that referenced
this issue
Aug 17, 2018
hanno-becker
pushed a commit
to hanno-becker/mbedtls
that referenced
this issue
Aug 17, 2018
hanno-becker
pushed a commit
to hanno-becker/mbedtls
that referenced
this issue
Aug 17, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary: PR #1663 modified a bounds check in
ssl_parse_certificate_request()
which was correct beforehand and now off by one, leading to rejection of validCertificateRequest
messages.this should be
Steps to reproduce provided by @mpg, from within
MBEDTLS_DIR/tests
:gnutls-serv --x509certfile data_files/server5.crt --x509keyfile data_files/server5.key
../programs/ssl/ssl_client2 server_port=5556 force_version=tls1_1
The text was updated successfully, but these errors were encountered: