Commit 67f02326 authored by naslundma's avatar naslundma Committed by canterburym
Browse files

Update file TS33128Payloads.asn

parent 018d492c
Loading
Loading
Loading
Loading
+23 −23
Original line number Diff line number Diff line
@@ -1310,28 +1310,28 @@ TLS12UAStarParams ::= SEQUENCE

TLS13ExtensionType ::= ENUMERATED
{
        serverName(0),
        maxFragmentLength(1),
        statusRequest(5),
        supportedGroups(10),
        signatureAlgorithms(13),
        useSRTP(14),
        heartbeat(15),
        applicationLayerProtocolNegotiation(16),
        signedCertificateTimestamp(18),
        clientCertificateType(19),
        serverCertificateType(20),
        padding(21),
        presharedKey(41),
        earlyData(42),
        supportedVersions(43),
        cookie(44),
        pSKKeyExchangeModes(45),
        certificateAuthorities(47),
        oIDFilters(48),
        postHandshakeAuth(49),
        signatureAlgorithmsCert(50),
        keyShare(51)
        serverName(1),
        maxFragmentLength(2),
        statusRequest(3),
        supportedGroups(4),
        signatureAlgorithms(5),
        useSRTP(6),
        heartbeat(7),
        applicationLayerProtocolNegotiation(8),
        signedCertificateTimestamp(9),
        clientCertificateType(10),
        serverCertificateType(11),
        padding(12),
        presharedKey(13),
        earlyData(14),
        supportedVersions(15),
        cookie(16),
        pSKKeyExchangeModes(17),
        certificateAuthorities(18),
        oIDFilters(19),
        postHandshakeAuth(20),
        signatureAlgorithmsCert(21),
        keyShare(22)
}

-- RFC8846, clause 4.2: Extensions.
@@ -1434,7 +1434,7 @@ TLS13NewSessionTicket ::= SEQUENCE
    ticketAgeAdd   [2] INTEGER (0..4294967295),
    ticketNonce    [3] OCTET STRING (SIZE(0..255)),
    ticket         [4] OCTET STRING (SIZE(1..65535)),
    extensions     [5] SEQUENCE OF TLS13Extension
    extensions     [5] SEQUENCE OF TLS13Extension OPTIONAL
}