I need to do custom checking of a client TLS certificate as soon as it is known during TLS handshake, however, I'm restricted to the gRPC version supplied by an AOSP system for Android 13 which says, it's gRPC 1.16.0, so the functionality available in later versions is not available for me at the moment.
Do you have any suggestions for a work-around with this version?