Commit 74d82b3b authored by naslundma's avatar naslundma
Browse files

Update file TS33128Payloads.asn

parent 70cd227f
Loading
Loading
Loading
Loading
Loading
+0 −28
Original line number Diff line number Diff line
@@ -1346,19 +1346,6 @@ TLS12UAStarParams ::= SEQUENCE
    tLSClientExtensions   [19] OCTET STRING (SIZE(0..65535)) OPTIONAL
}

-- ==================================================
-- Specific UaStarParams for DTLS 1.2 (RFC6347)
-- Inline references below are to clauses of RFC6347.
-- ==================================================

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
}


-- ==================================================
-- Specific UaStarParams for TLS 1.3 (RFC8446)
@@ -1616,22 +1603,7 @@ TLS13UAStarParams ::= SEQUENCE
    tLSResumptionTickets            [31] SEQUENCE OF TLS13NewSessionTicket OPTIONAL
}

-- =====================================================
-- Specific UaStarParams for DTLS 1.3 (RFC9147)
-- Inline references below are to clauses of RFC9147.
-- The client/server SnKey can be alternatively be 
-- derived from information carried in tLS13CommonParams 
-- =====================================================

DTLS13UAStarParams ::= SEQUENCE
{
    tLS13CommonParams [1] TLS13UAStarParams,
    clientEpoch       [2] INTEGER,   -- clause 4.2
    serverEpoch       [3] INTEGER,   -- clause 4.2
    clientSnKey       [4] OCTET STRING (SIZE(1..65535)) OPTIONAL, -- clause 4.2.3
    serverSnKey       [5] OCTET STRING (SIZE(1..65535)) OPTIONAL, -- clause 4.2.3
    connectionID      [6] OCTET STRING (SIZE(0..255)) OPTIONAL –- RFC9146
}

KAF ::= OCTET STRING