Hello - I am writing a client program. I have a x509 certificate and a key pair. The server needs to authenticate the client. What is the sequence of openssl calls I need to make to pass the server my information. I see so many different functions such as SSL_CTX_use_certificate versus SSL_use_certificate or SSL_CTX_use_PrivateKey versus SSL_CTX_use_RSAPrivateKey. I've read the openssl docs but don't understand what functions to use.
Thanks
Dan
