Brief Introduction
Learn how to implement the IKv2 and build a simple simulator that can be used to test another IPSec implementation.Description
Students will learn how to implement the IKv2 protocol as per RFC 5996 in C language and build a simple simulator that can be used to test another IPSec implementation. Students will also learn on how test the simulator with strongSwan open source implementation and see messages in wireshark tool. The course primarliy works on 4 initial messages of IKEv2 exchange, i.e. SA INIT and SA AUTH messages.
Requirements
- Requirements
- Basic understanding of TCP/IP and C language would be enough to pick up on this course