summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-12-07 09:05:01 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-12-07 10:12:05 +0100
commitb83c1eb1abffd7c5cf95c96074f45e66f28188f8 (patch)
tree99cfd55986ba64dbf1713861da0d04bfc4b64cbb
parentee25ef340347cd2ac56f2d45e8d492a2a9e8e5a3 (diff)
downloadgnutls-b83c1eb1abffd7c5cf95c96074f45e66f28188f8.tar.gz
x509 crl: document the nextUpdate field limitation
-rw-r--r--lib/x509/crl_write.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/x509/crl_write.c b/lib/x509/crl_write.c
index fa90da9f25..a775a136cb 100644
--- a/lib/x509/crl_write.c
+++ b/lib/x509/crl_write.c
@@ -184,6 +184,11 @@ int gnutls_x509_crl_set_this_update(gnutls_x509_crl_t crl, time_t act_time)
* @exp_time: The actual time
*
* This function will set the time this CRL will be updated.
+ * This is an optional value to be set on a CRL and this call
+ * can be omitted when generating a CRL.
+ *
+ * Prior to GnuTLS 3.5.7, setting a nextUpdate field was required
+ * in order to generate a CRL.
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
* negative error value.