gnutls_x509_dn_oid_known



gnutls_x509_dn_oid_known

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_x509_dn_oid_known − API function

SYNOPSIS

#include <gnutls/x509.h>

int gnutls_x509_dn_oid_known(const char * oid);

ARGUMENTS

const char * oid

holds an Object Identifier in a null terminated string

DESCRIPTION

This function will inform about known DN OIDs. This is useful since functions like gnutls_x509_crt_set_dn_by_oid() use the information on known OIDs to properly encode their input. Object Identifiers that are not known are not encoded by these functions, and their input is stored directly into the ASN.1 structure. In that case of unknown OIDs, you have the responsibility of DER encoding your data.

RETURNS

1 on known OIDs and 0 otherwise.

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/lav2yuv.1.html
lav2yuv(1) - Convert a MJPEG file to raw yuv (Man Page).....
lav2yuv converts an MJPEG video sequence described by a sequence of MJPEG video files and/or edit lists pointing to such files into the simple uncompressed plan

manpages/gluTessEndContour.3gl.html
gluTessEndContour(3gl) - delimit a contour description......
gluTessBeginContour and gluTessEndContour delimit the definition of a polygon contour. Within each gluTessBeginContour/gluTessEndContour pair, there can be zero

manpages/clnt_pcreateerror.3.html
clnt_pcreateerror(3) - library routines for remote procedure
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the s

manpages/ExtUtils::Liblist.3pm.html
ExtUtils::Liblist(3pm) - determine libraries to use and how
This utility takes a list of libraries in the form -llib1 -llib2 -llib3 and returns lines suitable for inclusion in an extension Makefile. Extra library paths m

manpages/srftopam.1.html
srftopam(1) convert a SRF image file to Netpbm images.......
This program is part of Netpbm(1) srftopam reads a SRF image file as input and produces a multi-image stream of PAM images as output. This program performs the

manpages/DMXForceWindowCreation.3.html
DMXForceWindowCreation(3) - force immediate back-end window
When using the lazy window creation optimization, windows are not created on the back-end X servers until they are required. DMXForceWindowCreation() forces the

manpages/units.7.html
units(7) - decimal and binary prefixes - Linux manual page
Decimal prefixes The SI system of units uses prefixes that indicate powers of ten. A kilometer is 1000 meter, and a megawatt is 1000000 watt. Below the standard

manpages/XGrabButton.3.html
XGrabButton(3) - grab pointer buttons - Linux manual page...
The XGrabButton function establishes a passive grab. In the future, the pointer is actively grabbed (as for XGrabPointer), the last-pointer-grab time is set to

manpages/pad.3ncurses.html
pad(3ncurses) - create and display curses pads (Man Page)...
The newpad routine creates and returns a pointer to a new pad data structure with the given number of lines, nlines, and columns, ncols. A pad is like a window,

manpages/emacs.1.html
emacs(1) - GNU project Emacs (Commands - Linux man page)....
GNU Emacs is a version of Emacs, written by the author of the original (PDP-10) Emacs, Richard Stallman. The user functionality of GNU Emacs encompasses everyth

manpages/Tcl_GetVersion.3.html
Tcl_GetVersion(3) - get the version of the library at runtim
Tcl_GetVersion should be used to query the version number of the Tcl library at runtime. This is useful when using a dynamically loaded Tcl library or when writ

manpages/Mail::SpamAssassin::Plugin::Shortcircuit.3pm.html
Mail::SpamAssassin::Plugin::Shortcircuit(3pm) - short-circui
This plugin implements simple, test-based shortcircuiting. Shortcircuiting a test will force all other pending rules to be skipped, if that test is hit. In addi





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