diff options
Diffstat (limited to 'doc/functions/gnutls_x509_crl_set_number')
-rw-r--r-- | doc/functions/gnutls_x509_crl_set_number | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/functions/gnutls_x509_crl_set_number b/doc/functions/gnutls_x509_crl_set_number new file mode 100644 index 0000000..ff15f4e --- /dev/null +++ b/doc/functions/gnutls_x509_crl_set_number @@ -0,0 +1,20 @@ + + + + +@deftypefun {int} {gnutls_x509_crl_set_number} (gnutls_x509_crl_t @var{crl}, const void * @var{nr}, size_t @var{nr_size}) +@var{crl}: a CRL of type @code{gnutls_x509_crl_t} + +@var{nr}: The CRL number + +@var{nr_size}: Holds the size of the nr field. + +This function will set the CRL's number extension. This +is to be used as a unique and monotonic number assigned to +the CRL by the authority. + +@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS} (0) is returned, otherwise a +negative error value. + +@strong{Since:} 2.8.0 +@end deftypefun |