Hello,
> Hello, knows anyone the letter codes of the function SSL_state_string()?
> The the doc I only can read:
> "RETURN VALUES
> Detailed description of possible states to be included later. ":(
This strings are build from first letters of SSL state and SSL version
information.
For example:
        SSL2_ST_SEND_REQUEST_CERTIFICATE_A      "2SRC_A"
        SSL3_ST_CW_CERT_D       "3WCC_D"
        SSL3_ST_CW_KEY_EXCH_A   "3WCKEA"
Look in ssl/ssl_stat.c for more information.

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to