Re: [grpc-io] Question: Can @grpc/grpc-js Support TLS Certificate Validation Using Only a Certificate Hash?

2024-12-10 Thread 'Michael Lumish' via grpc.io
There is an alternate API credentials.createFromSecureContext(), which takes as input a SecureContext object (creation API: https://nodejs.org/api/tls.html#tlscreatesecurecontextoptions). I am not familiar with all of the options to create one of those, but if it is possible to do what you want in

[grpc-io] Question: Can @grpc/grpc-js Support TLS Certificate Validation Using Only a Certificate Hash?

2024-12-10 Thread 'Ivaylo Garnev' via grpc.io
*Question: Can @grpc/grpc-js Support TLS Certificate Validation Using Only a Certificate Hash?* *Context* In the current implementation of @grpc/grpc-js, creating a secure gRPC channel requires providing the full server certificate to credentials.createSsl(). However, in dynamic environments (

[grpc-io] gRFC L120: Remove gpr_atm_no_barrier_clamped_add

2024-12-10 Thread 'Craig Tiller' via grpc.io
I've made a gRFC to remove gpr_atm_no_barrier_clamped_add from gRPC core. https://github.com/grpc/proposal/pull/467 -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to g