[grpc-io] C++ gRPC with PKCS#11

2023-09-09 Thread GoogleUser Zak
Hi, I am looking for a GRPC library implementation/version where a C++ gRPC client, namely CreateChannel(), can refer to the mTLS private key using PKCS#11 URI, and therefore the private key doesn't need to be read in the user space, and will stay in the HSM secure memory. Is there a way to

Re: [grpc-io] Re: C++ gRPC with PKCS#11

2023-09-18 Thread GoogleUser Zak
, > Luwei > > > On Saturday, September 9, 2023 at 5:29:20 PM UTC-4 GoogleUser Zak wrote: > >> Hi, >> I am looking for a GRPC library implementation/version where a C++ gRPC >> client, namely CreateChannel(), can refer to the mTLS private key using >> PKCS#11