Sha256: 1073069341a7c9f737f36e01a9aa1d39b306c5677379225b5b62cd918a417437
Contents?: true
Size: 1.36 KB
Versions: 4
Compression:
Stored size: 1.36 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gnutls_x509_dn_oid_known" 3 "2.4.2" "gnutls" "gnutls" .SH NAME gnutls_x509_dn_oid_known \- return true if the given OID is known .SH SYNOPSIS .B #include <gnutls/x509.h> .sp .BI "int gnutls_x509_dn_oid_known(const char * " oid ");" .SH ARGUMENTS .IP "const char * oid" 12 holds an Object Identifier in a null terminated string .SH "DESCRIPTION" This function will inform about known DN OIDs. This is useful since functions like \fBgnutls_x509_crt_set_dn_by_oid()\fP use the information on known OIDs to properly encode their input. Object Identifiers that are not known are not encoded by these functions, and their input is stored directly into the ASN.1 structure. In that case of unknown OIDs, you have the responsibility of DER encoding your data. .SH "RETURNS" 1 on known OIDs and 0 otherwise. .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