• Brian Carlstrom's avatar
    Propagate pending exception from cert_client_cb · 3825a7f6
    Brian Carlstrom authored
    There can be a pending exception in the cert_client_cb if the server
    certificate failed verification and the server requested a client
    certificate. Since the handshake is going to be terminated, just
    return from client_cert_cb immediately indicating no client cert will be
    provided, allowing the existing exception to propagate.
    
    Bug: 3149826
    git cherry-pick 30a77f31
    
    Bug: 3184701
    Change-Id: I58b038267f66d6b5f80e9f3d81ff1c0f8052ef27
    3825a7f6
NativeCrypto.cpp 117 KB