Skip to content
Snippets Groups Projects
Commit aefa58d9 authored by Timm Lauser's avatar Timm Lauser
Browse files

Removed latex syntax from README

parent eb3a4fa9
No related branches found
No related tags found
No related merge requests found
......@@ -17,17 +17,17 @@ The Tamarin prover (https://tamarin-prover.github.io/) is required to verify the
In the following, we list which property of our extension is addressed by which Tamarin model.
**Security_Properties**
| Security Property | Tamarin File(s) |
|:----------------------------------------|:-----------------------------------|
| $SR_2$ - Secure Credential Installation | daa_pnc_credential_installation.spthy |
| $SR_3$ - Secure Charge Autorization | daa_pnc_charge_authorisation_online.spthy <br> daa_pnc_charge_authorisation_offline.spthy |
| $SR_4$ - Charge Data Authenticity | daa_pnc_charge_authorisation_online.spthy <br> daa_pnc_charge_authorisation_offline.spthy |
| Security Property | Tamarin File(s) |
|:-------------------------------------|:--------------------------------------|
| SR2 - Secure Credential Installation | daa_pnc_credential_installation.spthy |
| SR3 - Secure Charge Autorization | daa_pnc_charge_authorisation_online.spthy <br> daa_pnc_charge_authorisation_offline.spthy |
| SR4 - Charge Data Authenticity | daa_pnc_charge_authorisation_online.spthy <br> daa_pnc_charge_authorisation_offline.spthy |
**Privacy_Properties**
The files with the keyword *anonymity* in their file name contain a model for a weaker version of the properties.
| Privacy Property | Tamarin File(s) | Oracle |
|:-------------------------------------------------|:---------------------------------------------------------------------------------------------------------|:-|
| $PR_2$ - Unlinkable Credential Installation | daa_pnc_anonymity_credential_installation.spthy <br> daa_pnc_unlinkability_credential_installation.spthy | oracle_credential_installation.py |
| $PR_3$ - Unlinkable Charge Autorization | daa_pnc_anonymity_charge_authorisation.spthy <br> daa_pnc_unlinkability_charge_authorisation.spthy | oracle_charge_authorisation.py |
| $PR_4$ - Unlinkable CDRs | daa_pnc_anonymity_cdrs.spthy <br> daa_pnc_unlinkability_cdrs.spthy | oracle_cdrs.py |
| $PR_5$ - Unlinkability of EV Users and Locations | daa_pnc_anonymity_ev_users_locations.spthy <br> daa_pnc_unlinkability_ev_users_locations.spthy | oracle_ev_users_locations.py |
| Privacy Property | Tamarin File(s) | Oracle |
|:----------------------------------------------|:---------------------------------------------------------------------------------------------------------|:-|
| PR2 - Unlinkable Credential Installation | daa_pnc_anonymity_credential_installation.spthy <br> daa_pnc_unlinkability_credential_installation.spthy | oracle_credential_installation.py |
| PR3 - Unlinkable Charge Autorization | daa_pnc_anonymity_charge_authorisation.spthy <br> daa_pnc_unlinkability_charge_authorisation.spthy | oracle_charge_authorisation.py |
| PR4 - Unlinkable CDRs | daa_pnc_anonymity_cdrs.spthy <br> daa_pnc_unlinkability_cdrs.spthy | oracle_cdrs.py |
| PR5 - Unlinkability of EV Users and Locations | daa_pnc_anonymity_ev_users_locations.spthy <br> daa_pnc_unlinkability_ev_users_locations.spthy | oracle_ev_users_locations.py |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment