uatuko / grpcxx

🚀 Blazing fast gRPC server (C++)
MIT License
75 stars 8 forks source link

Add TLS support #47

Open tchernobog opened 1 day ago

tchernobog commented 1 day ago

Several regulations we are subject to (UK Road Traffic 2021, European CRA, RED, etc.) require all communications from/to an embedded device to the external world to be encrypted.

For grpcxx to be useful in embedded products, TLS support (and optionally, mTLS authentication) should be supported by the library.