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]

Reply via email to