gnutls_x509_rdn_get



gnutls_x509_rdn_get

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_x509_rdn_get − API function

SYNOPSIS

#include <gnutls/x509.h>

int gnutls_x509_rdn_get(const gnutls_datum_t * idn, char * buf, size_t * sizeof_buf);

ARGUMENTS

const gnutls_datum_t * idn

should contain a DER encoded RDN sequence

char * buf

a pointer to a structure to hold the peer’s name

size_t * sizeof_buf

holds the size of buf

DESCRIPTION

This function will return the name of the given RDN sequence. The name will be in the form "C=xxxx,O=yyyy,CN=zzzz" as described in RFC2253.

RETURNS

On success, GNUTLS_E_SUCCESS (0) is returned, or GNUTLS_E_SHORT_MEMORY_BUFFER is returned and *sizeof_buf is updated if the provided buffer is not long enough, 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/gnutls_hmac_get_len.3.html
gnutls_hmac_get_len(3) - API function - Linux manual page...
This function will return the length of the output data of the given hmac algorithm. RETURNS The length or zero on error. SINCE 2.10.0 REPORTING BUGS Report bug

manpages/dremf.3.html
dremf(3) - floating-point remainder function (Man Page).....
The remainder() function computes the remainder of dividing x by y. The return value is x-n*y, where n is the value x / y, rounded to the nearest integer. If th

manpages/ooimpress.1.html
lowriter(1) - LibreOffice office suite - Linux manual page
lowriter is a multi-platform word processing and desktop publishing tool derived from OpenOffice.org 3.3 Beta in September 2010. libreoffice is a shell script

manpages/expire.8.html
expire(8) - Usenet article and history expiration program...
expire scans the history(5)-format text file pathdb/history and uses the information recorded in it to purge itself of old news articles. Articles stored using

manpages/mlabel.1.html
mlabel(1) - make an MSDOS volume label - Linux manual page
The mlabel command adds a volume label to a disk. Its syntax is: mlabel [-vcsn] [-N serial] drive:[new_label] Mlabel displays the current volume label, if prese

manpages/gitignore.5.html
gitignore(5) - Specifies intentionally untracked files to ig
A gitignore file specifies intentionally untracked files that Git should ignore. Files already tracked by Git are not affected; see the NOTES below for details.

manpages/nmblookup.1.html
nmblookup(1) - NetBIOS over TCP/IP client used to lookup Net
This tool is part of the samba(7) suite. nmblookup is used to query NetBIOS names and map them to IP addresses in a network using NetBIOS over TCP/IP queries. T

manpages/byteorder.3.html
byteorder(3) - convert values between host and network byte
byteorder.3 - The htonl() function converts the unsigned integer hostlong from host byte order to network byte order. The htons() function converts the unsigned

manpages/can_change_color.3ncurses.html
can_change_color(3ncurses) - curses color manipulation routi
Overview curses support color attributes on terminals with that capability. To use these routines start_color must be called, usually right after initscr. Color

manpages/XGetAtomNames.3.html
XGetAtomNames(3) - create or return atom names (Man Page)...
The XInternAtom function returns the atom identifier associated with the specified atom_name string. If only_if_exists is False, the atom is created if it does

manpages/XkbFreeClientMap.3.html
XkbFreeClientMap(3) - Free memory used by the client map mem
XkbFreeClientMap frees the components of client map specified by which in the XkbDescRec structure specified by the xkb parameter and sets the corresponding str

manpages/irb.1.html
irb.1 (Manual - Linux man page)............................
irb is the REPL(read-eval-print loop) environment for Ruby programs. OPTIONS -version Prints the version of. E external[]:internal -encoding external[]:i....





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