tls: Introduce a generic TLS purpose that accepts NULL encryption ciphers
This commit is contained in:
@@ -107,6 +107,8 @@ enum tls_purpose_t {
|
||||
TLS_PURPOSE_EAP_PEAP,
|
||||
/** non-EAP TLS */
|
||||
TLS_PURPOSE_GENERIC,
|
||||
/** non-EAP TLS accepting NULL encryption */
|
||||
TLS_PURPOSE_GENERIC_NULLOK,
|
||||
/** EAP binding for TNC */
|
||||
TLS_PURPOSE_EAP_TNC
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user