gnutls_certificate_type_set_priority
NAMESYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
REPORTING BUGS
COPYRIGHT
SEE ALSO
NAME
gnutls_certificate_type_set_priority − API function
SYNOPSIS
#include <gnutls/gnutls.h>
int gnutls_certificate_type_set_priority(gnutls_session_t session, const int * list);
ARGUMENTS
gnutls_session_t session
is a gnutls_session_t structure.
const int * list
is a 0 terminated list of gnutls_certificate_type_t elements.
DESCRIPTION
Sets the priority on the certificate types supported by gnutls. Priority is higher for elements specified before others. After specifying the types you want, you must append a 0. Note that the certificate type priority is set on the client. The server does not use the cert type priority except for disabling types that were not specified.
RETURNS
GNUTLS_E_SUCCESS on success, or an error code.
REPORTING BUGS
Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page: http://www.gnu.org/software/gnutls/ General help using GNU software: http://www.gnu.org/gethelp/
COPYRIGHT
Copyright
© 2008 Free Software Foundation.
Copying and distribution of this file, with or without
modification, are permitted in any medium without royalty
provided the copyright notice and this notice are
preserved.
SEE ALSO
The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command
info gnutls
should give you access to the complete manual.
More Linux Commands
manpages/getopt_long_only.3.html
getopt_long_only(3) - Parse command-line options (Man Page)
The getopt() function parses the command-line arguments. Its arguments argc and argv are the argument count and array as passed to the main() function on progra
manpages/vipw.8.html
vipw(8) - edit the password, group or shadow file (ManPage)
The vipw and vigr commands edits the files /etc/passwd and /etc/group, respectively. With the -s flag, they will edit the shadow versions of those files, /etc/s
manpages/optionOnlyUsage.3.html
optionOnlyUsage(3) Print usage text for just the options....
This routine will print only the usage for each option. This function may be used when the emitted usage must incorporate information not available to AutoOpts.
manpages/glEvalCoord2fv.3gl.html
glEvalCoord2fv(3gl) - evaluate enabled one- and two-dimensio
glEvalCoord1 evaluates enabled one-dimensional maps at argument u. glEvalCoord2 does the same for two-dimensional maps using two domain values, u and v. To defi
manpages/XkbGetNameChanges.3.html
XkbGetNameChanges(3) - Update the local copy of the keyboard
XkbGetNameChanges examines the changes parameter, retrieves the necessary information from the server, and places the results into the xkb keyboard description.
manpages/catanhl.html
catanhl(3) - complex arc tangents hyperbolic (Man Page).....
The catanh() function calculates the complex arc hyperbolic tangent of z. If y = catanh(z), then z = ctanh(y). The imaginary part of y is chosen in the interval
manpages/smi_class.3.html
smi_class(3) - (unknown subject) (Library - Linux man page)
These functions retrieve information on a SMIng class definition (SMIng). smiGetClass(SmiModule *smiModulePtr,char *name) returns a pointer to struct SmiClass t
manpages/SDL_SetColors.3.html
SDL_SetColors(3) - Sets a portion of the colormap for the gi
Sets a portion of the colormap for the given 8-bit surface. When surface is the surface associated with the current display, the display colormap will be update
manpages/pam_env.conf.5.html
pam_env.conf(5) - the environment variables config file.....
The /etc/security/pam_env.conf file specifies the environment variables to be set, unset or modified by pam_env(8). When someone logs in, this file is read and
manpages/rpmspec.8.html
rpmspec(8) - RPM Spec Tool (Administration - Linux man page)
rpmspec {-q|--query} [select-options] [query-options] SPEC_FILE ... select-options [-rpms] [-srpms] query-options [--qf,--queryformat QUERYFMT] ..............
manpages/my_print_defaults.1.html
my_print_defaults(1) - display options from option files....
my_print_defaults displays the options that are present in option groups of option files. The output indicates what options will be used by programs that read t
manpages/cleanlinks.1.html
cleanlinks(1) - remove dangling symbolic links and empty dir
The cleanlinks program searches the directory tree descended from the current directory for symbolic links whose targets do not exist, and removes them. It then
