gnutls_x509_dn_import



gnutls_x509_dn_import

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
SINCE
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_x509_dn_import − API function

SYNOPSIS

#include <gnutls/x509.h>

int gnutls_x509_dn_import(gnutls_x509_dn_t dn, const gnutls_datum_t * data);

ARGUMENTS

gnutls_x509_dn_t dn

the structure that will hold the imported DN

const gnutls_datum_t * data

should contain a DER encoded RDN sequence

DESCRIPTION

This function parses an RDN sequence and stores the result to a gnutls_x509_dn_t structure. The structure must have been initialized with gnutls_x509_dn_init(). You may use gnutls_x509_dn_get_rdn_ava() to decode the DN.

RETURNS

On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value.

SINCE

2.4.0

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/flipdiff.1.html
flipdiff(1) - exchange the order of two incremental patches
flipdiff exchanges the order of two patch files that apply one after the other. The patches must be clean: the context lines must match and there should be no m

manpages/freshclam.conf.5.html
freshclam.conf(5) - Configuration file for Clam AntiVirus da
The file freshclam.conf configures the Clam AntiVirus Database Updater, freshclam(1). FILE FORMAT The file consists of comments and options with arguments. Each

manpages/gettext.1.html
gettext(1) - translate message (Commands - Linux man page)
The gettext program translates a natural language message into the users language, by looking up the translation in a message catalog. Display native language t

manpages/gnutls_openpgp_privkey_export_subkey_dsa_raw.3.html
gnutls_openpgp_privkey_export_subkey_dsa_raw.3..............
gnutls_openpgp_privkey_export_subkey_dsa_raw.3 - This function will export the DSA private keys parameters found in the given certificate. The new parameters wi

manpages/systemd.swap.5.html
systemd.swap(5) - systemd swap configuration files (ManPage)
A unit configuration file whose name ends in .swap encodes information about a swap device or file for memory paging controlled and supervised by systemd. This

manpages/bindtags.n.html
bindtags(n) - Determine which bindings apply to a window, an
When a binding is created with the bind command, it is associated either with a particular window such as .a.b.c, a class name such as Button, the keyword all,

manpages/mktime.3.html
mktime(3) - transform date and time to broken-down time or A
The ctime(), gmtime() and localtime() functions all take an argument of data type time_t, which represents calendar time. When interpreted as an absolute time v

manpages/SDL_PollEvent.3.html
SDL_PollEvent(3) - Polls for currently pending events.......
Polls for currently pending events, and returns 1 if there are any pending events, or 0 if there are none available. If event is not NULL, the next event is rem

manpages/sginfo.8.html
sginfo(8) - access mode page information for a SCSI (or ATAP
sginfo is a port of the Linux scsiinfo program by Eric Youngdale. It uses SCSI generic (sg) devices; however in some cases the high level device name (i.e. sd,

manpages/AutoLoader.3pm.html
AutoLoader(3pm) - load subroutines only on demand (ManPage)
The AutoLoader module works with the AutoSplit module and the __END__ token to defer the loading of some subroutines until they are used rather than loading the

manpages/XtGetActionList.3.html
XtGetActionList(3) - obtain class action list (Man Page)....
XtGetActionList returns the action table defined by the specified widget class. This table does not include actions defined by the superclasses. If widget_class

manpages/git-rerere.1.html
git-rerere(1) - Reuse recorded resolution of conflicted merg
In a workflow employing relatively long lived topic branches, the developer sometimes needs to resolve the same conflicts over and over again until the topic br





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