gnutls_pem_base64_encode_alloc
NAMESYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
REPORTING BUGS
COPYRIGHT
SEE ALSO
NAME
gnutls_pem_base64_encode_alloc − API function
SYNOPSIS
#include <gnutls/gnutls.h>
int gnutls_pem_base64_encode_alloc(const char * msg, const gnutls_datum_t * data, gnutls_datum_t * result);
ARGUMENTS
const char * msg
is a message to be put in the encoded header
const gnutls_datum_t * data
contains the raw data
gnutls_datum_t * result
will hold the newly allocated encoded data
DESCRIPTION
This function will convert the given data to printable data, using the base64 encoding. This is the encoding used in PEM messages. This function will allocate the required memory to hold the encoded data.
You should use gnutls_free() to free the returned data.
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/gnutls_x509_crt_verify_hash.3.html
gnutls_x509_crt_verify_hash(3) - API function (Man Page)....
This function will verify the given signed digest, using the parameters from the certificate. Deprecated. Please use gnutls_pubkey_verify_data(). RETURNS In cas
manpages/vhangup.2.html
vhangup(2) - virtually hangup the current tty (Man Page)....
vhangup() simulates a hangup on the current terminal. This call arranges for other users to have a clean terminal at login time. RETURN VALUE On success, zero i
manpages/git-for-each-ref.1.html
git-for-each-ref(1) - Output information on each ref........
Iterate over all refs that match <pattern> and show them according to the given <format>, after sorting them according to the given set of <key>. If <count> is
manpages/pcre16_compile.3.html
pcre16_compile(3) Perl-compatible regular expressions.......
This function compiles a regular expression into an internal form. It is the same as pcre[16|32]_compile2(), except for the absence of the errorcodeptr argument
manpages/xzcat.1.html
xzcat(1) - Compress or decompress .xz and .lzma files.......
xz is a general-purpose data compression tool with command line syntax similar to gzip(1) and bzip2(1). The native file format is the .xz format, but the legacy
manpages/__after_morecore_hook.3.html
__after_morecore_hook(3) malloc debugging variables.........
The GNU C library lets you modify the behavior of malloc(3), realloc(3), and free(3) by specifying appropriate hook functions. You can use these hooks to help y
manpages/pnm.5.html
pnm(5) - Netpbm superformat (Formats - Linux man page)......
The PNM format is just an abstraction of the PBM, PGM, and PPM formats. I.e. the name PNM refers collectively to PBM, PGM, and PPM. The name PNM is an acronym d
manpages/Tk_GeometryRequest.3.html
Tk_GeometryRequest(3) - specify desired geometry or internal
Tk_GeometryRequest is called by widget code to indicate its preference for the dimensions of a particular window. The arguments to Tk_GeometryRequest are made a
manpages/DBI::Const::GetInfo::ODBC.3pm.html
DBI::Const::GetInfo::ODBC(3pm) - ODBC Constants for GetInfo
Information requested by GetInfo(). The API for this module is private and subject to change. REFERENCES MDAC SDK 2.6 ODBC version number (0x0351) sql.h sqlext.
manpages/Tcl_UntraceVar2.3.html
Tcl_UntraceVar2(3) - monitor accesses to a variable.........
Tcl_TraceVar allows a C procedure to monitor and control access to a Tcl variable, so that the C procedure is invoked whenever the variable is read or written o
manpages/Tcl_AttemptAlloc.3.html
Tcl_AttemptAlloc(3) - allocate or free heap memory (ManPage)
These procedures provide a platform and compiler independent interface for memory allocation. Programs that need to transfer ownership of memory blocks between
manpages/ctanf.3.html
ctanf(3) - complex tangent function - Linux manual page.....
The complex tangent function is defined as: ctan(z) = csin(z) / ccos(z) VERSIONS These functions first appeared in glibc in version 2.1. CONFORMING TO C99. SEE
