-
Notifications
You must be signed in to change notification settings - Fork 3k
Workaround Netty SSL Bouncycastle issue in native mode #46307
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
Workaround Netty SSL Bouncycastle issue in native mode #46307
Conversation
michalvavrik
commented
Feb 17, 2025
- closes: Private key in PKCS#1 PEM format not working with gRPC in native image #46279
- I have opened Improve SSL context support using BouncyCastlePemReader in native images netty/netty#14826, no idea if there is a chance this will get addressed
- see Private key in PKCS#1 PEM format not working with gRPC in native image #46279 (comment) for more context
Status for workflow
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, though worth waiting for Foivos to have a look
Absolutely, and thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a BC expert, but it looks good to me. Thanks @michalvavrik !
Note that similar code is now present in Netty Handler netty/netty#14855 so we can remove this workaround once Quarkus bumps to 4.1.119.Final. |
This reverts code changes from quarkusio#46307, test coverage is kept
This reverts code changes from quarkusio#46307, test coverage is kept