Browse Source

Adds ID for CA's extension

tls13
Henry D. Case 6 years ago
committed by Henry Dorsett Case
parent
commit
b05f4a6a51
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      common.go

+ 1
- 0
common.go View File

@@ -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
)


Loading…
Cancel
Save