I need to fully understand the IPSec Phase 1 negotiation. now, I break this to 3 steps:

  1. Algorithm negotiations
  2. Key Exchange Data
  3. Identification

I'm using Wireshark to investigate the process and so far I fully understand the first part (Algorithm Negotiations).

My current problem lies in the 2nd part: Key Exchange Data.

The algorithms in use are AES-CBC-256bit, Pre-shared key, MD5 & 1024 bit Group.

The "ISAKMP Payload"->"KeyExchange Payload"->"KeyExchangeData" is beyond me... I have no clue what it is.. an MD5'ed pre-shared key? Is it encrypted?

link|improve this question

17% accept rate
Which description are you looking at? Are you familiar with Diffie-Hellman key exchange? – oggy Nov 4 '09 at 14:15
IPSec is easy to figure out. Women, now that's hard! – Matt Ball Nov 4 '09 at 14:46
I wrote the D-H algorithm from scratch, so I belive i do know it, but what I am tring to do is building a complete IPSec suit, i have a costum unix OS which is being used as my platform – John Nov 4 '09 at 17:53
@John: Is this still an open question? If you did find a solution yourself, could you add it as an answer here? – Paŭlo Ebermann Aug 22 '11 at 16:29
feedback

1 Answer

This page should help to understand IPSec.

link|improve this answer
m.. that was sort of a summary for what i know... i need it more on the porgramming side... it's kind of a task I need to do in order to get my P.E. diploma, well, it's part of my task at least... – John Nov 4 '09 at 13:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.