1gnutls_x509_crt_equals(3)           gnutls           gnutls_x509_crt_equals(3)
2
3
4

NAME

6       gnutls_x509_crt_equals  -  This function compares two gnutls_x509_crt_t
7       certificates
8

SYNOPSIS

10       #include <gnutls/x509.h>
11
12       unsigned        gnutls_x509_crt_equals(gnutls_x509_crt_t         cert1,
13       gnutls_x509_crt_t cert2);
14

ARGUMENTS

16       gnutls_x509_crt_t cert1
17                   The first certificate
18
19       gnutls_x509_crt_t cert2
20                   The second certificate
21

DESCRIPTION

23       This function will compare two X.509 certificate structures.
24

RETURNS

26       On equality non-zero is returned, otherwise zero.
27

SINCE

29       3.5.0
30

REPORTING BUGS

32       Report bugs to <bugs@gnutls.org>.
33       Home page: http://www.gnutls.org
34
35
37       Copyright © 2001-2018 Free Software Foundation, Inc., and others.
38       Copying  and  distribution  of this file, with or without modification,
39       are permitted in any medium  without  royalty  provided  the  copyright
40       notice and this notice are preserved.
41

SEE ALSO

43       The  full  documentation  for gnutls is maintained as a Texinfo manual.
44       If the /usr/share/doc/gnutls/ directory does not contain the HTML  form
45       visit
46
47       http://www.gnutls.org/manual/
48
49gnutls                               3.6.5           gnutls_x509_crt_equals(3)
Impressum