Re: [PATCH 7/8 Rev2] ntlmv2/ntlmssp generate secondary session key and ciphertext and send it if signing enabled

2010-09-08 Thread Shirish Pargaonkar
On Wed, Sep 8, 2010 at 12:25 PM, Jeff Layton wrote: > On Wed,  8 Sep 2010 12:04:38 -0500 > shirishpargaon...@gmail.com wrote: > >> From: Shirish Pargaonkar >> >> >> A key is exchanged with the server if client indicates so in flags in >> type 1 messsage and server agrees in flag in type 2 message

Re: [PATCH 7/8 Rev2] ntlmv2/ntlmssp generate secondary session key and ciphertext and send it if signing enabled

2010-09-08 Thread Jeff Layton
On Wed, 8 Sep 2010 12:04:38 -0500 shirishpargaon...@gmail.com wrote: > From: Shirish Pargaonkar > > > A key is exchanged with the server if client indicates so in flags in > type 1 messsage and server agrees in flag in type 2 message of ntlmssp > negotiation. If both client and agree, a key s

[PATCH 7/8 Rev2] ntlmv2/ntlmssp generate secondary session key and ciphertext and send it if signing enabled

2010-09-08 Thread shirishpargaonkar
From: Shirish Pargaonkar A key is exchanged with the server if client indicates so in flags in type 1 messsage and server agrees in flag in type 2 message of ntlmssp negotiation. If both client and agree, a key sent by client in type 3 message of ntlmssp negotiation in the session key field. Th