diff --git a/common.go b/common.go index e14b0ed..286e60d 100644 --- a/common.go +++ b/common.go @@ -92,6 +92,7 @@ const ( extensionEarlyData uint16 = 42 extensionSupportedVersions uint16 = 43 extensionPSKKeyExchangeModes uint16 = 45 + extensionCAs uint16 = 47 extensionNextProtoNeg uint16 = 13172 // not IANA assigned extensionRenegotiationInfo uint16 = 0xff01 )