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

Don't create an invalid CertificateRequest (1.1.0) #6628

Conversation

mattcaswell
Copy link
Member

We should validate that the various fields we put into the
CertificateRequest are not too long. Otherwise we will construct an
invalid message.

Fixes #6609

Note: this issue does not affect master due the WPACKET code.

We should validate that the various fields we put into the
CertificateRequest are not too long. Otherwise we will construct an
invalid message.

Fixes openssl#6609
@richsalz richsalz added the approval: done This pull request has the required number of approvals label Jul 2, 2018
@richsalz
Copy link
Contributor

richsalz commented Jul 2, 2018

1.0.2 backport?

@richsalz
Copy link
Contributor

richsalz commented Jul 2, 2018 via email

levitte pushed a commit that referenced this pull request Jul 3, 2018
We should validate that the various fields we put into the
CertificateRequest are not too long. Otherwise we will construct an
invalid message.

Fixes #6609

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from #6628)
@mattcaswell
Copy link
Member Author

Pushed. Thanks.

@mattcaswell mattcaswell closed this Jul 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: done This pull request has the required number of approvals
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants