Commit 790b6262 authored by Sammy Haddad's avatar Sammy Haddad
Browse files

INT req

parent b8545764
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -1944,6 +1944,25 @@ The validity of the cryptographic mechanisms used to encure those funtions is co
    - Tampered audit records.
    - System logs.

- REFERENCE: ACC-PKI-INT-02
  - OBJECTIVE:
    - Verify that timestamps are included within the integrity protection scope of audit records.
  - PREPARATION:
    - Audit record mechanisms documentation.
    - Integrity mechanism specifications.
  - ACTIVITIES:
    - Generate audit records.
    - Modify timestamps without changing other fields.
    - Execute integrity verification.
    - Verify that timestamp modification is detected.
  - VERDICT:
    - SUCCESS: Timestamp modifications invalidate integrity verification.
    - FAIL: Timestamp modifications are not detected.
  - EVIDENCE:
    - Audit record format documentation.
    - Test audit records.
    - Integrity verification results.
  - Audit logs.

## 6.8 Data minimisation
### 6.8.1 General