mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-08 23:08:09 -05:00
Update tls.md
Fix tls.md to use OCTET STRING instead of BIT STRING for elements of SignedKey
This commit is contained in:
@@ -80,8 +80,8 @@ The public host key and the signature are ANS.1-encoded into the SignedKey data
|
||||
|
||||
```asn1
|
||||
SignedKey ::= SEQUENCE {
|
||||
publicKey BIT STRING,
|
||||
signature BIT STRING
|
||||
publicKey OCTET STRING,
|
||||
signature OCTET STRING
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user