Sha256: df87eda19164425e13b03577e37a2545790257bb8f05ec70e7598157b1ddd4d6
Contents?: true
Size: 1.54 KB
Versions: 4
Compression:
Stored size: 1.54 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gnutls_x509_crt_get_extension_oid" 3 "2.4.2" "gnutls" "gnutls" .SH NAME gnutls_x509_crt_get_extension_oid \- This function returns the specified extension OID .SH SYNOPSIS .B #include <gnutls/x509.h> .sp .BI "int gnutls_x509_crt_get_extension_oid(gnutls_x509_crt_t " cert ", int " indx ", void * " oid ", size_t * " sizeof_oid ");" .SH ARGUMENTS .IP "gnutls_x509_crt_t cert" 12 should contain a \fBgnutls_x509_crt_t\fP structure .IP "int indx" 12 Specifies which extension OID to send. Use zero to get the first one. .IP "void * oid" 12 a pointer to a structure to hold the OID (may be null) .IP "size_t * sizeof_oid" 12 initially holds the size of \fIoid\fP .SH "DESCRIPTION" This function will return the requested extension OID in the certificate. The extension OID will be stored as a string in the provided buffer. A negative value may be returned in case of parsing error. If your have reached the last extension available GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE will be returned. .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