Hi All,

                        I am working with openssl 0.9.8g. I can able to
communicate with all https servers except one server.

I have certificate to communicate with that server. After SSL/TLS handshake,
it is not receiving the application data. So that, I have modified the
condition available in the S3_lib.c file to read the application data. If I
don't make any changes in ssl, client sends Encrypted alert message. Then
curl returns CURLE_GOT_NOTHING. Please let me know whether it happens
because of following type of flow or due to openssl.

 

 

Client                                                   Server

 

                                                 Client Hello  

 

                                                Server
Hello,Certificate,Server Hello Done

                                                

                                                Client Key Exchange, Change
Cipher spec,

                                                Encrypted Handshake Message

 


                                                

                                                Change Cipher Spec,Encrypted
Handshake Message

 


                                                Application Data

                                                

                                                Encrypted Handshake Message

            

                                                Encrypted Handshake Message

 

                                                SSL / TLS Continuation Data

 


                                                Encryped Handshake Message &
Change Cipher Spec

 


                                                Change Cipher Spec &
Encryped Handshake Message

 


                                                Application Data

 

 

 


Regards,

Parvathy

<<image014.gif>>

<<image013.gif>>

<<image012.gif>>

<<image011.gif>>

<<image010.gif>>

<<image009.gif>>

<<image008.gif>>

Reply via email to