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

NAME

6       ldns_sign_public_dsa, ldns_sign_public_rsamd5, ldns_sign_public_rsasha1
7
8

SYNOPSIS

10       #include <stdint.h>
11       #include <stdbool.h>
12
13       #include <ldns/ldns.h>
14
15       ldns_rdf* ldns_sign_public_dsa(ldns_buffer *to_sign, DSA *key);
16
17       ldns_rdf* ldns_sign_public_rsamd5(ldns_buffer *to_sign, RSA *key);
18
19       ldns_rdf* ldns_sign_public_rsasha1(ldns_buffer *to_sign, RSA *key);
20

DESCRIPTION

22       ldns_sign_public_dsa() Sign a buffer with the DSA key (hash with SHA1)
23              to_sign: buffer with the data
24              key: the key to use
25              Returns a ldns_rdf with the signed data
26
27       ldns_sign_public_rsamd5()  Sign  a  buffer  with the RSA key (hash with
28              MD5)
29              to_sign: buffer with the data
30              key: the key to use
31              Returns a ldns_rdf with the signed data
32
33       ldns_sign_public_rsasha1() Sign a buffer with the RSA  key  (hash  with
34              SHA1)
35              to_sign: buffer with the data
36              key: the key to use
37              Returns a ldns_rdf with the signed data
38

AUTHOR

40       The  ldns  team  at  NLnet Labs. Which consists out of Jelte Jansen and
41       Miek Gieben.
42
43

REPORTING BUGS

45       Please report bugs to ldns-team@nlnetlabs.nl  or  in  our  bugzilla  at
46       http://www.nlnetlabs.nl/bugs/index.html
47
48
50       Copyright (c) 2004 - 2006 NLnet Labs.
51
52       Licensed under the BSD License. There is NO warranty; not even for MER‐
53       CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
54
55

SEE ALSO

57       ldns_sign_public.  And perldoc  Net::DNS,  RFC1034,  RFC1035,  RFC4033,
58       RFC4034  and RFC4035.
59

REMARKS

61       This manpage was automaticly generated from the ldns source code by use
62       of Doxygen and some perl.
63
64
65
66                                  30 May 2006                          ldns(3)
Impressum