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

JSSEngine: Add getSSLParameters #535

Merged
merged 1 commit into from
May 4, 2020

Conversation

cipherboy
Copy link
Member

@cipherboy cipherboy commented May 1, 2020

This returns a new instance of JSSParameters which can be used to clone
the configuration of this SSLEngine into another. This is helpful for
implementing SSLServerSocket, which must accept(), creating a new
SSLSocket with the same initial configuration.

Signed-off-by: Alexander Scheel <[email protected]>


Only the top commit is new.

@cipherboy cipherboy added enhancement New feature or request Blocker Changes which are blocking: other PRs or fixes for important bugs Blocked Changes which are blocked by another PR or other work javax Work to support javax.net.ssl interfaces labels May 1, 2020
@cipherboy cipherboy added this to the 4.7.0 milestone May 1, 2020
@cipherboy cipherboy requested a review from edewata May 1, 2020 15:33
@cipherboy cipherboy self-assigned this May 1, 2020
This returns a new instance of JSSParameters which can be used to clone
the configuration of this SSLEngine into another. This is helpful for
implementing SSLServerSocket, which must accept(), creating a new
SSLSocket with the same initial configuration.

Signed-off-by: Alexander Scheel <[email protected]>
@cipherboy
Copy link
Member Author

@edewata I separated this one from the ALPN PR (#526). I think this is simple enough that I'll just merge it.

@cipherboy cipherboy merged commit 4f63549 into dogtagpki:master May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blocked Changes which are blocked by another PR or other work Blocker Changes which are blocking: other PRs or fixes for important bugs enhancement New feature or request javax Work to support javax.net.ssl interfaces
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant