Sha256: 3261e784392ecc4b0f4a155e84fff5fb3f04c13092604f46ab9249de61490cc6
Contents?: true
Size: 1.53 KB
Versions: 4
Compression:
Stored size: 1.53 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gnutls_x509_crl_get_crt_serial" 3 "2.4.2" "gnutls" "gnutls" .SH NAME gnutls_x509_crl_get_crt_serial \- get the serial number of a revoked certificate .SH SYNOPSIS .B #include <gnutls/x509.h> .sp .BI "int gnutls_x509_crl_get_crt_serial(gnutls_x509_crl_t " crl ", int " indx ", unsigned char * " serial ", size_t * " serial_size ", time_t * " t ");" .SH ARGUMENTS .IP "gnutls_x509_crl_t crl" 12 should contain a \fBgnutls_x509_crl_t\fP structure .IP "int indx" 12 the index of the certificate to extract (starting from 0) .IP "unsigned char * serial" 12 where the serial number will be copied .IP "size_t * serial_size" 12 initially holds the size of serial .IP "time_t * t" 12 if non null, will hold the time this certificate was revoked .SH "DESCRIPTION" This function will retrieve the serial number of the specified, by the index, revoked certificate. .SH "RETURNS" On success, \fBGNUTLS_E_SUCCESS\fP is returned, otherwise a negative error value. and a negative value on error. .SH "REPORTING BUGS" Report bugs to <bug-gnutls@gnu.org>. .SH COPYRIGHT Copyright \(co 2008 Free Software Foundation. .br Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. .SH "SEE ALSO" The full documentation for .B gnutls is maintained as a Texinfo manual. If the .B info and .B gnutls programs are properly installed at your site, the command .IP .B info gnutls .PP should give you access to the complete manual.
Version data entries
4 entries across 4 versions & 1 rubygems