Skip to content

Only use KeyManagerFactory in SniClientTest when supported by OpenSSL…#8289

Merged
normanmaurer merged 1 commit into4.1from
only_use_keymanagerfactory_when_supported
Sep 14, 2018
Merged

Only use KeyManagerFactory in SniClientTest when supported by OpenSSL…#8289
normanmaurer merged 1 commit into4.1from
only_use_keymanagerfactory_when_supported

Conversation

@normanmaurer
Copy link
Copy Markdown
Member

… version.

Motivation:

6ed7c6c added a test which blindly assumed we can use a KeyManagerFactory all the time. This is only true if have OpenSSL 1.0.2 or later, which may not be the case.

Modifications:

Only use KeyManagerFactory in test if the OpenSSL version does support it.

Result:

More robust tests.

… version.

Motivation:

6ed7c6c added a test which blindly assumed we can use a KeyManagerFactory all the time. This is only true if have OpenSSL 1.0.2 or later, which may not be the case.

Modifications:

Only use KeyManagerFactory in test if the OpenSSL version does support it.

Result:

More robust tests.
@normanmaurer
Copy link
Copy Markdown
Member Author

I will just pull this in once the CI pass to make it happy again and its a test-case change only as well.

@normanmaurer normanmaurer merged commit 2b1514e into 4.1 Sep 14, 2018
@normanmaurer normanmaurer deleted the only_use_keymanagerfactory_when_supported branch September 14, 2018 17:03
@normanmaurer normanmaurer added this to the 4.1.30.Final milestone Sep 14, 2018
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.

1 participant