IGNORE_HFILES += socket.h stat.h
# cd lib/minitasn1/ && echo *.h
-IGNORE_HFILES += element.h gstr.h int.h parser_aux.h structure.h
+IGNORE_HFILES += element.h gstr.h int.h libtasn1.h parser_aux.h structure.h
# cd lib/opencdk/ && echo *.h
IGNORE_HFILES += context.h filters.h keydb.h main.h opencdk.h packet.h \
<xi:include href="xml/openpgp.xml"/>
<xi:include href="xml/crypto.xml"/>
<xi:include href="xml/openssl.xml"/>
- <xi:include href="xml/libtasn1.xml"/>
</chapter>
<index>
}
/**
- * gnutls_safe_negotiation_set:
+ * gnutls_safe_renegotiation_set:
* @session: is a #gnutls_session_t structure.
* @value: 0 to disable and 1 to enable
*
}
/**
- * gnutls_sign_algorithm_get:
+ * gnutls_sign_algorithm_get_requested:
* @session: is a #gnutls_session_t structure.
* @indx: is an index of the signature algorithm to return
* @algo: the returned certificate type will be stored there
{0, 0, 0, 0}
};
+/**
+ * gnutls_supplemental_get_name:
+ * @type: is a supplemental data format type
+ *
+ * Convert a #gnutls_supplemental_data_format_type_t value to a
+ * string.
+ *
+ * Returns: a string that contains the name of the specified
+ * supplemental data format type, or %NULL for unknown types.
+ **/
const char *
gnutls_supplemental_get_name (gnutls_supplemental_data_format_type_t type)
{