Re: What are the letter codes for SSL_state_string()

2006-08-28 Thread Marek Marcola
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 Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]


Re: What are the letter codes for SSL_state_string()

2006-08-27 Thread Nils Larsch

Frank Büttner wrote:

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. :(


try SSL_state_string_long() for a more detailed description of the
current state.

Cheers,
Nils
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]


Re: What are the letter codes for SSL_state_string()

2006-08-27 Thread Frank Büttner
Nils Larsch schrieb:
 Frank Büttner wrote:
 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. :(
 
 try SSL_state_string_long() for a more detailed description of the
 current state.
 
 Cheers,
 Nils
The return of SSL_state_string() is better to evaluate then
SSL_state_string_long() because you don't have
to phrase the whole string.



smime.p7s
Description: S/MIME Cryptographic Signature