![]() |
![]()
| ![]() |
![]()
NAMEgsasl_mechanism_name_p - API function SYNOPSIS#include <gsasl.h> int gsasl_mechanism_name_p(const char * mech); ARGUMENTS
DESCRIPTIONCheck if the mechanism name string mech follows syntactical rules. It does not check that the name is registered with IANA. It does not check that the mechanism name is actually implemented and supported. SASL mechanisms are named by strings, from 1 to 20 characters in length, consisting of upper-case letters, digits, hyphens, and/or underscores. RETURNSnon-zero when mechanism name string mech conforms to rules, zero when it does not meet the requirements. SINCE2.0.0 REPORTING BUGSReport bugs to <bug-gsasl@gnu.org>.
COPYRIGHTCopyright © 2002-2025 Simon Josefsson.
SEE ALSOThe full documentation for gsasl is maintained as a Texinfo manual. If the info and gsasl programs are properly installed at your site, the command
should give you access to the complete manual. As an alternative you may obtain the manual from:
|