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
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
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.

Thanks,
Doug
Reply all
Reply to author
Forward
0 new messages