gnutls_psk_set_server_credentials_file



gnutls_psk_set_server_credentials_file

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_psk_set_server_credentials_file − API function

SYNOPSIS

#include <gnutls/gnutls.h>

int gnutls_psk_set_server_credentials_file(gnutls_psk_server_credentials_t res, const char * password_file);

ARGUMENTS

gnutls_psk_server_credentials_t
res

is a gnutls_psk_server_credentials_t structure.

const char * password_file

is the PSK password file (passwd.psk)

DESCRIPTION

This function sets the password file, in a gnutls_psk_server_credentials_t structure. This password file holds usernames and keys and will be used for PSK authentication.

RETURNS

On success, GNUTLS_E_SUCCESS (0) is returned, otherwise an error code is returned.

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/mdvalidater.1.html
mdvalidater(1) - Validate XML Documents against the ECMA Doc
mdvalidator has been obsoleted by mdoc(1). See the mdoc-validate(1) man page. mdvalidator is a program that validates the specified FILES against the ECMA Docum

manpages/XkbAllocKeyboard.3.html
XkbAllocKeyboard(3) - Creates a keyboard description from sc
Applications seldom need to directly allocate a keyboard description; calling XkbGetKeyboard usually suffices. In the event you need to create a keyboard descri

manpages/sinl.3.html
sinl(3) - sine function (Library - Linux man page)..........
The sin() function returns the sine of x, where x is given in radians. RETURN VALUE On success, these functions return the sine of x. If x is a NaN, a NaN is re

manpages/oodraw.1.html
oodraw(1) - LibreOffice office suite - Linux manual page....
LibreOffice (LO for short) is a multi-platform office productivity suite. It was derived from OpenOffice.org 3.3 Beta on September 28, 2010. libreoffice is a sh

manpages/dnsblog.8.html
dnsblog(8) - Postfix DNS white/blacklist logger (Man Page)
The dnsblog(8) server implements an ad-hoc DNS white/blacklist lookup service. This may eventually be replaced by an UDP client that is built directly into the

manpages/XFillRectangle.3.html
XFillRectangle(3) - fill rectangles, polygons, or arcs......
The XFillRectangle and XFillRectangles functions fill the specified rectangle or rectangles as if a four-point FillPolygon protocol request were specified for e

manpages/Tcl_AppendStringsToObj.3.html
Tcl_AppendStringsToObj(3) - manipulate Tcl objects as string
The procedures described in this manual entry allow Tcl objects to be manipulated as string values. They use the internal representation of the object to store

manpages/cacademo.1.html
cacademo(1) - libcaca's demonstration applications (ManPage)
This manual page documents briefly the cacademo and cacafire programs. cacademo displays ASCII art effects with animated transitions: metaballs, moire pattern o

manpages/perl5121delta.1.html
perl5121delta(1) - what is new for perl v5.12.1 (Man Page)
This document describes differences between the 5.12.0 release and the 5.12.1 release. If you are upgrading from an earlier release such as 5.10.1, first read p

manpages/glutStrokeCharacter.3.html
glutStrokeCharacter(3) - renders a stroke character using Op
Without using any display lists, glutStrokeCharacter renders the character in the named stroke font. The available fonts are: GLUT_STROKE_ROMAN A proportionally

manpages/Tcl_EventuallyFree.3.html
Tcl_EventuallyFree(3) - avoid freeing storage while it is be
These three procedures help implement a simple reference count mechanism for managing storage. They are designed to solve a problem having to do with widget del

manpages/ModemManager.8.html
ModemManager(8) modem management daemon - Linux manual page
The ModemManager daemon provides a unified high level API for communicating with (mobile broadband) modems. While the basic commands are standardized, the more





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