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

Include BoringSSL native implementation for faster TLS #1094

Merged
merged 2 commits into from
Jan 24, 2018

Conversation

merlimat
Copy link
Contributor

Motivation

Fixes #1028

Modifications

Include Netty-tc-native with statically linked BoringSSL for Linux/Mac/Windows. This will use the native implementation of OpenSSL instead of the JDK version.

Result

Faster TLS encryption and much less garbage generated.

@merlimat merlimat added the type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages label Jan 23, 2018
@merlimat merlimat added this to the 1.22.0-incubating milestone Jan 23, 2018
@merlimat merlimat self-assigned this Jan 23, 2018
@merlimat merlimat merged commit a6e02bf into apache:master Jan 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants