We don't have any concrete plan to support OCSP in grpc core. One plan we have is to support handshaker model, where there is a handshaker server that does all the SSL work (key management, revocation, rotation, handshake, session resumption and caching, and so on). gRPC just needs to implement a thin handshaker client that talks to the handshaker server. In that scenario, OCSP support goes into handshaker server, rather than gRPC code.
On Monday, January 7, 2019 at 7:29:19 PM UTC-8, Khuzema Pithewan wrote: > > Hi, > > I am using boringSSL and it does have API to enable OCSP stapling on > client side, but gRPC client (C++) API don't really expose any method to > set that. Any plans to support that? > > Thanks > Khuzema > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/dfc196c7-3953-4b03-91d6-1e51905e881f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
