Suchindra Chandrahas wrote:
> Hi all,
>                I am using the following client hello message format
> for an SSL V3 Server:
>
> <snip>
>
> unsigned char buf[BUFSIZE] =
>                 "\x01"                  /* client hello msg */
>
>                 "\x03\x00"              /* client version */
>                 "\x00\x18"              /* cipher specs length */
>                 "\x00\x00"              /* session id length */
>                 "\x00\x10"              /* challenge length */
>
>                 "\x07\x00\xc0\x05\x00\x80\x03\x00"      /* cipher
> specs data */
>                 "\x80\x01\x00\x80\x08\x00\x80\x06"
>                 "\x00\x40\x04\x00\x80\x02\x00\x80"
>
>                
> "";                                                     /* session id
> data */
>
>
> </snip>
>
> The message i am getting at server end is:
>
> <snip>
>
> error:1408A0B6:SSL routines:SSL3_GET_CLIENT_HELLO:no ciphers passed
>
> </snip>
>
> Can you please tell me where the error is?
>
> I have sent ciphers actually
Have you tried ssldump? It should give you its interpretation of your
data.

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

Reply via email to