summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_x509_crt_get_version
blob: f3a64088248253fb1e3261c8e595d5e3d759a95c (plain)
1
2
3
4
5
6
7
8
9
10
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