1ldns(3)                    Library Functions Manual                    ldns(3)
2
3
4

NAME

6       ldns_sign_public - sign an rrset
7
8

SYNOPSIS

10       #include <stdint.h>
11       #include <stdbool.h>
12
13       #include <ldns/ldns.h>
14
15       ldns_rr_list* ldns_sign_public(ldns_rr_list *rrset, ldns_key_list
16       *keys);
17

DESCRIPTION

19       ldns_sign_public() Sign an rrset
20              rrset: the rrset
21              keys: the keys to use
22              Returns a rr_list with the signatures
23

AUTHOR

25       The ldns team at NLnet Labs.
26
27

REPORTING BUGS

29       Please report bugs to ldns-team@nlnetlabs.nl or in our bugzilla at
30       http://www.nlnetlabs.nl/bugs/index.html
31
32
34       Copyright (c) 2004 - 2006 NLnet Labs.
35
36       Licensed under the BSD License. There is NO warranty; not even for MER‐
37       CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
38
39

SEE ALSO

41       ldns_sign_public_dsa, ldns_sign_public_rsamd5, ldns_sign_pub‐
42       lic_rsasha1, ldns_verify, ldns_verify_rrsig, ldns_key.  And perldoc
43       Net::DNS, RFC1034, RFC1035, RFC4033, RFC4034  and RFC4035.
44

REMARKS

46       This manpage was automatically generated from the ldns source code.
47
48
49
50                                  30 May 2006                          ldns(3)
Impressum