Skip to content

A (work-in-progress) implementation of IPsec in Tamarin-Prover for automated security analysis

License

Notifications You must be signed in to change notification settings

estadtlaender/IPsecTamarin

Repository files navigation

IPsecTamarin

A (work-in-progress) implementation of IPsec in Tamarin-Prover for automated security analysis

Dependencies

  • Tamarin-Prover v1.2.3. or later
  • m4 v1.4.18 or later

Building the Security Protocol Theory

The code is spread over several files using m4. One can compile a complete theory file for Tamarin-Prover by running

$ m4 ipsec.m4 

Executing the Code

Once the security protocol theory is compiled from the previous step, you may execute the following command to run the security analysis:

$ tamarin-prover --prove ipsec.spthy 

About

A (work-in-progress) implementation of IPsec in Tamarin-Prover for automated security analysis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages