[grpc-io] Re: How to find boringSSL version in grpcio 1.21.1 ?

2023-10-04 Thread 'Luwei Ge' via grpc.io
gRPC-python wraps gRPC-Core as they are in the same repo. So if you go to the specific git tag, e.g. https://github.com/grpc/grpc/tree/v1.58.0/third_party, you can find the commit of the BorgingSSL dependency (boringssl-with-bazel ...). In this case of 1.58.0, it's

Re: [grpc-io] Re: Using the certificate fetcher API

2023-09-20 Thread 'Luwei Ge' via grpc.io
As of now, the CertificateProvider APIs I mentioned only come with two built-in types, StaticData and FileWatcher. So unfortunately, the custom logic you'd like isn't supported. That said, we are considering whether we will support user-defined CertificateProvider implementations. This is yet

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

2023-09-19 Thread 'Luwei Ge' via grpc.io
grade > their grpc library to a new grpc version. > > Unless the community position is to let the users themselves build the > grpc lib with whatever opssl version they prefer. > > If someone can shed some light on this, it would be greatly appreciated. > > Thanks > > > On

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

2023-09-13 Thread 'Luwei Ge' via grpc.io
Hi, I assume you are building gRPC with OpenSSL. 1. We do have some support for the Engine APIs (https://github.com/grpc/grpc/blob/6534f0a6bfc1cfae6db931f9ee16f480de980374/src/core/tsi/ssl_transport_security.cc#L568) of OpenSSL 1.0.2. Unfortunately, because the feature was implemented quite

[grpc-io] Re: Using the certificate fetcher API

2023-09-13 Thread 'Luwei Ge' via grpc.io
Hi, Does the FileWatcherCertificateProvider work at https://github.com/grpc/grpc/blob/master/include/grpcpp/security/tls_certificate_provider.h for your use case? It's an experimental API but we plan to stabilize it soon. Best, Luwei On Tuesday, September 12, 2023 at 2:13:32 PM UTC-4

[grpc-io] A59: gRPC Audit Logging

2023-03-14 Thread 'Luwei Ge' via grpc.io
This is the discussion thread for A59: gRPC Audit Logging. https://github.com/grpc/proposal/pull/346 Please share your comments. Thank you. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails