gnutls_x509_crt_get_subject_unique_id



gnutls_x509_crt_get_subject_unique_id

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_x509_crt_get_subject_unique_id − API function

SYNOPSIS

#include <gnutls/x509.h>

int gnutls_x509_crt_get_subject_unique_id(gnutls_x509_crt_t crt, char * buf, size_t * buf_size);

ARGUMENTS

gnutls_x509_crt_t crt

Holds the certificate

char * buf

user allocated memory buffer, will hold the unique id

size_t * buf_size

size of user allocated memory buffer (on input), will hold actual size of the unique ID on return.

DESCRIPTION

This function will extract the subjectUniqueID value (if present) for the given certificate.

If the user allocated memory buffer is not large enough to hold the full subjectUniqueID, then a GNUTLS_E_SHORT_MEMORY_BUFFER error will be returned, and buf_size will be set to the actual length.

RETURNS

GNUTLS_E_SUCCESS on success, otherwise a negative 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/Tcl_GetEnsembleUnknownHandler.3.html
Tcl_GetEnsembleUnknownHandler(3) - manipulate ensemble comma
An ensemble is a command, bound to some namespace, which consists of a collection of subcommands implemented by other Tcl commands. The first argument to the en

manpages/pcre_refcount.3.html
pcre_refcount(3) - Perl-compatible regular expressions......
This function is used to maintain a reference count inside a data block that contains a compiled pattern. Its arguments are: code Compiled regular expression ad

manpages/rexec.3.html
rexec(3) - return stream to a remote command (Man Page).....
This interface is obsoleted by rcmd(3). The rexec() function looks up the host *ahost using gethostbyname(3), returning -1 if the host does not exist. Otherwise

manpages/lockf.3.html
lockf(3) - apply, test or remove a POSIX lock on an open fil
Apply, test or remove a POSIX lock on a section of an open file. The file is specified by fd, a file descriptor open for writing, the action by cmd, and the sec

manpages/pnmtofits.1.html
pnmtofits(1) - replaced by pamtofits - Linux manual page....
This program is part of Netpbm(1) In Netpbm 10.30 (October 2005), pnmtofits was extended and renamed to pamtofits(1) pamtofits is backward compatible with pnmto

manpages/razor-whitelist.5.html
razor-whitelist(5) - Format for Vipul's Razor Whitelist.....
The razor whitelist is a list of email addresses and body signatures. Emails that match the whitelist are not processed by any of the Razor Agents. That is, The

manpages/ctanhl.3.html
ctanhl(3) - complex hyperbolic tangent - Linux manual page
The complex hyperbolic tangent function is defined mathematically as: ctanh(z) = csinh(z) / ccosh(z) VERSIONS These functions first appeared in glibc in version

manpages/vwarn.3.html
vwarn(3) - formatted error messages - Linux manual page.....
The err() and warn() family of functions display a formatted error message on the standard error output. In all cases, the last component of the program name, a

manpages/iscntrl_l.3.html
iscntrl_l(3) character classification functions (Man Page)
These functions check whether c, which must have the value of an unsigned char or EOF, falls into a certain character class according to the specified locale. T

manpages/XQueryBestTile.3.html
XQueryBestTile(3) - determine efficient sizes (Man Page)....
The XQueryBestSize function returns the best or closest size to the specified size. For CursorShape, this is the largest size that can be fully displayed on the

manpages/threads.3ncurses.html
threads(3ncurses) - curses thread support - Linux man page
This implementation can be configured to provide rudimentary support for multi-threaded applications. This makes a different set of libraries, e.g., libncursest

manpages/XkbGetNamedIndicator.3.html
XkbGetNamedIndicator(3) - Look up the indicator map and othe
Xkb also allows applications to refer to indicators by name. Use XkbGetNames to get the indicator names. Using names eliminates the need for hard-coding bitmask





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