Anybody can explain me these SSL3_MT_* state? 
Thanks.

-Zhong

-----Original Message-----
From: Zhong Chen 
Sent: Wednesday, July 11, 2001 11:13 AM
To: [EMAIL PROTECTED]
Subject: ssl handshake state


In the ssl state machine, there are additional state with prefix "_MT_".
Is this for multi-thread? In which case the state machine will go to
these states? Is there a API to control it?
Thanks.

Zhong

#define SSL3_MT_HELLO_REQUEST                   0
#define SSL3_MT_CLIENT_HELLO                    1
#define SSL3_MT_SERVER_HELLO                    2
#define SSL3_MT_CERTIFICATE                     11
#define SSL3_MT_SERVER_KEY_EXCHANGE             12
#define SSL3_MT_CERTIFICATE_REQUEST             13
#define SSL3_MT_SERVER_DONE                     14
#define SSL3_MT_CERTIFICATE_VERIFY              15
#define SSL3_MT_CLIENT_KEY_EXCHANGE             16
#define SSL3_MT_FINISHED                        20
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to