Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
romen committed Nov 9, 2023
1 parent 2a6026e commit 3e851ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions draft-vesco-vcauthtls.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ How to create identity in SSI and how to verify the VP (in HS sections describe
## VC Certificate Type

The TLS extensions "client_certificate_type" and "server_certificate_type" [RFC7250] are used to negotiate the type of Certificate messages used in TLS to authenticate the server and, optionally, the client. Using separate extensions allows for mixed deployments where the client and server can use certificates of different types.

~~~
/* Managed by IANA */
enum {
Expand Down Expand Up @@ -104,10 +105,10 @@ The TLS extensions "client_certificate_type" and "server_certificate_type" [RFC7
struct {
DIDMethod did_methods<2..2^16-2>
} DIDMethodList

[did-registry](https://www.w3.org/TR/did-spec-registries/#did-methods)
~~~

[did-registry](https://www.w3.org/TR/did-spec-registries/#did-methods)

did_methods extension could be sent only in ClientHello and CertificateRequest messages.

# TLS Client and Server Handshake
Expand Down

0 comments on commit 3e851ae

Please sign in to comment.