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

Don't reset BCSSLParameters when setting application protocols #13262

Merged
merged 2 commits into from Mar 9, 2023

Conversation

normanmaurer
Copy link
Member

Motivation:

We had a bug that lead to resetting the BCSSLParameters during setting the applications protocols.

Modifications:

Retrieve already configured BCSSLParameters and use these to set the application protocol

Result:

Fixes #13261

Motivation:

We had a bug that lead to resetting the BCSSLParameters during setting the applications protocols.

Modifications:

Retrieve already configured BCSSLParameters and use these to set the application protocol

Result:

Fixes #13261
@normanmaurer
Copy link
Member Author

@rajeshpnair can you verify this one ?

@rajeshpnair
Copy link

@rajeshpnair can you verify this one ?

@normanmaurer this is not sufficient to fix #13261 , the SSLParameters of SSLEngine need to be set with application protocols , its currently getting reset . Please see the pr #13263

@normanmaurer
Copy link
Member Author

@rajeshpnair PTAL again... I think now it's more correct.

@rajeshpnair
Copy link

@normanmaurer , thanks its correct now.

@normanmaurer normanmaurer merged commit 8fac718 into 4.1 Mar 9, 2023
14 checks passed
@normanmaurer normanmaurer deleted the bouncy_parameters branch March 9, 2023 14:00
normanmaurer added a commit that referenced this pull request Mar 9, 2023
Motivation:

We had a bug that lead to resetting the BCSSLParameters during setting the applications protocols.

Modifications:

Retrieve already configured BCSSLParameters and use these to set the application protocol

Result:

Fixes #13261
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.

HTTP/2 ALPN not working with BC FIPS TLS provider
2 participants