summaryrefslogtreecommitdiff
path: root/lib/x509/x509_ext.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-05-30 13:34:17 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-05-30 14:11:34 +0200
commitcd6886c6aa5d18d4d0e47e4c8e6b90fbf114bdab (patch)
tree1ba5c967c4a53f4b86d077aabdfebdf4d52465e9 /lib/x509/x509_ext.c
parent8858ca33d3cb672fef2fa3c2e6eceb494616d06e (diff)
downloadgnutls-cd6886c6aa5d18d4d0e47e4c8e6b90fbf114bdab.tar.gz
doc: updated since version of tlsfeature functionality and documented new functions
Diffstat (limited to 'lib/x509/x509_ext.c')
-rw-r--r--lib/x509/x509_ext.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/x509/x509_ext.c b/lib/x509/x509_ext.c
index 9cab02f705..4c4ca9ef92 100644
--- a/lib/x509/x509_ext.c
+++ b/lib/x509/x509_ext.c
@@ -3205,7 +3205,7 @@ static int parse_tlsfeatures(ASN1_TYPE c2, gnutls_x509_tlsfeatures_t f)
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value.
*
- * Since: TBD
+ * Since: 3.5.1
**/
int gnutls_x509_ext_import_tlsfeatures(const gnutls_datum_t * ext,
gnutls_x509_tlsfeatures_t f,
@@ -3255,7 +3255,7 @@ int gnutls_x509_ext_import_tlsfeatures(const gnutls_datum_t * ext,
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value.
*
- * Since: TBD
+ * Since: 3.5.1
**/
int gnutls_x509_ext_export_tlsfeatures(gnutls_x509_tlsfeatures_t f,
gnutls_datum_t * ext)
@@ -3315,7 +3315,7 @@ int gnutls_x509_ext_export_tlsfeatures(gnutls_x509_tlsfeatures_t f,
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned,
* otherwise a negative error value.
*
- * Since: TBD
+ * Since: 3.5.1
**/
int gnutls_x509_tlsfeatures_add(gnutls_x509_tlsfeatures_t f, unsigned int feature)
{