SSL_accept error code

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi All,

I have a SSL server application which use SSL_accept to accept the connections from client, see the code below:

      int retcode = SSL_accept(mSsl);
      unsigned long error = SSL_get_error(mSsl, retcode);
      ERR_error_string_n(error, errmsg, sizeof(errmsg));
      
When something went wrong, for example Client connect server with ssl3 protocol (disabled), I get the error like this "error:00000001:lib(0):func(0):reason(1)". Could somebody tell me that is there any way to have more detailed debug messages from openssl?

Thanks
Bob

 


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux