diff --git a/tls/tls.md b/tls/tls.md index 95b6cae..c926595 100644 --- a/tls/tls.md +++ b/tls/tls.md @@ -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 } ```