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

use openssl provider instead of jdk provider to improve performance #123

Merged
merged 2 commits into from
Aug 1, 2022

Conversation

ChangingFond
Copy link
Contributor

@ChangingFond ChangingFond commented Jul 14, 2022

This pr is to resolve @pingww 's review in PR-115 Support tls tcp server. Switch ssl provider to openssl, performance will be better.

link #51

@codecov-commenter
Copy link

codecov-commenter commented Jul 14, 2022

Codecov Report

Merging #123 (0b8848c) into main (0d8ecf3) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main     #123   +/-   ##
=======================================
  Coverage   45.01%   45.01%           
=======================================
  Files         107      107           
  Lines        4567     4567           
  Branches      676      677    +1     
=======================================
  Hits         2056     2056           
  Misses       2157     2157           
  Partials      354      354           
Impacted Files Coverage Δ
...ache/rocketmq/mqtt/cs/protocol/ssl/SslFactory.java 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us.

@ShannonDing ShannonDing linked an issue Jul 31, 2022 that may be closed by this pull request
@ShannonDing ShannonDing added the enhancement New feature or request label Jul 31, 2022
pom.xml Show resolved Hide resolved
Copy link
Member

@ShannonDing ShannonDing left a comment

Choose a reason for hiding this comment

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

please check again the netty-tcnative-boringssl-static package.

Copy link
Contributor

@DongyuanPan DongyuanPan left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@ShannonDing ShannonDing left a comment

Choose a reason for hiding this comment

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

LGTM

@ShannonDing ShannonDing requested a review from pingww August 1, 2022 07:44
@ShannonDing ShannonDing merged commit 070554f into apache:main Aug 1, 2022
@ChangingFond ChangingFond deleted the netty-openssl branch May 10, 2024 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support SSL/TLS and Secure WebSocket
4 participants