1ldns(25 Apr 2005) ldns(25 Apr 2005)
2
3
4
6 ldns_zone_sign
7
8
10 #ifdef HAVE_STDINT_H
11 #include <stdint.h>
12 #endif /* HAVE_STDINT_H */
13
14 #ifdef HAVE_STDBOOL_H
15 #include <stdbool.h>
16 #endif /* HAVE_STDBOOL_H */
17
18 #include <ldns/ldns.h>
19
20 ldns_zone* ldns_zone_sign(ldns_zone *zone, ldns_key_list *key_list);
21
23 ldns_zone_sign() signs the given zone with the given new zone returns a
24 newly allocated signed zone extra arguments will come later
25 (expiration etc.)
26
27 zone: the zone to sign
28 key_list: the list of keys to sign the zone with
29 Returns the signed zone
30
32 The ldns team at NLnet Labs. Which consists out of: Jelte Jansen, Erik
33 Rozendaal and Miek Gieben.
34
35
37 Please report bugs to ldns-team@nlnetlabs.nl or in our Bugzilla at
38 http://www.nlnetlabs.nl/bugs/index.html
39
40 Be sure to select ldns as the product.
41
42
44 Copyright (c) 2004, 2005 NLnet Labs. Licensed under the BSD License.
45 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
46 PARTICULAR PURPOSE.
47
49 perldoc Net::DNS, RFC1043, RFC1035, RFC4033, RFC4034 and RFC4035.
50
52 This manpage was automaticly generated from the ldns source code by use
53 of Doxygen and some perl.
54
55
56
57 ldns(25 Apr 2005)