What about the 32 octets in the finished message(CipherText)? How can
we have it?
Thank you
Jostein Tveit wrote:
Mohamad Badra <[EMAIL PROTECTED]> writes:
I have 2 questions about this sequence number in TLS:
1)What is the value of finished's sequence number? It is zero?
Mohamad Badra <[EMAIL PROTECTED]> writes:
> I have 2 questions about this sequence number in TLS:
>
> 1)What is the value of finished's sequence number? It is zero?
>From RFC2246 page 16:
sequence number
Each connection state contains a sequence number, which is
maintained separa
Dear,
I have 2 questions about this sequence number in TLS:
1)What is the value of finished's sequence number? It is zero?
2) Is there any command line with OpenSSLto have the MAC?
Thank you,
-Bdr
Swaminathan P wrote:
Those were great replies. Thanks Lev and Geoff.
Guess I'll have to put
Those were great replies. Thanks Lev and Geoff.
Guess I'll have to put more thought into this.
Thanks again,
swami
On Wed, 19 Nov 2003, Geoff Thorpe wrote:
> On November 19, 2003 07:16 pm, Swaminathan P wrote:
> > I have a question anout the use of sequence number as a part of the
> > input to th
On November 19, 2003 07:16 pm, Swaminathan P wrote:
> I have a question anout the use of sequence number as a part of the
> input to the hash function during the MAC calculation. Does that
> security concerns? Would the security aspects of theSSL be affected if
> the sequence number is not used as
Swaminathan P wrote:
hi,
thanks for your quick reply.
So if I can include the sequence number as a part of the protocol(may be
another field added by the SSL) data, I still solve the problem of replay
attacks and I can get rid of sequence number from the MAC calculation. So
my MAC wouldnt depend on
hi,
thanks for your quick reply.
So if I can include the sequence number as a part of the protocol(may be
another field added by the SSL) data, I still solve the problem of replay
attacks and I can get rid of sequence number from the MAC calculation. So
my MAC wouldnt depend on the sequence number
Swaminathan P wrote:
I have a question anout the use of sequence number as a part of the
input to the hash function during the MAC calculation. Does that security
concerns? Would the security aspects of theSSL be affected if the sequence
number is not used as a part of the input to the hash funtio