No empty .Rs/.Re
[netbsd-mini2440.git] / crypto / dist / heimdal / lib / krb5 / krb5_create_checksum.3
blob6a9919828df1a577892343cc20a55d5ec5f82631
1 .\" Copyright (c) 1999-2005 Kungliga Tekniska Högskolan
2 .\" (Royal Institute of Technology, Stockholm, Sweden).
3 .\" All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\"
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\"
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\"    notice, this list of conditions and the following disclaimer in the
14 .\"    documentation and/or other materials provided with the distribution.
15 .\"
16 .\" 3. Neither the name of the Institute nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\" $Heimdal: krb5_create_checksum.3 15921 2005-08-12 09:01:22Z lha $
33 .\" $NetBSD$
34 .\"
35 .Dd August 12, 2005
36 .Dt NAME 3
37 .Os
38 .Sh NAME
39 .Nm krb5_checksum ,
40 .Nm krb5_checksum_disable ,
41 .Nm krb5_checksum_is_collision_proof ,
42 .Nm krb5_checksum_is_keyed ,
43 .Nm krb5_checksumsize ,
44 .Nm krb5_cksumtype_valid ,
45 .Nm krb5_copy_checksum ,
46 .Nm krb5_create_checksum ,
47 .Nm krb5_crypto_get_checksum_type
48 .Nm krb5_free_checksum ,
49 .Nm krb5_free_checksum_contents ,
50 .Nm krb5_hmac ,
51 .Nm krb5_verify_checksum
52 .Nd creates, handles and verifies checksums
53 .Sh LIBRARY
54 Kerberos 5 Library (libkrb5, -lkrb5)
55 .Sh SYNOPSIS
56 .In krb5/krb5.h
57 .Pp
58 .Li "typedef Checksum krb5_checksum;"
59 .Ft void
60 .Fo krb5_checksum_disable
61 .Fa "krb5_context context"
62 .Fa "krb5_cksumtype type"
63 .Fc
64 .Ft krb5_boolean
65 .Fo krb5_checksum_is_collision_proof
66 .Fa "krb5_context context"
67 .Fa "krb5_cksumtype type"
68 .Fc
69 .Ft krb5_boolean
70 .Fo krb5_checksum_is_keyed
71 .Fa "krb5_context context"
72 .Fa "krb5_cksumtype type"
73 .Fc
74 .Ft krb5_error_code
75 .Fo krb5_cksumtype_valid
76 .Fa "krb5_context context"
77 .Fa "krb5_cksumtype ctype"
78 .Fc
79 .Ft krb5_error_code
80 .Fo krb5_checksumsize
81 .Fa "krb5_context context"
82 .Fa "krb5_cksumtype type"
83 .Fa "size_t *size"
84 .Fc
85 .Ft krb5_error_code
86 .Fo krb5_create_checksum
87 .Fa "krb5_context context"
88 .Fa "krb5_crypto crypto"
89 .Fa "krb5_key_usage usage"
90 .Fa "int type"
91 .Fa "void *data"
92 .Fa "size_t len"
93 .Fa "Checksum *result"
94 .Fc
95 .Ft krb5_error_code
96 .Fo krb5_verify_checksum
97 .Fa "krb5_context context"
98 .Fa "krb5_crypto crypto"
99 .Fa "krb5_key_usage usage"
100 .Fa "void *data"
101 .Fa "size_t len"
102 .Fa "Checksum *cksum"
104 .Ft krb5_error_code
105 .Fo krb5_crypto_get_checksum_type
106 .Fa "krb5_context context"
107 .Fa "krb5_crypto crypto"
108 .Fa "krb5_cksumtype *type"
110 .Ft void
111 .Fo krb5_free_checksum
112 .Fa "krb5_context context"
113 .Fa "krb5_checksum *cksum"
115 .Ft void
116 .Fo krb5_free_checksum_contents
117 .Fa "krb5_context context"
118 .Fa "krb5_checksum *cksum"
120 .Ft krb5_error_code
121 .Fo krb5_hmac
122 .Fa "krb5_context context"
123 .Fa "krb5_cksumtype cktype"
124 .Fa "const void *data"
125 .Fa "size_t len"
126 .Fa "unsigned usage"
127 .Fa "krb5_keyblock *key"
128 .Fa "Checksum *result"
130 .Ft krb5_error_code
131 .Fo krb5_copy_checksum
132 .Fa "krb5_context context"
133 .Fa "const krb5_checksum *old"
134 .Fa "krb5_checksum **new"
136 .Sh DESCRIPTION
138 .Li krb5_checksum
139 structure holds a Kerberos checksum.
140 There is no component inside
141 .Li krb5_checksum
142 that is directly referable.
144 The functions are used to create and verify checksums.
145 .Fn krb5_create_checksum
146 creates a checksum of the specified data, and puts it in
147 .Fa result .
149 .Fa crypto
151 .Dv NULL ,
152 .Fa usage_or_type
153 specifies the checksum type to use; it must not be keyed. Otherwise
154 .Fa crypto
155 is an encryption context created by
156 .Fn krb5_crypto_init ,
158 .Fa usage_or_type
159 specifies a key-usage.
161 .Fn krb5_verify_checksum
162 verifies the
163 .Fa checksum
164 against the provided data.
166 .Fn krb5_checksum_is_collision_proof
167 returns true is the specified checksum is collision proof (that it's
168 very unlikely that two strings has the same hash value, and that it's
169 hard to find two strings that has the same hash). Examples of
170 collision proof checksums are MD5, and SHA1, while CRC32 is not.
172 .Fn krb5_checksum_is_keyed
173 returns true if the specified checksum type is keyed (that the hash
174 value is a function of both the data, and a separate key). Examples of
175 keyed hash algorithms are HMAC-SHA1-DES3, and RSA-MD5-DES. The
176 .Dq plain
177 hash functions MD5, and SHA1 are not keyed.
179 .Fn krb5_crypto_get_checksum_type
180 returns the checksum type that will be used when creating a checksum for the given
181 .Fa crypto
182 context.
183 This function is useful in combination with
184 .Fn krb5_checksumsize
185 when you want to know the size a checksum will
186 use when you create it.
188 .Fn krb5_cksumtype_valid
189 returns 0 or an error if the checksumtype is implemented and not
190 currently disabled in this kerberos library.
192 .Fn krb5_checksumsize
193 returns the size of the outdata of checksum function.
195 .Fn krb5_copy_checksum
196 returns a copy of the checksum
197 .Fn krb5_free_checksum
198 should use used to free the
199 .Fa new
200 checksum.
202 .Fn krb5_free_checksum
203 free the checksum and the content of the checksum.
205 .Fn krb5_free_checksum_contents
206 frees the content of checksum in
207 .Fa cksum .
209 .Fn krb5_hmac
210 calculates the HMAC over
211 .Fa data
212 (with length
213 .Fa len )
214 using the keyusage
215 .Fa usage
216 and keyblock
217 .Fa key .
218 Note that keyusage is not always used in checksums.
220 .Nm krb5_checksum_disable
221 globally disables the checksum type. 
222 .\" .Sh EXAMPLE
223 .\" .Sh BUGS
224 .Sh SEE ALSO
225 .Xr krb5_crypto_init 3 ,
226 .Xr krb5_c_encrypt 3 ,
227 .Xr krb5_encrypt 3