> > SSL protocol differs in server_key_exchange packet > > (with may be used not only for export restriction). > > This requires temporary RSA key in context. > > If you add to server initialization routine something like: > > RSA *rsa; > > rsa=RSA_generate_key(512,RSA_F4,NULL,NULL); > > if (!SSL_CTX_set_tmp_rsa(SSL_context,rsa)){ > > ExitPostmaster(1); > > } > > RSA_free(rsa); > > your code will work. > > > > Which I might add s_server sets up automatically which explains why connecting > to s_server works... > > Steve.
Thanks. It did work.I really appreciate your help. I guess I will need to read more about the key exchange. Will dig more into it. Thank you every one, once again for all the help. ~ Urjit DISCLAIMER ========== This e-mail may contain privileged and confidential information which is the property of Persistent Systems Pvt. Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Pvt. Ltd. does not accept any liability for virus infected mails. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]