1ldns(25 Apr 2005) ldns(25 Apr 2005)
2
3
4
6 ldns_sign_public_dsa, ldns_sign_public_rsamd5, ldns_sign_pub‐
7 lic_rsasha1, ldns_sign_public_dsa
8
9
11 #ifdef HAVE_STDINT_H
12 #include <stdint.h>
13 #endif /* HAVE_STDINT_H */
14
15 #ifdef HAVE_STDBOOL_H
16 #include <stdbool.h>
17 #endif /* HAVE_STDBOOL_H */
18
19 #include <ldns/ldns.h>
20
21 ldns_sign_public_dsa();
22
23 ldns_sign_public_rsamd5();
24
25 ldns_sign_public_rsasha1();
26
27 ldns_sign_public_dsa();
28
30 ldns_sign_public_dsa()
31
32 ldns_sign_public_rsamd5()
33
34 ldns_sign_public_rsasha1()
35
36 ldns_sign_public_dsa()
37
39 The ldns team at NLnet Labs. Which consists out of: Jelte Jansen, Erik
40 Rozendaal and Miek Gieben.
41
42
44 Please report bugs to ldns-team@nlnetlabs.nl or in our Bugzilla at
45 http://www.nlnetlabs.nl/bugs/index.html
46
47 Be sure to select ldns as the product.
48
49
51 Copyright (c) 2004, 2005 NLnet Labs. Licensed under the BSD License.
52 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
53 PARTICULAR PURPOSE.
54
56 perldoc Net::DNS, RFC1043, RFC1035, RFC4033, RFC4034 and RFC4035.
57
59 This manpage was automaticly generated from the ldns source code by use
60 of Doxygen and some perl.
61
62
63
64 ldns(25 Apr 2005)