diff options
Diffstat (limited to 'doc/functions/gnutls_x509_crt_get_version')
-rw-r--r-- | doc/functions/gnutls_x509_crt_get_version | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/functions/gnutls_x509_crt_get_version b/doc/functions/gnutls_x509_crt_get_version new file mode 100644 index 0000000..f3a6408 --- /dev/null +++ b/doc/functions/gnutls_x509_crt_get_version @@ -0,0 +1,11 @@ + + + + +@deftypefun {int} {gnutls_x509_crt_get_version} (gnutls_x509_crt_t @var{cert}) +@var{cert}: should contain a @code{gnutls_x509_crt_t} type + +This function will return the version of the specified Certificate. + +@strong{Returns:} version of certificate, or a negative error code on error. +@end deftypefun |