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

Cipher params not work in KeyStoreSSLContext #13322

Conversation

shoothzj
Copy link
Member

Motivation

The Cipher params not work in KeyStoreSSLContext.

Modifications

  • if cipher params is null, use sslEngine.getSupportedCipherSuites(), else use the cipher params
  • make fields final
  • remove unused throw exception

Documentation

Check the box below and label this PR (if you have committer privilege).

Need to update docs?

  • no-need-doc

    It's a bug fix, no need doc

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Dec 15, 2021
@shoothzj
Copy link
Member Author

/pulsarbot run-failure-checks

@shoothzj
Copy link
Member Author

@codelipenghui codelipenghui added this to the 2.10.0 milestone Dec 15, 2021
@codelipenghui codelipenghui merged commit 8625ffe into apache:master Dec 15, 2021
@shoothzj shoothzj deleted the cipher-param-not-works-ssl-keystore-context branch December 15, 2021 07:53
fxbing pushed a commit to fxbing/pulsar that referenced this pull request Dec 19, 2021
### Motivation
The Cipher params not work in KeyStoreSSLContext.

### Modifications
- if cipher params is null, use `sslEngine.getSupportedCipherSuites()`, else use the cipher params
- make fields final
- remove unused throw exception
codelipenghui pushed a commit that referenced this pull request Dec 22, 2021
### Motivation
The Cipher params not work in KeyStoreSSLContext.

### Modifications
- if cipher params is null, use `sslEngine.getSupportedCipherSuites()`, else use the cipher params
- make fields final
- remove unused throw exception

(cherry picked from commit 8625ffe)
@codelipenghui codelipenghui added cherry-picked/branch-2.8 Archived: 2.8 is end of life cherry-picked/branch-2.9 Archived: 2.9 is end of life and removed cherry-picked/branch-2.8 Archived: 2.8 is end of life labels Dec 22, 2021
lhotari pushed a commit that referenced this pull request Dec 23, 2021
### Motivation
The Cipher params not work in KeyStoreSSLContext.

### Modifications
- if cipher params is null, use `sslEngine.getSupportedCipherSuites()`, else use the cipher params
- make fields final
- remove unused throw exception

(cherry picked from commit 8625ffe)
@lhotari lhotari added the cherry-picked/branch-2.8 Archived: 2.8 is end of life label Dec 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/security cherry-picked/branch-2.8 Archived: 2.8 is end of life cherry-picked/branch-2.9 Archived: 2.9 is end of life doc-not-needed Your PR changes do not impact docs release/2.8.3 release/2.9.2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants