Commit fe4275b0 authored by naslundma's avatar naslundma
Browse files

Thanks for the suggestion. Accepted, except for the one about RFC 9146 because...

Thanks for the suggestion. Accepted, except for the one about RFC 9146 because the whole RFC applies as reference.
parent 13d7b7f3
Loading
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -1354,9 +1354,12 @@ TLS12UAStarParams ::= SEQUENCE
DTLS12UAStarParams ::= SEQUENCE
{
    tLS12CommonParams [1] TLS12UAStarParams,
    clientEpoch       [2] INTEGER,   -- clause 4.1
    serverEpoch       [3] INTEGER,   -- clause 4.1
    connectionID      [4] OCTET STRING (SIZE(0..255)) OPTIONAL -- RFC9146
    -- RFC 6347 [x] clause 4.1
    clientEpoch       [2] INTEGER,
    -- RFC 6347 [x] clause 4.1
    serverEpoch       [3] INTEGER,
    -- RFC 9146 [x] clause MISSING
    connectionID      [4] OCTET STRING (SIZE(0..255)) OPTIONAL
}

-- ==================================================