You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					715 lines
				
				33 KiB
			
		
		
			
		
	
	
					715 lines
				
				33 KiB
			| 
								 
											6 years ago
										 
									 | 
							
								/* ssl/tls1.h */
							 | 
						||
| 
								 | 
							
								/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
							 | 
						||
| 
								 | 
							
								 * All rights reserved.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * This package is an SSL implementation written
							 | 
						||
| 
								 | 
							
								 * by Eric Young (eay@cryptsoft.com).
							 | 
						||
| 
								 | 
							
								 * The implementation was written so as to conform with Netscapes SSL.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * This library is free for commercial and non-commercial use as long as
							 | 
						||
| 
								 | 
							
								 * the following conditions are aheared to.  The following conditions
							 | 
						||
| 
								 | 
							
								 * apply to all code found in this distribution, be it the RC4, RSA,
							 | 
						||
| 
								 | 
							
								 * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
							 | 
						||
| 
								 | 
							
								 * included with this distribution is covered by the same copyright terms
							 | 
						||
| 
								 | 
							
								 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * Copyright remains Eric Young's, and as such any Copyright notices in
							 | 
						||
| 
								 | 
							
								 * the code are not to be removed.
							 | 
						||
| 
								 | 
							
								 * If this package is used in a product, Eric Young should be given attribution
							 | 
						||
| 
								 | 
							
								 * as the author of the parts of the library used.
							 | 
						||
| 
								 | 
							
								 * This can be in the form of a textual message at program startup or
							 | 
						||
| 
								 | 
							
								 * in documentation (online or textual) provided with the package.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * Redistribution and use in source and binary forms, with or without
							 | 
						||
| 
								 | 
							
								 * modification, are permitted provided that the following conditions
							 | 
						||
| 
								 | 
							
								 * are met:
							 | 
						||
| 
								 | 
							
								 * 1. Redistributions of source code must retain the copyright
							 | 
						||
| 
								 | 
							
								 *    notice, this list of conditions and the following disclaimer.
							 | 
						||
| 
								 | 
							
								 * 2. Redistributions in binary form must reproduce the above copyright
							 | 
						||
| 
								 | 
							
								 *    notice, this list of conditions and the following disclaimer in the
							 | 
						||
| 
								 | 
							
								 *    documentation and/or other materials provided with the distribution.
							 | 
						||
| 
								 | 
							
								 * 3. All advertising materials mentioning features or use of this software
							 | 
						||
| 
								 | 
							
								 *    must display the following acknowledgement:
							 | 
						||
| 
								 | 
							
								 *    "This product includes cryptographic software written by
							 | 
						||
| 
								 | 
							
								 *     Eric Young (eay@cryptsoft.com)"
							 | 
						||
| 
								 | 
							
								 *    The word 'cryptographic' can be left out if the rouines from the library
							 | 
						||
| 
								 | 
							
								 *    being used are not cryptographic related :-).
							 | 
						||
| 
								 | 
							
								 * 4. If you include any Windows specific code (or a derivative thereof) from
							 | 
						||
| 
								 | 
							
								 *    the apps directory (application code) you must include an acknowledgement:
							 | 
						||
| 
								 | 
							
								 *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
							 | 
						||
| 
								 | 
							
								 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
							 | 
						||
| 
								 | 
							
								 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
							 | 
						||
| 
								 | 
							
								 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
							 | 
						||
| 
								 | 
							
								 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
							 | 
						||
| 
								 | 
							
								 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
							 | 
						||
| 
								 | 
							
								 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
							 | 
						||
| 
								 | 
							
								 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
							 | 
						||
| 
								 | 
							
								 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
							 | 
						||
| 
								 | 
							
								 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
							 | 
						||
| 
								 | 
							
								 * SUCH DAMAGE.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * The licence and distribution terms for any publically available version or
							 | 
						||
| 
								 | 
							
								 * derivative of this code cannot be changed.  i.e. this code cannot simply be
							 | 
						||
| 
								 | 
							
								 * copied and put under another distribution licence
							 | 
						||
| 
								 | 
							
								 * [including the GNU Public Licence.]
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 | 
							
								/* ====================================================================
							 | 
						||
| 
								 | 
							
								 * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * Redistribution and use in source and binary forms, with or without
							 | 
						||
| 
								 | 
							
								 * modification, are permitted provided that the following conditions
							 | 
						||
| 
								 | 
							
								 * are met:
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * 1. Redistributions of source code must retain the above copyright
							 | 
						||
| 
								 | 
							
								 *    notice, this list of conditions and the following disclaimer.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * 2. Redistributions in binary form must reproduce the above copyright
							 | 
						||
| 
								 | 
							
								 *    notice, this list of conditions and the following disclaimer in
							 | 
						||
| 
								 | 
							
								 *    the documentation and/or other materials provided with the
							 | 
						||
| 
								 | 
							
								 *    distribution.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * 3. All advertising materials mentioning features or use of this
							 | 
						||
| 
								 | 
							
								 *    software must display the following acknowledgment:
							 | 
						||
| 
								 | 
							
								 *    "This product includes software developed by the OpenSSL Project
							 | 
						||
| 
								 | 
							
								 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
							 | 
						||
| 
								 | 
							
								 *    endorse or promote products derived from this software without
							 | 
						||
| 
								 | 
							
								 *    prior written permission. For written permission, please contact
							 | 
						||
| 
								 | 
							
								 *    openssl-core@openssl.org.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * 5. Products derived from this software may not be called "OpenSSL"
							 | 
						||
| 
								 | 
							
								 *    nor may "OpenSSL" appear in their names without prior written
							 | 
						||
| 
								 | 
							
								 *    permission of the OpenSSL Project.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * 6. Redistributions of any form whatsoever must retain the following
							 | 
						||
| 
								 | 
							
								 *    acknowledgment:
							 | 
						||
| 
								 | 
							
								 *    "This product includes software developed by the OpenSSL Project
							 | 
						||
| 
								 | 
							
								 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
							 | 
						||
| 
								 | 
							
								 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
							 | 
						||
| 
								 | 
							
								 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
							 | 
						||
| 
								 | 
							
								 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
							 | 
						||
| 
								 | 
							
								 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
							 | 
						||
| 
								 | 
							
								 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
							 | 
						||
| 
								 | 
							
								 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
							 | 
						||
| 
								 | 
							
								 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
							 | 
						||
| 
								 | 
							
								 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
							 | 
						||
| 
								 | 
							
								 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
							 | 
						||
| 
								 | 
							
								 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
							 | 
						||
| 
								 | 
							
								 * OF THE POSSIBILITY OF SUCH DAMAGE.
							 | 
						||
| 
								 | 
							
								 * ====================================================================
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * This product includes cryptographic software written by Eric Young
							 | 
						||
| 
								 | 
							
								 * (eay@cryptsoft.com).  This product includes software written by Tim
							 | 
						||
| 
								 | 
							
								 * Hudson (tjh@cryptsoft.com).
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 | 
							
								/* ====================================================================
							 | 
						||
| 
								 | 
							
								 * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * Portions of the attached software ("Contribution") are developed by
							 | 
						||
| 
								 | 
							
								 * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * The Contribution is licensed pursuant to the OpenSSL open source
							 | 
						||
| 
								 | 
							
								 * license provided above.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * ECC cipher suite support in OpenSSL originally written by
							 | 
						||
| 
								 | 
							
								 * Vipul Gupta and Sumit Gupta of Sun Microsystems Laboratories.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 | 
							
								/* ====================================================================
							 | 
						||
| 
								 | 
							
								 * Copyright 2005 Nokia. All rights reserved.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * The portions of the attached software ("Contribution") is developed by
							 | 
						||
| 
								 | 
							
								 * Nokia Corporation and is licensed pursuant to the OpenSSL open source
							 | 
						||
| 
								 | 
							
								 * license.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * The Contribution, originally written by Mika Kousa and Pasi Eronen of
							 | 
						||
| 
								 | 
							
								 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
							 | 
						||
| 
								 | 
							
								 * support (see RFC 4279) to OpenSSL.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * No patent licenses or other rights except those expressly stated in
							 | 
						||
| 
								 | 
							
								 * the OpenSSL open source license shall be deemed granted or received
							 | 
						||
| 
								 | 
							
								 * expressly, by implication, estoppel, or otherwise.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * No assurances are provided by Nokia that the Contribution does not
							 | 
						||
| 
								 | 
							
								 * infringe the patent or other intellectual property rights of any third
							 | 
						||
| 
								 | 
							
								 * party or that the license provides you with all the necessary rights
							 | 
						||
| 
								 | 
							
								 * to make use of the Contribution.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN
							 | 
						||
| 
								 | 
							
								 * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA
							 | 
						||
| 
								 | 
							
								 * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY
							 | 
						||
| 
								 | 
							
								 * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR
							 | 
						||
| 
								 | 
							
								 * OTHERWISE.
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#ifndef HEADER_TLS1_H
							 | 
						||
| 
								 | 
							
								#define HEADER_TLS1_H
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#include <openssl/buf.h>
							 | 
						||
| 
								 | 
							
								#include <openssl/stack.h>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#ifdef  __cplusplus
							 | 
						||
| 
								 | 
							
								extern "C" {
							 | 
						||
| 
								 | 
							
								#endif
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES 0
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLS1_AD_DECRYPTION_FAILED 21
							 | 
						||
| 
								 | 
							
								#define TLS1_AD_RECORD_OVERFLOW 22
							 | 
						||
| 
								 | 
							
								#define TLS1_AD_UNKNOWN_CA 48    /* fatal */
							 | 
						||
| 
								 | 
							
								#define TLS1_AD_ACCESS_DENIED 49 /* fatal */
							 | 
						||
| 
								 | 
							
								#define TLS1_AD_DECODE_ERROR 50  /* fatal */
							 | 
						||
| 
								 | 
							
								#define TLS1_AD_DECRYPT_ERROR 51
							 | 
						||
| 
								 | 
							
								#define TLS1_AD_EXPORT_RESTRICTION 60    /* fatal */
							 | 
						||
| 
								 | 
							
								#define TLS1_AD_PROTOCOL_VERSION 70      /* fatal */
							 | 
						||
| 
								 | 
							
								#define TLS1_AD_INSUFFICIENT_SECURITY 71 /* fatal */
							 | 
						||
| 
								 | 
							
								#define TLS1_AD_INTERNAL_ERROR 80        /* fatal */
							 | 
						||
| 
								 | 
							
								#define TLS1_AD_USER_CANCELLED 90
							 | 
						||
| 
								 | 
							
								#define TLS1_AD_NO_RENEGOTIATION 100
							 | 
						||
| 
								 | 
							
								/* codes 110-114 are from RFC3546 */
							 | 
						||
| 
								 | 
							
								#define TLS1_AD_UNSUPPORTED_EXTENSION 110
							 | 
						||
| 
								 | 
							
								#define TLS1_AD_CERTIFICATE_UNOBTAINABLE 111
							 | 
						||
| 
								 | 
							
								#define TLS1_AD_UNRECOGNIZED_NAME 112
							 | 
						||
| 
								 | 
							
								#define TLS1_AD_BAD_CERTIFICATE_STATUS_RESPONSE 113
							 | 
						||
| 
								 | 
							
								#define TLS1_AD_BAD_CERTIFICATE_HASH_VALUE 114
							 | 
						||
| 
								 | 
							
								#define TLS1_AD_UNKNOWN_PSK_IDENTITY 115 /* fatal */
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* ExtensionType values from RFC3546 / RFC4366 / RFC6066 */
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_server_name 0
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_max_fragment_length 1
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_client_certificate_url 2
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_trusted_ca_keys 3
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_truncated_hmac 4
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_status_request 5
							 | 
						||
| 
								 | 
							
								/* ExtensionType values from RFC4681 */
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_user_mapping 6
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* ExtensionType values from RFC5878 */
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_client_authz 7
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_server_authz 8
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* ExtensionType values from RFC6091 */
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_cert_type 9
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* ExtensionType values from RFC4492 */
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_elliptic_curves 10
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_ec_point_formats 11
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* ExtensionType value from RFC5054 */
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_srp 12
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* ExtensionType values from RFC5246 */
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_signature_algorithms 13
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* ExtensionType value from RFC5764 */
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_use_srtp 14
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* ExtensionType value from RFC5620 */
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_heartbeat 15
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* ExtensionType value from RFC7301 */
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_application_layer_protocol_negotiation 16
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* ExtensionType value for TLS padding extension.
							 | 
						||
| 
								 | 
							
								 * http://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml
							 | 
						||
| 
								 | 
							
								 * http://tools.ietf.org/html/draft-agl-tls-padding-03
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_padding 21
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* https://tools.ietf.org/html/draft-ietf-tls-session-hash-01 */
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_extended_master_secret 23
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* ExtensionType value from RFC4507 */
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_session_ticket 35
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* ExtensionType value from RFC5746 */
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_renegotiate 0xff01
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* ExtensionType value from RFC6962 */
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_certificate_timestamp 18
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* This is not an IANA defined extension number */
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_next_proto_neg 13172
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* This is not an IANA defined extension number */
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_channel_id 30031
							 | 
						||
| 
								 | 
							
								#define TLSEXT_TYPE_channel_id_new 30032
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* NameType value from RFC 3546 */
							 | 
						||
| 
								 | 
							
								#define TLSEXT_NAMETYPE_host_name 0
							 | 
						||
| 
								 | 
							
								/* status request value from RFC 3546 */
							 | 
						||
| 
								 | 
							
								#define TLSEXT_STATUSTYPE_ocsp 1
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* ECPointFormat values from RFC 4492 */
							 | 
						||
| 
								 | 
							
								#define TLSEXT_ECPOINTFORMAT_uncompressed 0
							 | 
						||
| 
								 | 
							
								#define TLSEXT_ECPOINTFORMAT_ansiX962_compressed_prime 1
							 | 
						||
| 
								 | 
							
								#define TLSEXT_ECPOINTFORMAT_ansiX962_compressed_char2 2
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* Signature and hash algorithms from RFC 5246 */
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLSEXT_signature_anonymous 0
							 | 
						||
| 
								 | 
							
								#define TLSEXT_signature_rsa 1
							 | 
						||
| 
								 | 
							
								#define TLSEXT_signature_dsa 2
							 | 
						||
| 
								 | 
							
								#define TLSEXT_signature_ecdsa 3
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLSEXT_hash_none 0
							 | 
						||
| 
								 | 
							
								#define TLSEXT_hash_md5 1
							 | 
						||
| 
								 | 
							
								#define TLSEXT_hash_sha1 2
							 | 
						||
| 
								 | 
							
								#define TLSEXT_hash_sha224 3
							 | 
						||
| 
								 | 
							
								#define TLSEXT_hash_sha256 4
							 | 
						||
| 
								 | 
							
								#define TLSEXT_hash_sha384 5
							 | 
						||
| 
								 | 
							
								#define TLSEXT_hash_sha512 6
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* Flag set for unrecognised algorithms */
							 | 
						||
| 
								 | 
							
								#define TLSEXT_nid_unknown 0x1000000
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* ECC curves */
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLSEXT_curve_P_256 23
							 | 
						||
| 
								 | 
							
								#define TLSEXT_curve_P_384 24
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLSEXT_MAXLEN_host_name 255
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								OPENSSL_EXPORT const char *SSL_get_servername(const SSL *s, const int type);
							 | 
						||
| 
								 | 
							
								OPENSSL_EXPORT int SSL_get_servername_type(const SSL *s);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* SSL_export_keying_material exports a value derived from the master secret, as
							 | 
						||
| 
								 | 
							
								 * specified in RFC 5705. It writes |out_len| bytes to |out| given a label and
							 | 
						||
| 
								 | 
							
								 * optional context. (Since a zero length context is allowed, the |use_context|
							 | 
						||
| 
								 | 
							
								 * flag controls whether a context is included.)
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * It returns one on success and zero otherwise. */
							 | 
						||
| 
								 | 
							
								OPENSSL_EXPORT int SSL_export_keying_material(
							 | 
						||
| 
								 | 
							
								    SSL *s, uint8_t *out, size_t out_len, const char *label, size_t label_len,
							 | 
						||
| 
								 | 
							
								    const uint8_t *context, size_t context_len, int use_context);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								OPENSSL_EXPORT int SSL_get_sigalgs(SSL *s, int idx, int *psign, int *phash,
							 | 
						||
| 
								 | 
							
								                                   int *psignandhash, uint8_t *rsig,
							 | 
						||
| 
								 | 
							
								                                   uint8_t *rhash);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								OPENSSL_EXPORT int SSL_get_shared_sigalgs(SSL *s, int idx, int *psign,
							 | 
						||
| 
								 | 
							
								                                          int *phash, int *psignandhash,
							 | 
						||
| 
								 | 
							
								                                          uint8_t *rsig, uint8_t *rhash);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* SSL_set_tlsext_host_name, for a client, configures |ssl| to advertise |name|
							 | 
						||
| 
								 | 
							
								 * in the server_name extension. It returns one on success and zero on error. */
							 | 
						||
| 
								 | 
							
								OPENSSL_EXPORT int SSL_set_tlsext_host_name(SSL *ssl, const char *name);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* SSL_CTX_set_tlsext_servername_callback configures |callback| to be called on
							 | 
						||
| 
								 | 
							
								 * the server after ClientHello extensions have been parsed and returns one.
							 | 
						||
| 
								 | 
							
								 * |callback| may use |SSL_get_servername| to examine the server_name extension
							 | 
						||
| 
								 | 
							
								 * and return a |SSL_TLSEXT_ERR_*| value. If it returns |SSL_TLSEXT_ERR_NOACK|,
							 | 
						||
| 
								 | 
							
								 * the server_name extension is not acknowledged in the ServerHello. If the
							 | 
						||
| 
								 | 
							
								 * return value signals an alert, |callback| should set |*out_alert| to the
							 | 
						||
| 
								 | 
							
								 * alert to send. */
							 | 
						||
| 
								 | 
							
								OPENSSL_EXPORT int SSL_CTX_set_tlsext_servername_callback(
							 | 
						||
| 
								 | 
							
								    SSL_CTX *ctx, int (*callback)(SSL *ssl, int *out_alert, void *arg));
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define SSL_TLSEXT_ERR_OK 0
							 | 
						||
| 
								 | 
							
								#define SSL_TLSEXT_ERR_ALERT_WARNING 1
							 | 
						||
| 
								 | 
							
								#define SSL_TLSEXT_ERR_ALERT_FATAL 2
							 | 
						||
| 
								 | 
							
								#define SSL_TLSEXT_ERR_NOACK 3
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* SSL_CTX_set_tlsext_servername_arg sets the argument to the servername
							 | 
						||
| 
								 | 
							
								 * callback and returns one. See |SSL_CTX_set_tlsext_servername_callback|. */
							 | 
						||
| 
								 | 
							
								OPENSSL_EXPORT int SSL_CTX_set_tlsext_servername_arg(SSL_CTX *ctx, void *arg);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define SSL_CTX_get_tlsext_ticket_keys(ctx, keys, keylen) \
							 | 
						||
| 
								 | 
							
								  SSL_CTX_ctrl((ctx), SSL_CTRL_GET_TLSEXT_TICKET_KEYS, (keylen), (keys))
							 | 
						||
| 
								 | 
							
								#define SSL_CTX_set_tlsext_ticket_keys(ctx, keys, keylen) \
							 | 
						||
| 
								 | 
							
								  SSL_CTX_ctrl((ctx), SSL_CTRL_SET_TLSEXT_TICKET_KEYS, (keylen), (keys))
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* SSL_CTX_set_tlsext_ticket_key_cb sets the ticket callback to |callback| and
							 | 
						||
| 
								 | 
							
								 * returns one. |callback| will be called when encrypting a new ticket and when
							 | 
						||
| 
								 | 
							
								 * decrypting a ticket from the client.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * In both modes, |ctx| and |hmac_ctx| will already have been initialized with
							 | 
						||
| 
								 | 
							
								 * |EVP_CIPHER_CTX_init| and |HMAC_CTX_init|, respectively. |callback|
							 | 
						||
| 
								 | 
							
								 * configures |hmac_ctx| with an HMAC digest and key, and configures |ctx|
							 | 
						||
| 
								 | 
							
								 * for encryption or decryption, based on the mode.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * When encrypting a new ticket, |encrypt| will be one. It writes a public
							 | 
						||
| 
								 | 
							
								 * 16-byte key name to |key_name| and a fresh IV to |iv|. The output IV length
							 | 
						||
| 
								 | 
							
								 * must match |EVP_CIPHER_CTX_iv_length| of the cipher selected. In this mode,
							 | 
						||
| 
								 | 
							
								 * |callback| returns 1 on success and -1 on error.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * When decrypting a ticket, |encrypt| will be zero. |key_name| will point to a
							 | 
						||
| 
								 | 
							
								 * 16-byte key name and |iv| points to an IV. The length of the IV consumed must
							 | 
						||
| 
								 | 
							
								 * match |EVP_CIPHER_CTX_iv_length| of the cipher selected. In this mode,
							 | 
						||
| 
								 | 
							
								 * |callback| returns -1 to abort the handshake, 0 if decrypting the ticket
							 | 
						||
| 
								 | 
							
								 * failed, and 1 or 2 on success. If it returns 2, the ticket will be renewed.
							 | 
						||
| 
								 | 
							
								 * This may be used to re-key the ticket.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * WARNING: |callback| wildly breaks the usual return value convention and is
							 | 
						||
| 
								 | 
							
								 * called in two different modes. */
							 | 
						||
| 
								 | 
							
								OPENSSL_EXPORT int SSL_CTX_set_tlsext_ticket_key_cb(
							 | 
						||
| 
								 | 
							
								    SSL_CTX *ctx, int (*callback)(SSL *ssl, uint8_t *key_name, uint8_t *iv,
							 | 
						||
| 
								 | 
							
								                                  EVP_CIPHER_CTX *ctx, HMAC_CTX *hmac_ctx,
							 | 
						||
| 
								 | 
							
								                                  int encrypt));
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* PSK ciphersuites from 4279 */
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_PSK_WITH_RC4_128_SHA                    0x0300008A
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_PSK_WITH_3DES_EDE_CBC_SHA               0x0300008B
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_PSK_WITH_AES_128_CBC_SHA                0x0300008C
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_PSK_WITH_AES_256_CBC_SHA                0x0300008D
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* PSK ciphersuites from RFC 5489 */
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDHE_PSK_WITH_AES_128_CBC_SHA          0x0300C035
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDHE_PSK_WITH_AES_256_CBC_SHA          0x0300C036
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* Additional TLS ciphersuites from expired Internet Draft
							 | 
						||
| 
								 | 
							
								 * draft-ietf-tls-56-bit-ciphersuites-01.txt
							 | 
						||
| 
								 | 
							
								 * (available if TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES is defined, see
							 | 
						||
| 
								 | 
							
								 * s3_lib.c).  We actually treat them like SSL 3.0 ciphers, which we probably
							 | 
						||
| 
								 | 
							
								 * shouldn't.  Note that the first two are actually not in the IDs. */
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_RSA_EXPORT1024_WITH_RC4_56_MD5 0x03000060     /* not in ID */
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5 0x03000061 /* not in ID */
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_RSA_EXPORT1024_WITH_DES_CBC_SHA 0x03000062
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA 0x03000063
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_RSA_EXPORT1024_WITH_RC4_56_SHA 0x03000064
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA 0x03000065
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DHE_DSS_WITH_RC4_128_SHA 0x03000066
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* AES ciphersuites from RFC3268 */
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_RSA_WITH_AES_128_SHA 0x0300002F
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DH_DSS_WITH_AES_128_SHA 0x03000030
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DH_RSA_WITH_AES_128_SHA 0x03000031
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DHE_DSS_WITH_AES_128_SHA 0x03000032
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DHE_RSA_WITH_AES_128_SHA 0x03000033
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ADH_WITH_AES_128_SHA 0x03000034
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_RSA_WITH_AES_256_SHA 0x03000035
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DH_DSS_WITH_AES_256_SHA 0x03000036
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DH_RSA_WITH_AES_256_SHA 0x03000037
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DHE_DSS_WITH_AES_256_SHA 0x03000038
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DHE_RSA_WITH_AES_256_SHA 0x03000039
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ADH_WITH_AES_256_SHA 0x0300003A
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* TLS v1.2 ciphersuites */
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_RSA_WITH_NULL_SHA256 0x0300003B
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_RSA_WITH_AES_128_SHA256 0x0300003C
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_RSA_WITH_AES_256_SHA256 0x0300003D
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DH_DSS_WITH_AES_128_SHA256 0x0300003E
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DH_RSA_WITH_AES_128_SHA256 0x0300003F
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DHE_DSS_WITH_AES_128_SHA256 0x03000040
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* Camellia ciphersuites from RFC4132 */
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_RSA_WITH_CAMELLIA_128_CBC_SHA 0x03000041
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DH_DSS_WITH_CAMELLIA_128_CBC_SHA 0x03000042
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DH_RSA_WITH_CAMELLIA_128_CBC_SHA 0x03000043
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA 0x03000044
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA 0x03000045
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ADH_WITH_CAMELLIA_128_CBC_SHA 0x03000046
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* TLS v1.2 ciphersuites */
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DHE_RSA_WITH_AES_128_SHA256 0x03000067
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DH_DSS_WITH_AES_256_SHA256 0x03000068
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DH_RSA_WITH_AES_256_SHA256 0x03000069
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DHE_DSS_WITH_AES_256_SHA256 0x0300006A
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DHE_RSA_WITH_AES_256_SHA256 0x0300006B
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ADH_WITH_AES_128_SHA256 0x0300006C
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ADH_WITH_AES_256_SHA256 0x0300006D
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* Camellia ciphersuites from RFC4132 */
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_RSA_WITH_CAMELLIA_256_CBC_SHA 0x03000084
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DH_DSS_WITH_CAMELLIA_256_CBC_SHA 0x03000085
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DH_RSA_WITH_CAMELLIA_256_CBC_SHA 0x03000086
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA 0x03000087
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA 0x03000088
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ADH_WITH_CAMELLIA_256_CBC_SHA 0x03000089
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* SEED ciphersuites from RFC4162 */
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_RSA_WITH_SEED_SHA 0x03000096
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DH_DSS_WITH_SEED_SHA 0x03000097
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DH_RSA_WITH_SEED_SHA 0x03000098
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DHE_DSS_WITH_SEED_SHA 0x03000099
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DHE_RSA_WITH_SEED_SHA 0x0300009A
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ADH_WITH_SEED_SHA 0x0300009B
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* TLS v1.2 GCM ciphersuites from RFC5288 */
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_RSA_WITH_AES_128_GCM_SHA256 0x0300009C
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_RSA_WITH_AES_256_GCM_SHA384 0x0300009D
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DHE_RSA_WITH_AES_128_GCM_SHA256 0x0300009E
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DHE_RSA_WITH_AES_256_GCM_SHA384 0x0300009F
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DH_RSA_WITH_AES_128_GCM_SHA256 0x030000A0
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DH_RSA_WITH_AES_256_GCM_SHA384 0x030000A1
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DHE_DSS_WITH_AES_128_GCM_SHA256 0x030000A2
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DHE_DSS_WITH_AES_256_GCM_SHA384 0x030000A3
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DH_DSS_WITH_AES_128_GCM_SHA256 0x030000A4
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DH_DSS_WITH_AES_256_GCM_SHA384 0x030000A5
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ADH_WITH_AES_128_GCM_SHA256 0x030000A6
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ADH_WITH_AES_256_GCM_SHA384 0x030000A7
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* ECC ciphersuites from RFC4492 */
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDH_ECDSA_WITH_NULL_SHA 0x0300C001
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDH_ECDSA_WITH_RC4_128_SHA 0x0300C002
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDH_ECDSA_WITH_DES_192_CBC3_SHA 0x0300C003
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDH_ECDSA_WITH_AES_128_CBC_SHA 0x0300C004
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDH_ECDSA_WITH_AES_256_CBC_SHA 0x0300C005
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDHE_ECDSA_WITH_NULL_SHA 0x0300C006
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDHE_ECDSA_WITH_RC4_128_SHA 0x0300C007
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA 0x0300C008
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CBC_SHA 0x0300C009
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CBC_SHA 0x0300C00A
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDH_RSA_WITH_NULL_SHA 0x0300C00B
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDH_RSA_WITH_RC4_128_SHA 0x0300C00C
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDH_RSA_WITH_DES_192_CBC3_SHA 0x0300C00D
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDH_RSA_WITH_AES_128_CBC_SHA 0x0300C00E
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDH_RSA_WITH_AES_256_CBC_SHA 0x0300C00F
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDHE_RSA_WITH_NULL_SHA 0x0300C010
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDHE_RSA_WITH_RC4_128_SHA 0x0300C011
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDHE_RSA_WITH_DES_192_CBC3_SHA 0x0300C012
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDHE_RSA_WITH_AES_128_CBC_SHA 0x0300C013
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDHE_RSA_WITH_AES_256_CBC_SHA 0x0300C014
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDH_anon_WITH_NULL_SHA 0x0300C015
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDH_anon_WITH_RC4_128_SHA 0x0300C016
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDH_anon_WITH_DES_192_CBC3_SHA 0x0300C017
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDH_anon_WITH_AES_128_CBC_SHA 0x0300C018
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDH_anon_WITH_AES_256_CBC_SHA 0x0300C019
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* SRP ciphersuites from RFC 5054 */
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_SRP_SHA_WITH_3DES_EDE_CBC_SHA 0x0300C01A
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA 0x0300C01B
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA 0x0300C01C
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_SRP_SHA_WITH_AES_128_CBC_SHA 0x0300C01D
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_SRP_SHA_RSA_WITH_AES_128_CBC_SHA 0x0300C01E
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_SRP_SHA_DSS_WITH_AES_128_CBC_SHA 0x0300C01F
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_SRP_SHA_WITH_AES_256_CBC_SHA 0x0300C020
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_SRP_SHA_RSA_WITH_AES_256_CBC_SHA 0x0300C021
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_SRP_SHA_DSS_WITH_AES_256_CBC_SHA 0x0300C022
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* ECDH HMAC based ciphersuites from RFC5289 */
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDHE_ECDSA_WITH_AES_128_SHA256 0x0300C023
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDHE_ECDSA_WITH_AES_256_SHA384 0x0300C024
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDH_ECDSA_WITH_AES_128_SHA256 0x0300C025
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDH_ECDSA_WITH_AES_256_SHA384 0x0300C026
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDHE_RSA_WITH_AES_128_SHA256 0x0300C027
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDHE_RSA_WITH_AES_256_SHA384 0x0300C028
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDH_RSA_WITH_AES_128_SHA256 0x0300C029
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDH_RSA_WITH_AES_256_SHA384 0x0300C02A
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* ECDH GCM based ciphersuites from RFC5289 */
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 0x0300C02B
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 0x0300C02C
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 0x0300C02D
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 0x0300C02E
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDHE_RSA_WITH_AES_128_GCM_SHA256 0x0300C02F
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDHE_RSA_WITH_AES_256_GCM_SHA384 0x0300C030
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDH_RSA_WITH_AES_128_GCM_SHA256 0x0300C031
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDH_RSA_WITH_AES_256_GCM_SHA384 0x0300C032
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDHE_RSA_CHACHA20_POLY1305 0x0300CC13
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_ECDHE_ECDSA_CHACHA20_POLY1305 0x0300CC14
							 | 
						||
| 
								 | 
							
								#define TLS1_CK_DHE_RSA_CHACHA20_POLY1305 0x0300CC15
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* XXX
							 | 
						||
| 
								 | 
							
								 * Inconsistency alert:
							 | 
						||
| 
								 | 
							
								 * The OpenSSL names of ciphers with ephemeral DH here include the string
							 | 
						||
| 
								 | 
							
								 * "DHE", while elsewhere it has always been "EDH".
							 | 
						||
| 
								 | 
							
								 * (The alias for the list of all such ciphers also is "EDH".)
							 | 
						||
| 
								 | 
							
								 * The specifications speak of "EDH"; maybe we should allow both forms
							 | 
						||
| 
								 | 
							
								 * for everything. */
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_MD5 "EXP1024-RC4-MD5"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5 "EXP1024-RC2-CBC-MD5"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_RSA_EXPORT1024_WITH_DES_CBC_SHA "EXP1024-DES-CBC-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA \
							 | 
						||
| 
								 | 
							
								  "EXP1024-DHE-DSS-DES-CBC-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_SHA "EXP1024-RC4-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA "EXP1024-DHE-DSS-RC4-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DHE_DSS_WITH_RC4_128_SHA "DHE-DSS-RC4-SHA"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* AES ciphersuites from RFC3268 */
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_RSA_WITH_AES_128_SHA "AES128-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DH_DSS_WITH_AES_128_SHA "DH-DSS-AES128-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DH_RSA_WITH_AES_128_SHA "DH-RSA-AES128-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DHE_DSS_WITH_AES_128_SHA "DHE-DSS-AES128-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DHE_RSA_WITH_AES_128_SHA "DHE-RSA-AES128-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ADH_WITH_AES_128_SHA "ADH-AES128-SHA"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_RSA_WITH_AES_256_SHA "AES256-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DH_DSS_WITH_AES_256_SHA "DH-DSS-AES256-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DH_RSA_WITH_AES_256_SHA "DH-RSA-AES256-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DHE_DSS_WITH_AES_256_SHA "DHE-DSS-AES256-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DHE_RSA_WITH_AES_256_SHA "DHE-RSA-AES256-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ADH_WITH_AES_256_SHA "ADH-AES256-SHA"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* ECC ciphersuites from RFC4492 */
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDH_ECDSA_WITH_NULL_SHA "ECDH-ECDSA-NULL-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDH_ECDSA_WITH_RC4_128_SHA "ECDH-ECDSA-RC4-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDH_ECDSA_WITH_DES_192_CBC3_SHA "ECDH-ECDSA-DES-CBC3-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_CBC_SHA "ECDH-ECDSA-AES128-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_CBC_SHA "ECDH-ECDSA-AES256-SHA"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDHE_ECDSA_WITH_NULL_SHA "ECDHE-ECDSA-NULL-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDHE_ECDSA_WITH_RC4_128_SHA "ECDHE-ECDSA-RC4-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA "ECDHE-ECDSA-DES-CBC3-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_CBC_SHA "ECDHE-ECDSA-AES128-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_CBC_SHA "ECDHE-ECDSA-AES256-SHA"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDH_RSA_WITH_NULL_SHA "ECDH-RSA-NULL-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDH_RSA_WITH_RC4_128_SHA "ECDH-RSA-RC4-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDH_RSA_WITH_DES_192_CBC3_SHA "ECDH-RSA-DES-CBC3-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDH_RSA_WITH_AES_128_CBC_SHA "ECDH-RSA-AES128-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDH_RSA_WITH_AES_256_CBC_SHA "ECDH-RSA-AES256-SHA"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDHE_RSA_WITH_NULL_SHA "ECDHE-RSA-NULL-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDHE_RSA_WITH_RC4_128_SHA "ECDHE-RSA-RC4-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDHE_RSA_WITH_DES_192_CBC3_SHA "ECDHE-RSA-DES-CBC3-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDHE_RSA_WITH_AES_128_CBC_SHA "ECDHE-RSA-AES128-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDHE_RSA_WITH_AES_256_CBC_SHA "ECDHE-RSA-AES256-SHA"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDH_anon_WITH_NULL_SHA "AECDH-NULL-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDH_anon_WITH_RC4_128_SHA "AECDH-RC4-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDH_anon_WITH_DES_192_CBC3_SHA "AECDH-DES-CBC3-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDH_anon_WITH_AES_128_CBC_SHA "AECDH-AES128-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDH_anon_WITH_AES_256_CBC_SHA "AECDH-AES256-SHA"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* PSK ciphersuites from RFC 4279 */
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_PSK_WITH_RC4_128_SHA "PSK-RC4-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_PSK_WITH_3DES_EDE_CBC_SHA "PSK-3DES-EDE-CBC-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_PSK_WITH_AES_128_CBC_SHA "PSK-AES128-CBC-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_PSK_WITH_AES_256_CBC_SHA "PSK-AES256-CBC-SHA"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* PSK ciphersuites from RFC 5489 */
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDHE_PSK_WITH_AES_128_CBC_SHA "ECDHE-PSK-AES128-CBC-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDHE_PSK_WITH_AES_256_CBC_SHA "ECDHE-PSK-AES256-CBC-SHA"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* SRP ciphersuite from RFC 5054 */
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_SRP_SHA_WITH_3DES_EDE_CBC_SHA "SRP-3DES-EDE-CBC-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA "SRP-RSA-3DES-EDE-CBC-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA "SRP-DSS-3DES-EDE-CBC-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_SRP_SHA_WITH_AES_128_CBC_SHA "SRP-AES-128-CBC-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_SRP_SHA_RSA_WITH_AES_128_CBC_SHA "SRP-RSA-AES-128-CBC-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_SRP_SHA_DSS_WITH_AES_128_CBC_SHA "SRP-DSS-AES-128-CBC-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_SRP_SHA_WITH_AES_256_CBC_SHA "SRP-AES-256-CBC-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_SRP_SHA_RSA_WITH_AES_256_CBC_SHA "SRP-RSA-AES-256-CBC-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_SRP_SHA_DSS_WITH_AES_256_CBC_SHA "SRP-DSS-AES-256-CBC-SHA"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* Camellia ciphersuites from RFC4132 */
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_RSA_WITH_CAMELLIA_128_CBC_SHA "CAMELLIA128-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DH_DSS_WITH_CAMELLIA_128_CBC_SHA "DH-DSS-CAMELLIA128-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DH_RSA_WITH_CAMELLIA_128_CBC_SHA "DH-RSA-CAMELLIA128-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA "DHE-DSS-CAMELLIA128-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA "DHE-RSA-CAMELLIA128-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ADH_WITH_CAMELLIA_128_CBC_SHA "ADH-CAMELLIA128-SHA"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_RSA_WITH_CAMELLIA_256_CBC_SHA "CAMELLIA256-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DH_DSS_WITH_CAMELLIA_256_CBC_SHA "DH-DSS-CAMELLIA256-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DH_RSA_WITH_CAMELLIA_256_CBC_SHA "DH-RSA-CAMELLIA256-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA "DHE-DSS-CAMELLIA256-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA "DHE-RSA-CAMELLIA256-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ADH_WITH_CAMELLIA_256_CBC_SHA "ADH-CAMELLIA256-SHA"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* SEED ciphersuites from RFC4162 */
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_RSA_WITH_SEED_SHA "SEED-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DH_DSS_WITH_SEED_SHA "DH-DSS-SEED-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DH_RSA_WITH_SEED_SHA "DH-RSA-SEED-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DHE_DSS_WITH_SEED_SHA "DHE-DSS-SEED-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DHE_RSA_WITH_SEED_SHA "DHE-RSA-SEED-SHA"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ADH_WITH_SEED_SHA "ADH-SEED-SHA"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* TLS v1.2 ciphersuites */
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_RSA_WITH_NULL_SHA256 "NULL-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_RSA_WITH_AES_128_SHA256 "AES128-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_RSA_WITH_AES_256_SHA256 "AES256-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DH_DSS_WITH_AES_128_SHA256 "DH-DSS-AES128-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DH_RSA_WITH_AES_128_SHA256 "DH-RSA-AES128-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DHE_DSS_WITH_AES_128_SHA256 "DHE-DSS-AES128-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DHE_RSA_WITH_AES_128_SHA256 "DHE-RSA-AES128-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DH_DSS_WITH_AES_256_SHA256 "DH-DSS-AES256-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DH_RSA_WITH_AES_256_SHA256 "DH-RSA-AES256-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DHE_DSS_WITH_AES_256_SHA256 "DHE-DSS-AES256-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DHE_RSA_WITH_AES_256_SHA256 "DHE-RSA-AES256-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ADH_WITH_AES_128_SHA256 "ADH-AES128-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ADH_WITH_AES_256_SHA256 "ADH-AES256-SHA256"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* TLS v1.2 GCM ciphersuites from RFC5288 */
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_RSA_WITH_AES_128_GCM_SHA256 "AES128-GCM-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_RSA_WITH_AES_256_GCM_SHA384 "AES256-GCM-SHA384"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DHE_RSA_WITH_AES_128_GCM_SHA256 "DHE-RSA-AES128-GCM-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DHE_RSA_WITH_AES_256_GCM_SHA384 "DHE-RSA-AES256-GCM-SHA384"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DH_RSA_WITH_AES_128_GCM_SHA256 "DH-RSA-AES128-GCM-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DH_RSA_WITH_AES_256_GCM_SHA384 "DH-RSA-AES256-GCM-SHA384"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DHE_DSS_WITH_AES_128_GCM_SHA256 "DHE-DSS-AES128-GCM-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DHE_DSS_WITH_AES_256_GCM_SHA384 "DHE-DSS-AES256-GCM-SHA384"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DH_DSS_WITH_AES_128_GCM_SHA256 "DH-DSS-AES128-GCM-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DH_DSS_WITH_AES_256_GCM_SHA384 "DH-DSS-AES256-GCM-SHA384"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ADH_WITH_AES_128_GCM_SHA256 "ADH-AES128-GCM-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ADH_WITH_AES_256_GCM_SHA384 "ADH-AES256-GCM-SHA384"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* ECDH HMAC based ciphersuites from RFC5289 */
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_SHA256 "ECDHE-ECDSA-AES128-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_SHA384 "ECDHE-ECDSA-AES256-SHA384"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_SHA256 "ECDH-ECDSA-AES128-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_SHA384 "ECDH-ECDSA-AES256-SHA384"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDHE_RSA_WITH_AES_128_SHA256 "ECDHE-RSA-AES128-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDHE_RSA_WITH_AES_256_SHA384 "ECDHE-RSA-AES256-SHA384"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDH_RSA_WITH_AES_128_SHA256 "ECDH-RSA-AES128-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDH_RSA_WITH_AES_256_SHA384 "ECDH-RSA-AES256-SHA384"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* ECDH GCM based ciphersuites from RFC5289 */
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 \
							 | 
						||
| 
								 | 
							
								  "ECDHE-ECDSA-AES128-GCM-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 \
							 | 
						||
| 
								 | 
							
								  "ECDHE-ECDSA-AES256-GCM-SHA384"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 \
							 | 
						||
| 
								 | 
							
								  "ECDH-ECDSA-AES128-GCM-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 \
							 | 
						||
| 
								 | 
							
								  "ECDH-ECDSA-AES256-GCM-SHA384"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDHE_RSA_WITH_AES_128_GCM_SHA256 "ECDHE-RSA-AES128-GCM-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDHE_RSA_WITH_AES_256_GCM_SHA384 "ECDHE-RSA-AES256-GCM-SHA384"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDH_RSA_WITH_AES_128_GCM_SHA256 "ECDH-RSA-AES128-GCM-SHA256"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDH_RSA_WITH_AES_256_GCM_SHA384 "ECDH-RSA-AES256-GCM-SHA384"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDHE_RSA_WITH_CHACHA20_POLY1305 "ECDHE-RSA-CHACHA20-POLY1305"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 \
							 | 
						||
| 
								 | 
							
								  "ECDHE-ECDSA-CHACHA20-POLY1305"
							 | 
						||
| 
								 | 
							
								#define TLS1_TXT_DHE_RSA_WITH_CHACHA20_POLY1305 "DHE-RSA-CHACHA20-POLY1305"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLS_CT_RSA_SIGN 1
							 | 
						||
| 
								 | 
							
								#define TLS_CT_DSS_SIGN 2
							 | 
						||
| 
								 | 
							
								#define TLS_CT_RSA_FIXED_DH 3
							 | 
						||
| 
								 | 
							
								#define TLS_CT_DSS_FIXED_DH 4
							 | 
						||
| 
								 | 
							
								#define TLS_CT_ECDSA_SIGN 64
							 | 
						||
| 
								 | 
							
								#define TLS_CT_RSA_FIXED_ECDH 65
							 | 
						||
| 
								 | 
							
								#define TLS_CT_ECDSA_FIXED_ECDH 66
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TLS_MD_MAX_CONST_SIZE 20
							 | 
						||
| 
								 | 
							
								#define TLS_MD_CLIENT_FINISH_CONST "client finished"
							 | 
						||
| 
								 | 
							
								#define TLS_MD_CLIENT_FINISH_CONST_SIZE 15
							 | 
						||
| 
								 | 
							
								#define TLS_MD_SERVER_FINISH_CONST "server finished"
							 | 
						||
| 
								 | 
							
								#define TLS_MD_SERVER_FINISH_CONST_SIZE 15
							 | 
						||
| 
								 | 
							
								#define TLS_MD_KEY_EXPANSION_CONST "key expansion"
							 | 
						||
| 
								 | 
							
								#define TLS_MD_KEY_EXPANSION_CONST_SIZE 13
							 | 
						||
| 
								 | 
							
								#define TLS_MD_CLIENT_WRITE_KEY_CONST "client write key"
							 | 
						||
| 
								 | 
							
								#define TLS_MD_CLIENT_WRITE_KEY_CONST_SIZE 16
							 | 
						||
| 
								 | 
							
								#define TLS_MD_SERVER_WRITE_KEY_CONST "server write key"
							 | 
						||
| 
								 | 
							
								#define TLS_MD_SERVER_WRITE_KEY_CONST_SIZE 16
							 | 
						||
| 
								 | 
							
								#define TLS_MD_IV_BLOCK_CONST "IV block"
							 | 
						||
| 
								 | 
							
								#define TLS_MD_IV_BLOCK_CONST_SIZE 8
							 | 
						||
| 
								 | 
							
								#define TLS_MD_MASTER_SECRET_CONST "master secret"
							 | 
						||
| 
								 | 
							
								#define TLS_MD_MASTER_SECRET_CONST_SIZE 13
							 | 
						||
| 
								 | 
							
								#define TLS_MD_EXTENDED_MASTER_SECRET_CONST "extended master secret"
							 | 
						||
| 
								 | 
							
								#define TLS_MD_EXTENDED_MASTER_SECRET_CONST_SIZE 22
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#ifdef  __cplusplus
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								#endif
							 | 
						||
| 
								 | 
							
								#endif
							 |