gnutls_x509_crq_import
NAMESYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
REPORTING BUGS
COPYRIGHT
SEE ALSO
NAME
gnutls_x509_crq_import − API function
SYNOPSIS
#include <gnutls/x509.h>
int gnutls_x509_crq_import(gnutls_x509_crq_t crq, const gnutls_datum_t * data, gnutls_x509_crt_fmt_t format);
ARGUMENTS
gnutls_x509_crq_t crq
The structure to store the parsed certificate request.
const gnutls_datum_t * data
The DER or PEM encoded certificate.
gnutls_x509_crt_fmt_t format
One of DER or PEM
DESCRIPTION
This function will convert the given DER or PEM encoded certificate request to a gnutls_x509_crq_t structure. The output will be stored in crq.
If the Certificate is PEM encoded it should have a header of "NEW CERTIFICATE REQUEST".
RETURNS
On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value.
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/yieldto.n.html
yieldto(n) Create and produce values from coroutines........
The coroutine command creates a new coroutine context (with associated command) named name and executes that context by calling command, passing in the other re
manpages/perlpacktut.1.html
perlpacktut(1) - tutorial on "pack" and "unpack" (Man Page)
pack and unpack are two functions for transforming data according to a user-defined template, between the guarded way Perl stores values and some well-defined r
manpages/ServerVendor.3.html
ServerVendor(3) - Display macros and functions (Man Page)...
The AllPlanes macro returns a value with all bits set to 1 suitable for use in a plane argument to a procedure. The BlackPixel macro returns the black pixel val
manpages/in_wchstr.3ncurses.html
in_wchstr(3ncurses) - get an array of complex characters and
These functions return an array of complex characters in wchstr, starting at the current cursor position in the named window. Attributes (rendition) are stored
manpages/sasl_getprop.3.html
sasl_getprop(3) - Get a SASL property - Linux manual page...
sasl_getprop gets the value of a SASL property. For example after successful authentication a server may wish to know the authorization name. Or a client applic
manpages/FcValuePrint.3.html
FcValuePrint(3) - Print a value to stdout - Linux man page
Prints a human-readable representation of v to stdout. The format should not be considered part of the library specification as it may change in the future. VER
manpages/stdout.3.html
stdout(3) - standard I/O streams (Library - Linux man page)
Under normal circumstances every UNIX program has three streams opened for it when it starts up, one for input, one for output, and one for printing diagnostic
manpages/cluster.1.html
cluster(1) - find clusters in a graph and augment the graph
cluster takes as input a graph in DOT format, finds node clusters and augments the graph with this information. The clusters are specified by the cluster attrib
manpages/SDL_SaveBMP.3.html
SDL_SaveBMP(3) - Save an SDL_Surface as a Windows BMP file
Saves the SDL_Surface surface as a Windows BMP file named file. RETURN VALUE Returns 0 if successful or -1 if there was an error. SEE ALSO SDL_LoadBMP SDL_SaveB
manpages/incr.n.html
incr(n) - Increment the value of a variable - Linux man page
Increments the value stored in the variable whose name is varName. The value of the variable must be an integer. If increment is supplied then its value (which
manpages/glClearDepth.3gl.html
glClearDepth(3gl) - specify the clear value for the depth bu
glClearDepth specifies the depth value used by glClear to clear the depth buffer. Values specified by glClearDepth are clamped to the range [0, 1]. ERRORS GL_IN
manpages/hier.7.html
hier(7) - Description of the file system hierarchy (ManPage)
A typical Linux system has, among others, the following directories: / This is the root directory. This is where the whole tree starts. /bin This directory cont
