mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04: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
@ -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.
|
||||
|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user