1dane_query_tlsa(3) gnutls dane_query_tlsa(3)
2
3
4
6 dane_query_tlsa - API function
7
9 #include <gnutls/dane.h>
10
11 int dane_query_tlsa(dane_state_t s, dane_query_t * r, const char *
12 host, const char * proto, unsigned int port);
13
15 dane_state_t s
16 The DANE state structure
17
18 dane_query_t * r
19 A structure to place the result
20
21 const char * host
22 The host name to resolve.
23
24 const char * proto
25 The protocol type (tcp, udp, etc.)
26
27 unsigned int port
28 The service port number (eg. 443).
29
31 This function will query the DNS server for the TLSA (DANE) data for
32 the given host.
33
35 On success, DANE_E_SUCCESS (0) is returned, otherwise a negative error
36 value.
37
39 Report bugs to <bugs@gnutls.org>.
40 Home page: https://www.gnutls.org
41
42
44 Copyright © 2001- Free Software Foundation, Inc., and others.
45 Copying and distribution of this file, with or without modification,
46 are permitted in any medium without royalty provided the copyright no‐
47 tice and this notice are preserved.
48
50 The full documentation for gnutls is maintained as a Texinfo manual.
51 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
52 visit
53
54 https://www.gnutls.org/manual/
55
56gnutls 3.7.6 dane_query_tlsa(3)