Yukang-Lian opened a new pull request, #67227:
URL: https://github.com/apache/doris/pull/67227

   ### What problem does this PR solve?
   
   Issue Number: N/A
   
   Related PR: None
   
   BRPC 1.4.0 does not pass caller-owned data to custom TLS certificate 
verification callbacks, and its verify setup can leave the callback wiring 
incomplete. This prevents Doris clients from applying protocol-specific 
certificate admission checks while retaining the peer certificate chain 
verification configured by BRPC.
   
   This PR adds two BRPC patches: callback userdata propagation and the 
verify-mode setup fix. It intentionally stays separate from certificate hot 
reload so each third-party change can be reviewed independently.
   
   ### Release note
   
   Add BRPC support for TLS verification callbacks with caller userdata.
   
   ### Check List (For Author)
   
   - Test: Applied the complete current Doris BRPC patch stack to the BRPC 
1.4.0 source tree.
   - Test: Built both `brpc-static` and `brpc-shared` successfully.
   - Behavior changed: Yes. Custom verification callbacks can receive 
caller-provided context.
   - Does this need documentation: No.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to