Does current GRPC GO TLS support FIPS certification? Will GRPC GO use openssl in the future?
40 views
Skip to first unread message
Steven Jiang
unread,
May 17, 2017, 7:22:15 PM5/17/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Hi,
Our customer requires our products have FIPS certification. We are using GRPC GO (1.0) libs for TLS transportation. Does current GRPC GO TLS implementation support FIPS certification? Will GRPC GO use openssl in the future?
Thanks
Steven
Doug Fawley
unread,
Jun 28, 2017, 12:33:30 PM6/28/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
gRPC-Go implements TLS with crypto/tls from the standard packages, which AFAICT isn't FIPS-certified.
We don't have any plans to switch gRPC to OpenSSL. However, TransportCredentials (godoc) is a public interface, which could be implemented by any FIPS-certified package, and used by the Server and Client.