Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnutls_x509_crl_set_crt_serial(3) [suse man page]

gnutls_x509_crl_set_crt_serial(3)				      gnutls					 gnutls_x509_crl_set_crt_serial(3)

NAME
gnutls_x509_crl_set_crt_serial - This function will set a revoked certificate's serial number 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 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 (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_set_crt_serial(3)

Check Out this Related Man Page

gnutls_x509_crl_get_crt_count(3)				      gnutls					  gnutls_x509_crl_get_crt_count(3)

NAME
gnutls_x509_crl_get_crt_count - get number of revoked certificates in a CRL SYNOPSIS
#include <gnutls/x509.h> int gnutls_x509_crl_get_crt_count(gnutls_x509_crl_t crl); ARGUMENTS
gnutls_x509_crl_t crl should contain a gnutls_x509_crl_t structure DESCRIPTION
This function will return the number of revoked certificates in the given CRL. RETURNS
number of certificates, a negative value on failure. 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_count(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. 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

4. UNIX for Dummies Questions & Answers

how to add a colume with serial # in a file

I am working on a file, I need add a column with serial # in a file, the column will be the first column. and the serial # will be decide by each raw, say if I have 6 raws, I need serial # from 1 to 6 in the first column. Anyone know how to add that. I really appreciate. Thanks (2 Replies)
Discussion started by: sunsnow86
2 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