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

Bump required version of NIOSSL #559

Merged
merged 1 commit into from
Aug 20, 2019
Merged

Bump required version of NIOSSL #559

merged 1 commit into from
Aug 20, 2019

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Aug 20, 2019

Motivation:

Prior to NIOSSL 2.4 it was possible to silently drop some certificates
from a PEM bundle when loading from a file or buffer. These APIs were
deprecated in 2.4 and our usage of them was causing compiler warnings.

Modifications:

Set the minimum version of NIOSSL to 2.4; update usage to the new APIs.

Result:

Fewer compiler warnings.

Motivation:

Prior to NIOSSL 2.4 it was possible to silently drop some certificates
from a PEM bundle when loading from a file or buffer. These APIs were
deprecated in 2.4 and our usage of them was causing compiler warnings.

Modifications:

Set the minimum version of NIOSSL to 2.4; update usage to the new APIs.

Result:

Fewer compiler warnings.
@glbrntt glbrntt requested a review from MrMage August 20, 2019 09:55
Copy link
Collaborator

@MrMage MrMage left a comment

Choose a reason for hiding this comment

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

Feel free to merge after CI has passed.

@glbrntt glbrntt merged commit edd9bf0 into grpc:nio Aug 20, 2019
@glbrntt glbrntt deleted the update-nio-ssl branch August 20, 2019 10:04
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