Tagged Questions

1
vote
2answers
70 views

should you authenticate the initialization vector in ipsec?

I'm trying to implement IPSEC in the form of ESP in transport mode with using aes in galois/counter mode, according to RFC4106. I'm supposed to put the initialization vector just before the ...
1
vote
2answers
280 views

Programming a VPN, Authontication stage - RFC not clear enough

I have a custom build of a Unix OS. My task: Adding an IPSec to the OS. I am working on Phase I, done sending the first 2 packets. What I am trying to do now is making the Identification Payload. ...
0
votes
1answer
166 views

How does the IPSec Key Exchange protocol work?

I need to fully understand the IPSec Phase 1 negotiation. now, I break this to 3 steps: Algorithm negotiations Key Exchange Data Identification I'm using Wireshark to investigate the process and ...