Skip to content

Comments

Fix no-ec#2154

Closed
mattcaswell wants to merge 3 commits intoopenssl:masterfrom
mattcaswell:fix-no-ec2
Closed

Fix no-ec#2154
mattcaswell wants to merge 3 commits intoopenssl:masterfrom
mattcaswell:fix-no-ec2

Conversation

@mattcaswell
Copy link
Member

Checklist
  • tests are added or updated
  • CLA is signed
Description of change

This fixes compilation with no-ec on the master branch.

Some tests were broken for no-ec in master
Previously we were omitting the extension information from ext_defs if
the association no- option was defined. This doesn't work because the
indexes into the table are no longer valid.
@mattcaswell mattcaswell mentioned this pull request Dec 28, 2016
2 tasks
#We assume the EC extensions are sent
plan skip_all => "$test_name needs EC enabled"
if disabled("ec");

Copy link
Member

Choose a reason for hiding this comment

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

Isn't 70-test_sslmessages a general test of tls messages? In that case, I think this is a bad idea. There are other options where this particular test fails, shall we skip this test for them as well? That would be counter productive...

@mattcaswell
Copy link
Member Author

I moved the commits from this PR in #2153. Therefore I am closing this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants