<div dir="ltr">Hi there,<div><br></div><div>I am developing some app using openssl 1.0.1e now and I have a little problem with my app.</div><div>A client sets SSL-connection with server and tries to get some data from it. I use client authentication during the connection establishment. I have set my custom verify callback and now I can verify client certificate chain in my own way.</div><div><br></div><div>But can I get the client certificate after handshake? Where is it located in SSL or SSL_CTX structs? I must get this on SSL_read/SSL_write methods level</div></div>