mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-10 15:54:57 -05:00
atls: fix link in README.md (#1545)
Co-authored-by: Daniel Weiße <66256922+daniel-weisse@users.noreply.github.com>
This commit is contained in:
parent
091fe3e2d7
commit
1b832ac959
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ The protocol can be used by clients to verify a server certificate, by a server
|
||||||
1. The client sends a ClientHello message, setting ServerName to a random nonce.
|
1. The client sends a ClientHello message, setting ServerName to a random nonce.
|
||||||
|
|
||||||
2. The server generates an attestation statement using the clients nonce and its CC capabilities.
|
2. The server generates an attestation statement using the clients nonce and its CC capabilities.
|
||||||
* The attestation is embedded in the server certificate using x509 certificate extensions with an object identifier (OID) to identify the CC attestation type. See [OID](../oid/oid.go) for implementation details.
|
* The attestation is embedded in the server certificate using x509 certificate extensions with an object identifier (OID) to identify the CC attestation type. Take a look at the [`variant`](../variant/variant.go) package for implementation details.
|
||||||
|
|
||||||
3. The client verifies the attestation statement.
|
3. The client verifies the attestation statement.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue