gnutls_certificate_allocate_credentials



gnutls_certificate_allocate_credentials

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_certificate_allocate_credentials − API function

SYNOPSIS

#include <gnutls/gnutls.h>

int gnutls_certificate_allocate_credentials(gnutls_certificate_credentials_t * res);

ARGUMENTS

gnutls_certificate_credentials_t *
res

is a pointer to a gnutls_certificate_credentials_t structure.

DESCRIPTION

This structure is complex enough to manipulate directly thus this helper function is provided in order to allocate it.

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/dcraw.1.html
dcraw(1) command-line decoder for raw digital photos........
dcraw decodes raw photos, displays metadata, and extracts thumbnails. GENERAL OPTIONS -v Print verbose messages, not just warnings and errors. -c Write decoded

manpages/SDL_SetClipRect.3.html
SDL_SetClipRect(3) - Sets the clipping rectangle for a surfa
Sets the clipping rectangle for a surface. When this surface is the destination of a blit, only the area within the clip rectangle will be drawn into. The recta

manpages/pcredemo.3.html
pcredemo(3) (Library - Linux man page).....................
This is a demonstration program to illustrate the most straightforward ways of calling the PCRE regular expression library from a C program. See the pcresamp...

manpages/xdr_accepted_reply.3.html
xdr_accepted_reply(3) - library routines for remote procedur
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the s

manpages/XtGrabKey.3.html
XtGrabKey(3) - manage grabs (Library - Linux man page)......
XtGrabKey calls XGrabKey specifying the widgets window as the grab window if the widget is realized. The remaining arguments are exactly as for XGrabKey. If the

manpages/gnutls_x509_crt_get_subject.3.html
gnutls_x509_crt_get_subject(3) - API function (Man Page)....
Return the Certificates Subject DN as an opaque data type. You may use gnutls_x509_dn_get_rdn_ava() to decode the DN. Note that dn should be treated as constant

manpages/Tk_FreeFontFromObj.3.html
Tk_FreeFontFromObj(3) - maintain database of fonts (ManPage)
Tk_AllocFontFromObj finds the font indicated by objPtr and returns a token that represents the font. The return value can be used in subsequent calls to procedu

manpages/sasl_decode.3.html
sasl_decode(3) - Decode data received - Linux manual page...
sasl_decode decodes data received. After successful authentication this function should be called on all data received. It decodes the data from encrypted or si

manpages/glRasterPos2i.3gl.html
glRasterPos2i(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/eval.n.html
eval(n) - Evaluate a Tcl script (Local - Linux man page)....
Eval takes one or more arguments, which together comprise a Tcl script containing one or more commands. Eval concatenates all its arguments in the same fashion

manpages/grodvi.1.html
grodvi(1) - convert groff output to TeX dvi format (ManPage)
grodvi is a driver for groff that produces TeX dvi format. Normally it should be run by groff -Tdvi. This will run troff -Tdvi; it will also input the macros in

manpages/SDL_JoystickClose.3.html
SDL_JoystickClose(3) - Closes a previously opened joystick
Close a joystick that was previously opened with SDL_JoystickOpen. SEE ALSO SDL_JoystickOpen, SDL_JoystickOpened SDL_JoystickClose.3 (Library - Linux manual pa





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