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

Fix no-tls1_2 and no-dtls1_2 #2788

Closed
wants to merge 2 commits into from

Conversation

mattcaswell
Copy link
Member

Checklist
  • tests are added or updated
Description of change

This fixes no-tls1_2 and no-dtls1_2 configurations. The commit changing sslapitest is for master only. The other commit is for both master and 1.1.0.

@mattcaswell mattcaswell added 1.1.0 branch: master Merge to master branch labels Feb 28, 2017
ADD_TEST(test_early_cb);
#endif
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So... this works with SSL v3, TLS v1.0, v1.1 and v1.3, but not v1.2?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No - this test only works if we have v1.2, i.e. if 1.2 is disabled we shouldn't run it. It uses some 1.2 only ciphersuites.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I read the directive wrong, sorry. Thanks for explaining.

@levitte levitte added the approval: done This pull request has the required number of approvals label Feb 28, 2017
levitte pushed a commit that referenced this pull request Feb 28, 2017
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from #2788)
(cherry picked from commit 4d118fe)
@mattcaswell
Copy link
Member Author

Pushed. Thanks.

levitte pushed a commit that referenced this pull request Feb 28, 2017
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from #2788)
levitte pushed a commit that referenced this pull request Feb 28, 2017
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from #2788)
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 branch: master Merge to master branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants