Commit 78f05c90 authored by naslundma's avatar naslundma Committed by canterburym
Browse files

Update file TS33128Payloads.asn

parent 70eb7b5f
Loading
Loading
Loading
Loading
+132 −133
Original line number Diff line number Diff line
@@ -1482,11 +1482,10 @@ TLS13HandshakeSecretInfo ::= SEQUENCE
TLS13MasterSecretInfo ::= SEQUENCE 
{
    masterSecretValue [1] OCTET STRING (SIZE(1..65535)),
     transcriptHashS   [2] OCTET STRING (SIZE(1..65535)) 
     -– Hash(ClientHello..server Finished),
    transcriptHashS   [2] OCTET STRING (SIZE(1..65535)),
    -– Hash(ClientHello..server Finished)
    transcriptHashC   [3] OCTET STRING (SIZE(1..65535)) 
    -– Hash(ClientHello..client Finished)

}