gnutls_x509_crt_set_crl_dist_points



gnutls_x509_crt_set_crl_dist_points

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_x509_crt_set_crl_dist_points − API function

SYNOPSIS

#include <gnutls/x509.h>

int gnutls_x509_crt_set_crl_dist_points(gnutls_x509_crt_t crt, gnutls_x509_subject_alt_name_t type, const void * data_string, unsigned int reason_flags);

ARGUMENTS

gnutls_x509_crt_t crt

a certificate of type gnutls_x509_crt_t

gnutls_x509_subject_alt_name_t type

is one of the gnutls_x509_subject_alt_name_t enumerations

const void * data_string

The data to be set

unsigned int reason_flags

revocation reasons

DESCRIPTION

This function will set the CRL distribution points certificate extension.

RETURNS

On success, GNUTLS_E_SUCCESS (0) is returned, 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/svndumpfilter.1.html
svndumpfilter(1) - Filter a subversion repository 'dumpfile'
svndumpfilter.1 - Subversion is a version control system, which allows you to keep old versions of files and directories (usually source code), keep a log of wh

manpages/sigrelse.3.html
sigrelse(3) - System V signal API - Linux manual page.......
These functions are provided in glibc as a compatibility interface for programs that make use of the historical System V signal API. This API is obsolete: new a

manpages/SDL_CondBroadcast.3.html
SDL_CondBroadcast(3) - Restart all threads waiting on a cond
Restarts all threads that are waiting on the condition variable, cond. Returns 0 on success, or -1 on an error. SEE ALSO SDL_CondSignal, SDL_CondWait SDL_CondBr

manpages/cacheflush.2.html
cacheflush(2) - flush contents of instruction and/or data ca
cacheflush() flushes the contents of the indicated cache(s) for the user addresses in the range addr to (addr+nbytes-1). cache may be one of: ICACHE Flush the i

manpages/_tracecchar_t.3ncurses.html
_tracecchar_t(3ncurses) - curses debugging routines.........
The trace routines are used for debugging the ncurses libraries, as well as applications which use the ncurses libraries. These functions are normally available

manpages/glutSpaceballMotionFunc.3.html
glutSpaceballMotionFunc(3) - sets the Spaceball motion callb
glutSpaceballMotionFunc sets the Spaceball motion callback for the current window. The Spaceball motion callback for a window is called when the window has Spac

manpages/optionNextValue.3.html
optionNextValue(3) get the next value from a hierarchical li
This routine will return the next entry after the entry passed in. At the end of the list, NULL will be returned. If the entry is not found on the list, NULL wi

manpages/perlhist.1.html
perlhist(1) - the Perl history records - Linux manual page
This document aims to record the Perl source code releases. INTRODUCTION Perl history in brief, by Larry Wall: Perl 0 introduced Perl to my officemates. Perl 1

manpages/gnutls_x509_rdn_get.3.html
gnutls_x509_rdn_get(3) - API function - Linux manual page...
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, GN

manpages/assume_default_colors.3ncurses.html
assume_default_colors(3ncurses) - use terminal's default col
assume_default_colors.3ncurses - The use_default_colors() and assume_default_colors() functions are extensions to the curses library. They are used with termina

manpages/endfsent.3.html
endfsent(3) - handle fstab entries - Linux manual page......
endfsent.3 - These functions read from the file /etc/fstab. The struct fstab is defined by: struct fstab { char *fs_spec; /* block device name */ char *fs_file;

manpages/Xinerama.3.html
Xinerama(3) - API for Xinerama extension to X11 Protocol....
Xinerama is a simple library designed to interface the Xinerama Extension for retrieving information about physical output devices which may be combined into a





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