Comment 15 for bug 1955009

Revision history for this message
Alan DeKok (aland-freeradius) wrote :

> So I now understand the OR change, just not why content_type is compared with UINT8_MAX.

The TLS specification (RFC 8446, among others) says that the ContentType field is an 8-bit value.

Therefore anything past that is not a real content type, and is "invented" by OpenSSL.