openconfig / gnmi

gRPC Network Management Interface
Apache License 2.0
459 stars 196 forks source link

Modifiable TLS cipher suites in gRPC framework #178

Closed jmenok closed 2 months ago

jmenok commented 2 months ago

Today, the gRPC framework is using a fixed set of TLSv1.3 cipher suites. As matter of fact we do have “different security” requirements. We would like to request an enhancement in the gRPC framework that the gRPC server/client application can modify/overwrite the advertised cipher suites via API calls in the public gRPC framework.

dplore commented 2 months ago

Hi @jmenok, your request should probably be directed at: https://github.com/grpc/grpc

This repository is just for the gNMI schema definition on top of gRPC, but not the gRPC implementation itself.