The declarartions of "ssl_connect" and ssl_accept" u found out are declarations of pointer to functions, but the actual functions are ssl3_accept", "ssl23_accept", etc, defined in s23_srvr.c, s3_srvr.c, etc. Regards, dattesh
----- Original Message ----- From: "Ana Isabel Ramirez Saiz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 20, 2003 3:03 AM Subject: ssl methods > > Hi > > I am trying to find, with no success, the source code of some ssl methods, > specifically, ssl_connect and ssl_accept .The SSL_connect and SSL_accept > functions calls them: > > return (s->method->ssl_accept(s)) > return (s->method->ssl_connect(s)) > > > and I have found their declaration on ssl.h file: > > typedef struct ssl_method_st > int (*ssl_connect)(SSL *s) > int (*ssl_accept)(SSL *s) > but not their source code, I would really thank if someone can help me to find > it, many thanks in advance > Ana > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] > ********************************************************* Disclaimer This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. ********************************************************* Visit us at http://www.mahindrabt.com ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]