gnutls_x509_crt_get_subject



gnutls_x509_crt_get_subject

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_x509_crt_get_subject − API function

SYNOPSIS

#include <gnutls/x509.h>

int gnutls_x509_crt_get_subject(gnutls_x509_crt_t cert, gnutls_x509_dn_t * dn);

ARGUMENTS

gnutls_x509_crt_t cert

should contain a gnutls_x509_crt_t structure

gnutls_x509_dn_t * dn

output variable with pointer to opaque DN.

DESCRIPTION

Return the Certificate’s 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. Because points into the cert object, you may not deallocate cert and continue to access dn.

RETURNS

Returns 0 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/git-rm.1.html
git-rm(1) - Remove files from the working tree and from the
Remove files from the index, or from the working tree and the index. git rm will not remove a file from just your working directory. (There is no option to remo

manpages/rebuild-jar-repository.1.html
rebuild-jar-repository(1) - rebuild a JAR repository based o
Rebuild a jar repository (built by build-jar-repository ) based on the current JVM settings OPTIONS If no option is specified the default action will be to rebu

manpages/tk_textCopy.n.html
tk_textCopy(n) - Create and manipulate text widgets.........
The text command creates a new window (given by the pathName argument) and makes it into a text widget. Additional options, described above, may be specified on

manpages/ttk_radiobutton.n.html
ttk_radiobutton(n) Mutually exclusive option widget.........
ttk::radiobutton widgets are used in groups to show or change a set of mutually-exclusive options. Radiobuttons are linked to a Tcl variable, and have an associ

manpages/wtpt.1.html
wtpt(1) - Show media white of profiles, identifying black bo
lcms is a standalone CMM engine, which deals with the color management. It implements a fast transformation between ICC profiles. wtpt shows media white of prof

manpages/kill.1.html
kill(1) - send signals to processes, or list signals........
Send signals to processes, or list signals. Mandatory arguments to long options are mandatory for short options too. -s, --signal=SIGNAL, -SIGNAL specify the na

manpages/btrfs.8.html
btrfs(8) control a btrfs filesystem - Linux manual page.....
btrfs is used to control the filesystem and the files and directories stored. It is the tool to create or destroy a snapshot or a subvolume for the filesystem,

manpages/gnutls_openpgp_crt_get_name.3.html
gnutls_openpgp_crt_get_name(3) - API function (Man Page)....
Extracts the userID from the parsed OpenPGP key. RETURNS GNUTLS_E_SUCCESS on success, and if the index of the ID does not exist GNUTLS_E_REQUESTED_DATA_NOT_AVAI

manpages/tgoto.3ncurses.html
tgoto(3ncurses) - direct curses interface to the terminfo ca
These routines are included as a conversion aid for programs that use the termcap library. Their parameters are the same and the routines are emulated using the

manpages/XML::XPath::Node::Text.3pm.html
XML::XPath::Node::Text(3pm) - an XML text node (Man Page)...
new ( text ) Create a new text node. getValue / getData Returns the text string_value Returns the text appendText ( text ) Adds the given text string to this no

manpages/xinetd.log.8.html
xinetd.log(8) - xinetd service log format - Linux man page
A service configuration may specify various degrees of logging when attempts are made to access the service. When logging for a service is enabled, xinetd will

manpages/Tcl_GetChannelInstanceData.3.html
Tcl_GetChannelInstanceData(3) - procedures for creating and
Tcl uses a two-layered channel architecture. It provides a generic upper layer to enable C and Tcl programs to perform input and output using the same APIs for





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