Blame doc/functions/gnutls_session_enable_compatibility_mode

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {void} {gnutls_session_enable_compatibility_mode} (gnutls_session_t @var{session})
Packit Service 4684c1
@var{session}: is a @code{gnutls_session_t}  type.
Packit Service 4684c1
Packit Service 4684c1
This function can be used to disable certain (security) features in
Packit Service 4684c1
TLS in order to maintain maximum compatibility with buggy
Packit Service 4684c1
clients. Because several trade-offs with security are enabled,
Packit Service 4684c1
if required they will be reported through the audit subsystem.
Packit Service 4684c1
Packit Service 4684c1
Normally only servers that require maximum compatibility with
Packit Service 4684c1
everything out there, need to call this function.
Packit Service 4684c1
Packit Service 4684c1
Note that this function must be called after any call to gnutls_priority
Packit Service 4684c1
functions.
Packit Service 4684c1
Packit Service 4684c1
@strong{Since:} 2.1.4
Packit Service 4684c1
@end deftypefun