gnutls_auth_server_get_type



gnutls_auth_server_get_type

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_auth_server_get_type − API function

SYNOPSIS

#include <gnutls/gnutls.h>

gnutls_credentials_type_t gnutls_auth_server_get_type(gnutls_session_t session);

ARGUMENTS

gnutls_session_t session

is a gnutls_session_t structure.

DESCRIPTION

Returns the type of credentials that were used for server authentication. The returned information is to be used to distinguish the function used to access authentication data.

RETURNS

The type of credentials for the server authentication schema, a gnutls_credentials_type_t type.

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/gendsa.1ssl.html
gendsa(1ssl) - generate a DSA private key from a set of para
The gendsa command generates a DSA private key from a DSA parameter file (which will be typically generated by the openssl dsaparam command). OPTIONS -aes128|-a

manpages/keyctl_set_reqkey_keyring.3.html
keyctl_set_reqkey_keyring(3) - Set the implicit destination
keyctl_set_reqkey_keyring() sets the default destination for implicit key requests for the current thread and returns the old setting. After this operation has

manpages/git-notes.1.html
git-notes(1) - Add or inspect object notes - Linux man page
Adds, removes, or reads notes attached to objects, without touching the objects themselves. By default, notes are saved to and read from refs/notes/commits, but

manpages/asn1_write_value.3.html
asn1_write_value(3) - Set the value of one element inside a
Set the value of one element inside a structure. If an element is OPTIONAL and you want to delete it, you must use the value=NULL and len=0. Using pkix.asn: res

manpages/posix_fadvise.2.html
posix_fadvise(2) - predeclare an access pattern for file dat
Programs can use posix_fadvise() to announce an intention to access file data in a specific pattern in the future, thus allowing the kernel to perform appropria

manpages/FcFontMatch.3.html
FcFontMatch(3) - Return best font - Linux manual page.......
FcFontMatch.3 - Finds the font in sets most closely matching pattern and returns the result of FcFontRenderPrepare for that font and the provided pattern. This

manpages/regfree.3.html
regfree(3) - POSIX regex functions - Linux manual page......
POSIX regex compiling regcomp() is used to compile a regular expression into a form that is suitable for subsequent regexec() searches. regcomp() is supplied wi

manpages/glRasterPos3i.3gl.html
glRasterPos3i(3gl) - specify the raster position for pixel o
The GL maintains a 3D position in window coordinates. This position, called the raster position, is used to position pixel and bitmap write operations. It is ma

manpages/ynl.3.html
ynl(3) - Bessel functions of the second kind (Man Page).....
The y0() and y1() functions return Bessel functions of x of the second kind of orders 0 and 1, respectively. The yn() function returns the Bessel function of x

manpages/audit_log_acct_message.3.html
audit_log_acct_message(3) - log a user account message......
This function will log a message to the audit system using a predefined message format. It should be used for all account manipulation operations. The function

manpages/ldap_err2string.3.html
ldap_err2string(3) - LDAP protocol error handling routines
The ldap_err2string() routine provides short description of the various codes returned by routines in this library. The returned string is a pointer to a static

manpages/pam_strerror.3.html
pam_strerror(3) - return string describing PAM error code...
The pam_strerror function returns a pointer to a string describing the error code passed in the argument errnum, possibly using the LC_MESSAGES part of the curr





We can't live, work or learn in freedom unless the software we use is free.