add initial support for RFC 4279 PSK SSL ciphersuites
[openssl.git] / ssl / tls1.h
1 /* ssl/tls1.h */
2 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3  * All rights reserved.
4  *
5  * This package is an SSL implementation written
6  * by Eric Young (eay@cryptsoft.com).
7  * The implementation was written so as to conform with Netscapes SSL.
8  * 
9  * This library is free for commercial and non-commercial use as long as
10  * the following conditions are aheared to.  The following conditions
11  * apply to all code found in this distribution, be it the RC4, RSA,
12  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
13  * included with this distribution is covered by the same copyright terms
14  * except that the holder is Tim Hudson (tjh@cryptsoft.com).
15  * 
16  * Copyright remains Eric Young's, and as such any Copyright notices in
17  * the code are not to be removed.
18  * If this package is used in a product, Eric Young should be given attribution
19  * as the author of the parts of the library used.
20  * This can be in the form of a textual message at program startup or
21  * in documentation (online or textual) provided with the package.
22  * 
23  * Redistribution and use in source and binary forms, with or without
24  * modification, are permitted provided that the following conditions
25  * are met:
26  * 1. Redistributions of source code must retain the copyright
27  *    notice, this list of conditions and the following disclaimer.
28  * 2. Redistributions in binary form must reproduce the above copyright
29  *    notice, this list of conditions and the following disclaimer in the
30  *    documentation and/or other materials provided with the distribution.
31  * 3. All advertising materials mentioning features or use of this software
32  *    must display the following acknowledgement:
33  *    "This product includes cryptographic software written by
34  *     Eric Young (eay@cryptsoft.com)"
35  *    The word 'cryptographic' can be left out if the rouines from the library
36  *    being used are not cryptographic related :-).
37  * 4. If you include any Windows specific code (or a derivative thereof) from 
38  *    the apps directory (application code) you must include an acknowledgement:
39  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
40  * 
41  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
42  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
43  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
44  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
45  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
46  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
47  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
48  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
50  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
51  * SUCH DAMAGE.
52  * 
53  * The licence and distribution terms for any publically available version or
54  * derivative of this code cannot be changed.  i.e. this code cannot simply be
55  * copied and put under another distribution licence
56  * [including the GNU Public Licence.]
57  */
58 /* ====================================================================
59  * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
60  *
61  * Redistribution and use in source and binary forms, with or without
62  * modification, are permitted provided that the following conditions
63  * are met:
64  *
65  * 1. Redistributions of source code must retain the above copyright
66  *    notice, this list of conditions and the following disclaimer. 
67  *
68  * 2. Redistributions in binary form must reproduce the above copyright
69  *    notice, this list of conditions and the following disclaimer in
70  *    the documentation and/or other materials provided with the
71  *    distribution.
72  *
73  * 3. All advertising materials mentioning features or use of this
74  *    software must display the following acknowledgment:
75  *    "This product includes software developed by the OpenSSL Project
76  *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
77  *
78  * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
79  *    endorse or promote products derived from this software without
80  *    prior written permission. For written permission, please contact
81  *    openssl-core@openssl.org.
82  *
83  * 5. Products derived from this software may not be called "OpenSSL"
84  *    nor may "OpenSSL" appear in their names without prior written
85  *    permission of the OpenSSL Project.
86  *
87  * 6. Redistributions of any form whatsoever must retain the following
88  *    acknowledgment:
89  *    "This product includes software developed by the OpenSSL Project
90  *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
91  *
92  * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
93  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
94  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
95  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
96  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
97  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
98  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
99  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
100  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
101  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
102  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
103  * OF THE POSSIBILITY OF SUCH DAMAGE.
104  * ====================================================================
105  *
106  * This product includes cryptographic software written by Eric Young
107  * (eay@cryptsoft.com).  This product includes software written by Tim
108  * Hudson (tjh@cryptsoft.com).
109  *
110  */
111 /* ====================================================================
112  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
113  *
114  * Portions of the attached software ("Contribution") are developed by 
115  * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
116  *
117  * The Contribution is licensed pursuant to the OpenSSL open source
118  * license provided above.
119  *
120  * ECC cipher suite support in OpenSSL originally written by
121  * Vipul Gupta and Sumit Gupta of Sun Microsystems Laboratories.
122  *
123  */
124 /* ====================================================================
125  * Copyright 2005 Nokia. All rights reserved.
126  *
127  * The portions of the attached software ("Contribution") is developed by
128  * Nokia Corporation and is licensed pursuant to the OpenSSL open source
129  * license.
130  *
131  * The Contribution, originally written by Mika Kousa and Pasi Eronen of
132  * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
133  * support (see RFC 4279) to OpenSSL.
134  *
135  * No patent licenses or other rights except those expressly stated in
136  * the OpenSSL open source license shall be deemed granted or received
137  * expressly, by implication, estoppel, or otherwise.
138  *
139  * No assurances are provided by Nokia that the Contribution does not
140  * infringe the patent or other intellectual property rights of any third
141  * party or that the license provides you with all the necessary rights
142  * to make use of the Contribution.
143  *
144  * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN
145  * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA
146  * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY
147  * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR
148  * OTHERWISE.
149  */
150
151 #ifndef HEADER_TLS1_H 
152 #define HEADER_TLS1_H 
153
154 #include <openssl/buffer.h>
155
156 #ifdef  __cplusplus
157 extern "C" {
158 #endif
159
160 #define TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES    1
161
162 #define TLS1_VERSION                    0x0301
163 #define TLS1_VERSION_MAJOR              0x03
164 #define TLS1_VERSION_MINOR              0x01
165
166 #define TLS1_AD_DECRYPTION_FAILED       21
167 #define TLS1_AD_RECORD_OVERFLOW         22
168 #define TLS1_AD_UNKNOWN_CA              48      /* fatal */
169 #define TLS1_AD_ACCESS_DENIED           49      /* fatal */
170 #define TLS1_AD_DECODE_ERROR            50      /* fatal */
171 #define TLS1_AD_DECRYPT_ERROR           51
172 #define TLS1_AD_EXPORT_RESTRICTION      60      /* fatal */
173 #define TLS1_AD_PROTOCOL_VERSION        70      /* fatal */
174 #define TLS1_AD_INSUFFICIENT_SECURITY   71      /* fatal */
175 #define TLS1_AD_INTERNAL_ERROR          80      /* fatal */
176 #define TLS1_AD_USER_CANCELLED          90
177 #define TLS1_AD_NO_RENEGOTIATION        100
178 /* codes 110-114 are from RFC3546 */
179 #define TLS1_AD_UNSUPPORTED_EXTENSION   110
180 #define TLS1_AD_CERTIFICATE_UNOBTAINABLE 111
181 #define TLS1_AD_UNRECOGNIZED_NAME       112
182 #define TLS1_AD_BAD_CERTIFICATE_STATUS_RESPONSE 113
183 #define TLS1_AD_BAD_CERTIFICATE_HASH_VALUE 114
184 #define TLS1_AD_UNKNOWN_PSK_IDENTITY    115     /* fatal */
185
186 /* ExtensionType values from RFC 3546 */
187 #define TLSEXT_TYPE_server_name                 0
188 #define TLSEXT_TYPE_max_fragment_length         1
189 #define TLSEXT_TYPE_client_certificate_url      2
190 #define TLSEXT_TYPE_trusted_ca_keys             3
191 #define TLSEXT_TYPE_truncated_hmac              4
192 #define TLSEXT_TYPE_status_request              5
193
194 /* NameType value from RFC 3546 */
195 #define TLSEXT_NAMETYPE_host_name 0
196
197
198 #ifndef OPENSSL_NO_TLSEXT
199
200 #define TLSEXT_MAXLEN_host_name 255
201
202 const char *SSL_get_servername(const SSL *s, const int type) ;
203 int SSL_get_servername_type(const SSL *s) ;
204
205 #define SSL_set_tlsext_host_name(s,name) \
206 SSL_ctrl(s,SSL_CTRL_SET_TLSEXT_HOSTNAME,TLSEXT_NAMETYPE_host_name,(char *)name)
207
208 #define SSL_CTX_set_tlsext_servername_callback(ctx, cb) \
209 SSL_CTX_callback_ctrl(ctx,SSL_CTRL_SET_TLSEXT_SERVERNAME_CB,(void (*)(void))cb)
210
211 #define SSL_TLSEXT_ERR_OK 0    
212 #define SSL_TLSEXT_ERR_ALERT_WARNING 1  
213 #define SSL_TLSEXT_ERR_ALERT_FATAL 2 
214 #define SSL_TLSEXT_ERR_NOACK 3
215
216 #define SSL_CTX_set_tlsext_servername_arg(ctx, arg) \
217 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TLSEXT_SERVERNAME_ARG,0, (void *)arg)
218
219 #endif
220
221 /* PSK ciphersuites from 4279 */
222 #define TLS1_CK_PSK_WITH_RC4_128_SHA                    0x0300008A
223 #define TLS1_CK_PSK_WITH_3DES_EDE_CBC_SHA               0x0300008B
224 #define TLS1_CK_PSK_WITH_AES_128_CBC_SHA                0x0300008C
225 #define TLS1_CK_PSK_WITH_AES_256_CBC_SHA                0x0300008D
226
227 /* Additional TLS ciphersuites from expired Internet Draft
228  * draft-ietf-tls-56-bit-ciphersuites-01.txt
229  * (available if TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES is defined, see
230  * s3_lib.c).  We actually treat them like SSL 3.0 ciphers, which we probably
231  * shouldn't.  Note that the first two are actually not in the IDs. */
232 #define TLS1_CK_RSA_EXPORT1024_WITH_RC4_56_MD5          0x03000060 /* not in ID */
233 #define TLS1_CK_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5      0x03000061 /* not in ID */
234 #define TLS1_CK_RSA_EXPORT1024_WITH_DES_CBC_SHA         0x03000062
235 #define TLS1_CK_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA     0x03000063
236 #define TLS1_CK_RSA_EXPORT1024_WITH_RC4_56_SHA          0x03000064
237 #define TLS1_CK_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA      0x03000065
238 #define TLS1_CK_DHE_DSS_WITH_RC4_128_SHA                0x03000066
239
240 /* AES ciphersuites from RFC3268 */
241
242 #define TLS1_CK_RSA_WITH_AES_128_SHA                    0x0300002F
243 #define TLS1_CK_DH_DSS_WITH_AES_128_SHA                 0x03000030
244 #define TLS1_CK_DH_RSA_WITH_AES_128_SHA                 0x03000031
245 #define TLS1_CK_DHE_DSS_WITH_AES_128_SHA                0x03000032
246 #define TLS1_CK_DHE_RSA_WITH_AES_128_SHA                0x03000033
247 #define TLS1_CK_ADH_WITH_AES_128_SHA                    0x03000034
248
249 #define TLS1_CK_RSA_WITH_AES_256_SHA                    0x03000035
250 #define TLS1_CK_DH_DSS_WITH_AES_256_SHA                 0x03000036
251 #define TLS1_CK_DH_RSA_WITH_AES_256_SHA                 0x03000037
252 #define TLS1_CK_DHE_DSS_WITH_AES_256_SHA                0x03000038
253 #define TLS1_CK_DHE_RSA_WITH_AES_256_SHA                0x03000039
254 #define TLS1_CK_ADH_WITH_AES_256_SHA                    0x0300003A
255
256 /* ECC ciphersuites from draft-ietf-tls-ecc-12.txt with changes soon to be in draft 13 */
257 #define TLS1_CK_ECDH_ECDSA_WITH_NULL_SHA                0x0300C001
258 #define TLS1_CK_ECDH_ECDSA_WITH_RC4_128_SHA             0x0300C002
259 #define TLS1_CK_ECDH_ECDSA_WITH_DES_192_CBC3_SHA        0x0300C003
260 #define TLS1_CK_ECDH_ECDSA_WITH_AES_128_CBC_SHA         0x0300C004
261 #define TLS1_CK_ECDH_ECDSA_WITH_AES_256_CBC_SHA         0x0300C005
262
263 #define TLS1_CK_ECDHE_ECDSA_WITH_NULL_SHA               0x0300C006
264 #define TLS1_CK_ECDHE_ECDSA_WITH_RC4_128_SHA            0x0300C007
265 #define TLS1_CK_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA       0x0300C008
266 #define TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CBC_SHA        0x0300C009
267 #define TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CBC_SHA        0x0300C00A
268
269 #define TLS1_CK_ECDH_RSA_WITH_NULL_SHA                  0x0300C00B
270 #define TLS1_CK_ECDH_RSA_WITH_RC4_128_SHA               0x0300C00C
271 #define TLS1_CK_ECDH_RSA_WITH_DES_192_CBC3_SHA          0x0300C00D
272 #define TLS1_CK_ECDH_RSA_WITH_AES_128_CBC_SHA           0x0300C00E
273 #define TLS1_CK_ECDH_RSA_WITH_AES_256_CBC_SHA           0x0300C00F
274
275 #define TLS1_CK_ECDHE_RSA_WITH_NULL_SHA                 0x0300C010
276 #define TLS1_CK_ECDHE_RSA_WITH_RC4_128_SHA              0x0300C011
277 #define TLS1_CK_ECDHE_RSA_WITH_DES_192_CBC3_SHA         0x0300C012
278 #define TLS1_CK_ECDHE_RSA_WITH_AES_128_CBC_SHA          0x0300C013
279 #define TLS1_CK_ECDHE_RSA_WITH_AES_256_CBC_SHA          0x0300C014
280
281 #define TLS1_CK_ECDH_anon_WITH_NULL_SHA                 0x0300C015
282 #define TLS1_CK_ECDH_anon_WITH_RC4_128_SHA              0x0300C016
283 #define TLS1_CK_ECDH_anon_WITH_DES_192_CBC3_SHA         0x0300C017
284 #define TLS1_CK_ECDH_anon_WITH_AES_128_CBC_SHA          0x0300C018
285 #define TLS1_CK_ECDH_anon_WITH_AES_256_CBC_SHA          0x0300C019
286
287 /* XXX
288  * Inconsistency alert:
289  * The OpenSSL names of ciphers with ephemeral DH here include the string
290  * "DHE", while elsewhere it has always been "EDH".
291  * (The alias for the list of all such ciphers also is "EDH".)
292  * The specifications speak of "EDH"; maybe we should allow both forms
293  * for everything. */
294 #define TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_MD5         "EXP1024-RC4-MD5"
295 #define TLS1_TXT_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5     "EXP1024-RC2-CBC-MD5"
296 #define TLS1_TXT_RSA_EXPORT1024_WITH_DES_CBC_SHA        "EXP1024-DES-CBC-SHA"
297 #define TLS1_TXT_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA    "EXP1024-DHE-DSS-DES-CBC-SHA"
298 #define TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_SHA         "EXP1024-RC4-SHA"
299 #define TLS1_TXT_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA     "EXP1024-DHE-DSS-RC4-SHA"
300 #define TLS1_TXT_DHE_DSS_WITH_RC4_128_SHA               "DHE-DSS-RC4-SHA"
301
302 /* AES ciphersuites from RFC3268 */
303 #define TLS1_TXT_RSA_WITH_AES_128_SHA                   "AES128-SHA"
304 #define TLS1_TXT_DH_DSS_WITH_AES_128_SHA                "DH-DSS-AES128-SHA"
305 #define TLS1_TXT_DH_RSA_WITH_AES_128_SHA                "DH-RSA-AES128-SHA"
306 #define TLS1_TXT_DHE_DSS_WITH_AES_128_SHA               "DHE-DSS-AES128-SHA"
307 #define TLS1_TXT_DHE_RSA_WITH_AES_128_SHA               "DHE-RSA-AES128-SHA"
308 #define TLS1_TXT_ADH_WITH_AES_128_SHA                   "ADH-AES128-SHA"
309
310 #define TLS1_TXT_RSA_WITH_AES_256_SHA                   "AES256-SHA"
311 #define TLS1_TXT_DH_DSS_WITH_AES_256_SHA                "DH-DSS-AES256-SHA"
312 #define TLS1_TXT_DH_RSA_WITH_AES_256_SHA                "DH-RSA-AES256-SHA"
313 #define TLS1_TXT_DHE_DSS_WITH_AES_256_SHA               "DHE-DSS-AES256-SHA"
314 #define TLS1_TXT_DHE_RSA_WITH_AES_256_SHA               "DHE-RSA-AES256-SHA"
315 #define TLS1_TXT_ADH_WITH_AES_256_SHA                   "ADH-AES256-SHA"
316
317 /* ECC ciphersuites from draft-ietf-tls-ecc-01.txt (Mar 15, 2001) */
318 #define TLS1_TXT_ECDH_ECDSA_WITH_NULL_SHA               "ECDH-ECDSA-NULL-SHA"
319 #define TLS1_TXT_ECDH_ECDSA_WITH_RC4_128_SHA            "ECDH-ECDSA-RC4-SHA"
320 #define TLS1_TXT_ECDH_ECDSA_WITH_DES_192_CBC3_SHA       "ECDH-ECDSA-DES-CBC3-SHA"
321 #define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_CBC_SHA        "ECDH-ECDSA-AES128-SHA"
322 #define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_CBC_SHA        "ECDH-ECDSA-AES256-SHA"
323
324 #define TLS1_TXT_ECDHE_ECDSA_WITH_NULL_SHA              "ECDHE-ECDSA-NULL-SHA"
325 #define TLS1_TXT_ECDHE_ECDSA_WITH_RC4_128_SHA           "ECDHE-ECDSA-RC4-SHA"
326 #define TLS1_TXT_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA      "ECDHE-ECDSA-DES-CBC3-SHA"
327 #define TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_CBC_SHA       "ECDHE-ECDSA-AES128-SHA"
328 #define TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_CBC_SHA       "ECDHE-ECDSA-AES256-SHA"
329
330 #define TLS1_TXT_ECDH_RSA_WITH_NULL_SHA                 "ECDH-RSA-NULL-SHA"
331 #define TLS1_TXT_ECDH_RSA_WITH_RC4_128_SHA              "ECDH-RSA-RC4-SHA"
332 #define TLS1_TXT_ECDH_RSA_WITH_DES_192_CBC3_SHA         "ECDH-RSA-DES-CBC3-SHA"
333 #define TLS1_TXT_ECDH_RSA_WITH_AES_128_CBC_SHA          "ECDH-RSA-AES128-SHA"
334 #define TLS1_TXT_ECDH_RSA_WITH_AES_256_CBC_SHA          "ECDH-RSA-AES256-SHA"
335
336 #define TLS1_TXT_ECDHE_RSA_WITH_NULL_SHA                "ECDHE-RSA-NULL-SHA"
337 #define TLS1_TXT_ECDHE_RSA_WITH_RC4_128_SHA             "ECDHE-RSA-RC4-SHA"
338 #define TLS1_TXT_ECDHE_RSA_WITH_DES_192_CBC3_SHA        "ECDHE-RSA-DES-CBC3-SHA"
339 #define TLS1_TXT_ECDHE_RSA_WITH_AES_128_CBC_SHA         "ECDHE-RSA-AES128-SHA"
340 #define TLS1_TXT_ECDHE_RSA_WITH_AES_256_CBC_SHA         "ECDHE-RSA-AES256-SHA"
341
342 #define TLS1_TXT_ECDH_anon_WITH_NULL_SHA                "AECDH-NULL-SHA"
343 #define TLS1_TXT_ECDH_anon_WITH_RC4_128_SHA             "AECDH-RC4-SHA"
344 #define TLS1_TXT_ECDH_anon_WITH_DES_192_CBC3_SHA        "AECDH-DES-CBC3-SHA"
345 #define TLS1_TXT_ECDH_anon_WITH_AES_128_CBC_SHA         "AECDH-AES128-SHA"
346 #define TLS1_TXT_ECDH_anon_WITH_AES_256_CBC_SHA         "AECDH-AES256-SHA"
347
348 /* PSK ciphersuites from RFC 4279 */
349 #define TLS1_TXT_PSK_WITH_RC4_128_SHA                   "PSK-RC4-SHA"
350 #define TLS1_TXT_PSK_WITH_3DES_EDE_CBC_SHA              "PSK-3DES-EDE-CBC-SHA"
351 #define TLS1_TXT_PSK_WITH_AES_128_CBC_SHA               "PSK-AES128-CBC-SHA"
352 #define TLS1_TXT_PSK_WITH_AES_256_CBC_SHA               "PSK-AES256-CBC-SHA"
353
354 #define TLS_CT_RSA_SIGN                 1
355 #define TLS_CT_DSS_SIGN                 2
356 #define TLS_CT_RSA_FIXED_DH             3
357 #define TLS_CT_DSS_FIXED_DH             4
358 #define TLS_CT_ECDSA_SIGN               64
359 #define TLS_CT_RSA_FIXED_ECDH           65
360 #define TLS_CT_ECDSA_FIXED_ECDH         66
361 #define TLS_CT_NUMBER                   7
362
363 #define TLS1_FINISH_MAC_LENGTH          12
364
365 #define TLS_MD_MAX_CONST_SIZE                   20
366 #define TLS_MD_CLIENT_FINISH_CONST              "client finished"
367 #define TLS_MD_CLIENT_FINISH_CONST_SIZE         15
368 #define TLS_MD_SERVER_FINISH_CONST              "server finished"
369 #define TLS_MD_SERVER_FINISH_CONST_SIZE         15
370 #define TLS_MD_SERVER_WRITE_KEY_CONST           "server write key"
371 #define TLS_MD_SERVER_WRITE_KEY_CONST_SIZE      16
372 #define TLS_MD_KEY_EXPANSION_CONST              "key expansion"
373 #define TLS_MD_KEY_EXPANSION_CONST_SIZE         13
374 #define TLS_MD_CLIENT_WRITE_KEY_CONST           "client write key"
375 #define TLS_MD_CLIENT_WRITE_KEY_CONST_SIZE      16
376 #define TLS_MD_SERVER_WRITE_KEY_CONST           "server write key"
377 #define TLS_MD_SERVER_WRITE_KEY_CONST_SIZE      16
378 #define TLS_MD_IV_BLOCK_CONST                   "IV block"
379 #define TLS_MD_IV_BLOCK_CONST_SIZE              8
380 #define TLS_MD_MASTER_SECRET_CONST              "master secret"
381 #define TLS_MD_MASTER_SECRET_CONST_SIZE         13
382
383 #ifdef CHARSET_EBCDIC
384 #undef TLS_MD_CLIENT_FINISH_CONST
385 #define TLS_MD_CLIENT_FINISH_CONST    "\x63\x6c\x69\x65\x6e\x74\x20\x66\x69\x6e\x69\x73\x68\x65\x64"  /*client finished*/
386 #undef TLS_MD_SERVER_FINISH_CONST
387 #define TLS_MD_SERVER_FINISH_CONST    "\x73\x65\x72\x76\x65\x72\x20\x66\x69\x6e\x69\x73\x68\x65\x64"  /*server finished*/
388 #undef TLS_MD_SERVER_WRITE_KEY_CONST
389 #define TLS_MD_SERVER_WRITE_KEY_CONST "\x73\x65\x72\x76\x65\x72\x20\x77\x72\x69\x74\x65\x20\x6b\x65\x79"  /*server write key*/
390 #undef TLS_MD_KEY_EXPANSION_CONST
391 #define TLS_MD_KEY_EXPANSION_CONST    "\x6b\x65\x79\x20\x65\x78\x70\x61\x6e\x73\x69\x6f\x6e"  /*key expansion*/
392 #undef TLS_MD_CLIENT_WRITE_KEY_CONST
393 #define TLS_MD_CLIENT_WRITE_KEY_CONST "\x63\x6c\x69\x65\x6e\x74\x20\x77\x72\x69\x74\x65\x20\x6b\x65\x79"  /*client write key*/
394 #undef TLS_MD_SERVER_WRITE_KEY_CONST
395 #define TLS_MD_SERVER_WRITE_KEY_CONST "\x73\x65\x72\x76\x65\x72\x20\x77\x72\x69\x74\x65\x20\x6b\x65\x79"  /*server write key*/
396 #undef TLS_MD_IV_BLOCK_CONST
397 #define TLS_MD_IV_BLOCK_CONST         "\x49\x56\x20\x62\x6c\x6f\x63\x6b"  /*IV block*/
398 #undef TLS_MD_MASTER_SECRET_CONST
399 #define TLS_MD_MASTER_SECRET_CONST    "\x6d\x61\x73\x74\x65\x72\x20\x73\x65\x63\x72\x65\x74"  /*master secret*/
400 #endif
401
402 #ifdef  __cplusplus
403 }
404 #endif
405 #endif