2.2.1 The TLS_RENEG_PERMITTED Setting
This document defines a new setting value in HTTP/2, TLS_RENEG_PERMITTED, with code 0x10 and an initial value of 0x00.
The thirty-two bits of the setting value are interpreted as follows:
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Reserved MinorVersion |
S |
C |
|||||||||||||||||||||||||||||
The defined bits are:
C: If set, client-initiated renegotiation is acceptable to the sender.
S: If set, server-initiated renegotiation is acceptable to the sender.
All other bits are undefined, and MUST be zero when sent and ignored upon receipt.