Sha256: 613f127ca1ce1324986888a642c743a30949fbb4737c6f539bbec86d03a03e30
Contents?: true
Size: 1.46 KB
Versions: 4
Compression:
Stored size: 1.46 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gnutls_x509_dn_get_rdn_ava" 3 "2.4.2" "gnutls" "gnutls" .SH NAME gnutls_x509_dn_get_rdn_ava \- API function .SH SYNOPSIS .B #include <gnutls/x509.h> .sp .BI "int gnutls_x509_dn_get_rdn_ava(gnutls_x509_dn_t " dn ", int " irdn ", int " iava ", gnutls_x509_ava_st * " ava ");" .SH ARGUMENTS .IP "gnutls_x509_dn_t dn" 12 input variable with opaque DN pointer .IP "int irdn" 12 index of RDN .IP "int iava" 12 index of AVA. .IP "gnutls_x509_ava_st * ava" 12 Pointer to structure which will hold output information. .SH "DESCRIPTION" Get pointers to data within the DN. Note that \fIava\fP will contain pointers into the \fIdn\fP structure, so you should not modify any data or deallocate it. Note also that the DN in turn points into the original certificate structure, and thus you may not deallocate the certificate and continue to access \fIdn\fP. .SH "RETURNS" Returns 0 on success, or an error code. .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