buildProtocolFlags
private fn
uint buildProtocolFlags(TlsVersion minVer, TlsVersion maxVer, bool isClient) pure @safe nothrow @nogcBuild protocol flags for a version range.
Parameters
minVer | Minimum TLS version. |
maxVer | Maximum TLS version. |
isClient | Whether this is for client or server. |
Returns
Combined protocol flags for all versions in range.