Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sections/considerations/main.include
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

* All entities in the <a>ADIA</a> system have been verified at the time of enrollment, see [[#sctn-directory-enrollment]].

* All communications are authenticated and encrypted - either using TLS or [[didcomm-messaging-v1]].
* All communications are authenticated and encrypted - either using server-authenticated TLS.

* Users are strongly authenticated via their <a>DAA</a> to their <a>Cloud Agent</a> using FIDO authentication [[UAFProtocol]] [[WebAuthn]].

* Acceptable Cryptographic suites are defined in [[#sctn-crypto-algs]] for: computing the <a>HIDA</a>, protecting DIDComm messages [[didcomm-messaging-v1]], signing <a>VC</a>s and FIDO authentication [[UAFProtocol]] [[WebAuthn]].
* Acceptable Cryptographic suites are defined in [[#sctn-crypto-algs]] for: computing the <a>HIDA</a>, TLS (TODO: add link), signing <a>VC</a>s and FIDO authentication [[UAFProtocol]] [[WebAuthn]].

* Support software and hardware based (recommended) key generation and key protection mechanisms [[#sctn-key-protection-level]].

Expand Down