Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnutls_x509_crl_get_crt_serial(3) [suse man page]

gnutls_x509_crl_get_crt_serial(3)				      gnutls					 gnutls_x509_crl_get_crt_serial(3)

NAME
gnutls_x509_crl_get_crt_serial - get the serial number of a revoked certificate SYNOPSIS
#include <gnutls/x509.h> int gnutls_x509_crl_get_crt_serial(gnutls_x509_crl_t crl, int indx, unsigned char * serial, size_t * serial_size, time_t * t); ARGUMENTS
gnutls_x509_crl_t crl should contain a gnutls_x509_crl_t structure int indx the index of the certificate to extract (starting from 0) unsigned char * serial where the serial number will be copied size_t * serial_size initially holds the size of serial time_t * t if non null, will hold the time this certificate was revoked DESCRIPTION
This function will retrieve the serial number of the specified, by the index, revoked certificate. RETURNS
On success, GNUTLS_E_SUCCESS is returned, otherwise a negative error value. and a negative value on error. 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 (C) 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. gnutls 2.8.6 gnutls_x509_crl_get_crt_serial(3)

Check Out this Related Man Page

gnutls_x509_crl_set_crt_serial(3)				      gnutls					 gnutls_x509_crl_set_crt_serial(3)

NAME
gnutls_x509_crl_set_crt_serial - API function SYNOPSIS
#include <gnutls/x509.h> int gnutls_x509_crl_set_crt_serial(gnutls_x509_crl_t crl, const void * serial, size_t serial_size, time_t revocation_time); ARGUMENTS
gnutls_x509_crl_t crl should contain a gnutls_x509_crl_t structure const void * serial The revoked certificate's serial number size_t serial_size Holds the size of the serial field. time_t revocation_time The time this certificate was revoked DESCRIPTION
This function will set a revoked certificate's serial number to the CRL. RETURNS
On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value. REPORTING BUGS
Report bugs to <bug-gnutls@gnu.org>. General guidelines for reporting bugs: http://www.gnu.org/gethelp/ GnuTLS home page: http://www.gnu.org/software/gnutls/ COPYRIGHT
Copyright (C) 2012 Free Software Foundation, Inc.. 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. As an alternative you may obtain the manual from: http://www.gnu.org/software/gnutls/manual/ gnutls 3.1.15 gnutls_x509_crl_set_crt_serial(3)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

serial number for E3500

just wanted to know the serial number of my machine E3500 with Solaris 8 installed.Does any one who what's the command that i can use when the OS is running?( not with the Banner Command!) (3 Replies)
Discussion started by: i2admin
3 Replies

2. AIX

how to find serial number

hi how to find ( server machine )serial number throught the command in AIX thanks for your replay (3 Replies)
Discussion started by: chomca
3 Replies

3. HP-UX

Set the Serial Number in HPUX?

Hi, I have a refurbished HP C3750 workstation that my company recently bought. We have a need to be able to retrieve its serial number through software, and I found instructions at HP's Website on how to do this. Unfortunately, the machine does not return a serial number using any of the... (16 Replies)
Discussion started by: irinotecan
16 Replies

4. Solaris

Finding server serial number

Hi All, I wnat to know how to find out the Server serial number in command prompt? I am using sneep command but it throughing unknown. Thanks and Regards, (8 Replies)
Discussion started by: lbreddy
8 Replies

5. UNIX for Dummies Questions & Answers

Display revoked users?

Hello, Is there a way on unix to see if a userid is suspended or revoked? I have an I.D but when I try to use it it keeps saying Sorry! (3 Replies)
Discussion started by: Grueben
3 Replies