What version of gRPC-Java are you using?
1.42.1
What is your environment?
Windows (x86)
What did you expect to see?
The native library io_grpc_netty_shaded_netty_tcnative_windows_x86.dll, bundled inside the grpc-netty-shaded JAR, should be signed with a valid certificate.
What did you see instead?
The DLL is not code-signed, which fails security audits in enterprise environments that require all binaries to be signed.
Steps to reproduce the bug
- Add
io.grpc:grpc-netty-shaded as a dependency.
- Extract the JAR and locate
io_grpc_netty_shaded_netty_tcnative_windows_x86.dll.
- Check the digital signature — none is present.
What version of gRPC-Java are you using?
1.42.1
What is your environment?
Windows (x86)
What did you expect to see?
The native library
io_grpc_netty_shaded_netty_tcnative_windows_x86.dll, bundled inside thegrpc-netty-shadedJAR, should be signed with a valid certificate.What did you see instead?
The DLL is not code-signed, which fails security audits in enterprise environments that require all binaries to be signed.
Steps to reproduce the bug
io.grpc:grpc-netty-shadedas a dependency.io_grpc_netty_shaded_netty_tcnative_windows_x86.dll.