ou're welcome!
Take care,
Ger
>
>
> abc_123_ok
> 2008-08-04
>
> 发件人: Ger Hobbelt
> 发送时间: 2008-08-04 17:08:38
> 收件人: openssl-users@openssl.org
> 抄送:
> 主题: Re: Re: Re: hello everyone
>
> Great!
>
> I'm curiou
Dear Ger,
^_^ the reason is I didn't decrypt the 24 bytes data, so the IV don't update ,
as a result is the data decrypted is error.
thanks a lot.
abc_123_ok
2008-08-04
发件人: Ger Hobbelt
发送时间: 2008-08-04 17:08:38
收件人: openssl-users@openssl.org
抄送:
主题: Re: Re: Re: hello every
___
> abc_123_ok
>
> 发件人: Ger Hobbelt
> 发送时间: 2008-07-30 16:52:00
> 收件人: openssl-users
> 抄送:
> 主题: Re: Re: Re: hello everyone
>> yes , you are correct , my client does not use Openssl code.
> Okay... Well, this significantly complicates matte
thanks Ger Hobbelt and All,
my question have been solved,
thanks a lot.
2008-08-02
abc_123_ok
发件人: Ger Hobbelt
发送时间: 2008-07-30 16:52:00
收件人: openssl-users
抄送:
主题: Re: Re: Re: hello everyone
> yes , you are correct , my client does not use Openssl code.
Okay... Well, t
> yes , you are correct , my client does not use Openssl code.
Okay... Well, this significantly complicates matters as I assume you
have either (a) written the embedded code from scratch, or (b) use a
different third party library for that code. Where 'gut feeling' makes
me bet on (a) here. Corre
Dear All,
my problem can't still be sloved.
abc_123_ok
2008-07-30
发件人: abc_123_ok
发送时间: 2008-07-29 14:52:06
收件人: openssl-users@openssl.org
抄送:
主题: Re: Re: Re: hello everyone
Dear Ger Hobbelt and All,
I should introduce a situation to you.
I use openssl server and client to test
Dear Ger Hobbelt,
yes , you are correct , my client does not use Openssl code.
abc_123_ok
2008-07-30
发件人: Ger Hobbelt
发送时间: 2008-07-28 18:10:31
收件人: openssl-users@openssl.org
抄送:
主题: Re: Re: Re: hello everyone
> I use openssl as a server to test SSL client of our comany. the SSL cli
4, I don't know
what the 24 bytes?
My english is not very good. so I can't express my idea very well.
thanks
abc_123_ok
2008-07-29
发件人: Ger Hobbelt
发送时间: 2008-07-28 18:09:11
收件人: openssl-users@openssl.org
抄送:
主题: Re: Re: Re: hello everyone
Couple of things to test/check next:
> I use openssl as a server to test SSL client of our comany. the SSL client
> is a part of embedded system。
> I used command as blow in Cygwin.
From this I take it your embedded client does NOT use OpenSSL code, correct?
--
Met vriendelijke groeten / Best regards,
Ger Hobbelt
-
r
2008/7/28 abc_123_ok <[EMAIL PROTECTED]>:
> I can't fix my problem , anybady can help me?
>
>
> abc_123_ok
> 2008-07-28
>
> 发件人: abc_123_ok
> 发送时间: 2008-07-25 09:35:17
> 收件人: openssl-us
_123_ok
2008-07-28
发件人: Kyle Hamilton
发送时间: 2008-07-28 12:20:26
收件人: openssl-users@openssl.org
抄送:
主题: Re: Re: Re: hello everyone
Why is this a problem? What is the problem? SSL and TLS are designed
to abstract out underlying protocol details from the protocol client.
What are you doi
dy can help me?
>
>
> abc_123_ok
> 2008-07-28
>
> 发件人: abc_123_ok
> 发送时间: 2008-07-25 09:35:17
> 收件人: openssl-users@openssl.org
> 抄送:
> 主题: Re: Re: Re: hello everyone
>
> Dear Victor Duchovni,
>
I can't fix my problem , anybady can help me?
abc_123_ok
2008-07-28
发件人: abc_123_ok
发送时间: 2008-07-25 09:35:17
收件人: openssl-users@openssl.org
抄送:
主题: Re: Re: Re: hello everyone
Dear Victor Duchovni,
I knew what you speak as below,
I have added the CBC padding and Mac and record head
ictor Duchovni
发送时间: 2008-07-24 22:02:49
收件人: openssl-users@openssl.org
抄送:
主题: Re: Re: Re: hello everyone
On Thu, Jul 24, 2008 at 05:10:54PM +0800, abc_123_ok wrote:
> I want to know what the 24 byte is.
The TLS "record layer" uses a 5 byte header. The actual data
is extended with a
On Thu, Jul 24, 2008 at 05:10:54PM +0800, abc_123_ok wrote:
> I want to know what the 24 byte is.
The TLS "record layer" uses a 5 byte header. The actual data
is extended with a MAC, and encrypted which often adds CBC padding.
You should not make any assumptions about the length of the encrypted
: Re: hello everyone
Dear ,
the data is client receive application data containing the 24 bytes and the 32
bytes from server.
00 50 c2 0f 5f fe 00 15 58 18 1a 53 08 00 45 00 .P.._... X..S..E.
0010 00 6a 5d 93 40 00 80 06 08 7b c0 0a 0a 68 c0 0a [EMAIL PROTECTED]
.{...h..
0020 0a
the server received in.
and the aa is message the server send out.
what problem is it.
please help me, I am a new member, I don't really understand I should be how to
go on. I am halt here.
abc_123_ok
2008-07-23
发件人: Alan Wolfe
发送时间: 2008-07-23 11:04:35
收件人: openssl-users@ope
padding.
the first 8 byte is wrong and what is the 24 bytes data before the 32 bytes?
abc_123_ok
2008-07-23
发件人: Alan Wolfe
发送时间: 2008-07-23 11:04:35
收件人: openssl-users@openssl.org
抄送:
主题: Re: hello everyone
just in case it helps debugging, when you said the first 8 bytes are wrong,
i
w I have problem like this.
Thanks.
Best Regards.
abc_123_ok
2008-07-23
发件人: Kyle Hamilton
发送时间: 2008-07-23 10:06:44
收件人: openssl-users@openssl.org
抄送:
主题: Re: hello everyone
Does the client receive the data properly?
Does the server receive the data properly?
You may have padding going
just in case it helps debugging, when you said the first 8 bytes are wrong,
instead of trying a pattern like "111" to send over you might try
something like "12345..." so that way you can tell WHERE your data is
getting messed up - ie that could show that not only is the first 8 bytes
wrong, bu
Does the client receive the data properly?
Does the server receive the data properly?
You may have padding going on, you may have an initialization vector
being preset, you may have a whole bunch of things going on under the
hood. As long as both the client and the server agree on what's going
on
Dear All,
who can give me some advice about below problem。
Thanks
Best Regards.
发件人: abc_123_ok
发送时间: 2008-07-22 17:53:34
收件人: openssl-users
抄送:
主题: hello everyone
Dear All,
I use openssl as a server to test SSL client of our comany. the SSL client is
a part of embedded system。
I used comm
22 matches
Mail list logo