sl@0: /* ssl/ssl_locl.h */ sl@0: /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) sl@0: * All rights reserved. sl@0: * sl@0: * This package is an SSL implementation written sl@0: * by Eric Young (eay@cryptsoft.com). sl@0: * The implementation was written so as to conform with Netscapes SSL. sl@0: * sl@0: * This library is free for commercial and non-commercial use as long as sl@0: * the following conditions are aheared to. The following conditions sl@0: * apply to all code found in this distribution, be it the RC4, RSA, sl@0: * lhash, DES, etc., code; not just the SSL code. The SSL documentation sl@0: * included with this distribution is covered by the same copyright terms sl@0: * except that the holder is Tim Hudson (tjh@cryptsoft.com). sl@0: * sl@0: * Copyright remains Eric Young's, and as such any Copyright notices in sl@0: * the code are not to be removed. sl@0: * If this package is used in a product, Eric Young should be given attribution sl@0: * as the author of the parts of the library used. sl@0: * This can be in the form of a textual message at program startup or sl@0: * in documentation (online or textual) provided with the package. sl@0: * sl@0: * Redistribution and use in source and binary forms, with or without sl@0: * modification, are permitted provided that the following conditions sl@0: * are met: sl@0: * 1. Redistributions of source code must retain the copyright sl@0: * notice, this list of conditions and the following disclaimer. sl@0: * 2. Redistributions in binary form must reproduce the above copyright sl@0: * notice, this list of conditions and the following disclaimer in the sl@0: * documentation and/or other materials provided with the distribution. sl@0: * 3. All advertising materials mentioning features or use of this software sl@0: * must display the following acknowledgement: sl@0: * "This product includes cryptographic software written by sl@0: * Eric Young (eay@cryptsoft.com)" sl@0: * The word 'cryptographic' can be left out if the rouines from the library sl@0: * being used are not cryptographic related :-). sl@0: * 4. If you include any Windows specific code (or a derivative thereof) from sl@0: * the apps directory (application code) you must include an acknowledgement: sl@0: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" sl@0: * sl@0: * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND sl@0: * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE sl@0: * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE sl@0: * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE sl@0: * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL sl@0: * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS sl@0: * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) sl@0: * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT sl@0: * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY sl@0: * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF sl@0: * SUCH DAMAGE. sl@0: * sl@0: * The licence and distribution terms for any publically available version or sl@0: * derivative of this code cannot be changed. i.e. this code cannot simply be sl@0: * copied and put under another distribution licence sl@0: * [including the GNU Public Licence.] sl@0: */ sl@0: /* ==================================================================== sl@0: * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. sl@0: * sl@0: * Redistribution and use in source and binary forms, with or without sl@0: * modification, are permitted provided that the following conditions sl@0: * are met: sl@0: * sl@0: * 1. Redistributions of source code must retain the above copyright sl@0: * notice, this list of conditions and the following disclaimer. sl@0: * sl@0: * 2. Redistributions in binary form must reproduce the above copyright sl@0: * notice, this list of conditions and the following disclaimer in sl@0: * the documentation and/or other materials provided with the sl@0: * distribution. sl@0: * sl@0: * 3. All advertising materials mentioning features or use of this sl@0: * software must display the following acknowledgment: sl@0: * "This product includes software developed by the OpenSSL Project sl@0: * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" sl@0: * sl@0: * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to sl@0: * endorse or promote products derived from this software without sl@0: * prior written permission. For written permission, please contact sl@0: * openssl-core@openssl.org. sl@0: * sl@0: * 5. Products derived from this software may not be called "OpenSSL" sl@0: * nor may "OpenSSL" appear in their names without prior written sl@0: * permission of the OpenSSL Project. sl@0: * sl@0: * 6. Redistributions of any form whatsoever must retain the following sl@0: * acknowledgment: sl@0: * "This product includes software developed by the OpenSSL Project sl@0: * for use in the OpenSSL Toolkit (http://www.openssl.org/)" sl@0: * sl@0: * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY sl@0: * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE sl@0: * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR sl@0: * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR sl@0: * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, sl@0: * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT sl@0: * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; sl@0: * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) sl@0: * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, sl@0: * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) sl@0: * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED sl@0: * OF THE POSSIBILITY OF SUCH DAMAGE. sl@0: * ==================================================================== sl@0: * sl@0: * This product includes cryptographic software written by Eric Young sl@0: * (eay@cryptsoft.com). This product includes software written by Tim sl@0: * Hudson (tjh@cryptsoft.com). sl@0: * sl@0: */ sl@0: /* ==================================================================== sl@0: * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. sl@0: * ECC cipher suite support in OpenSSL originally developed by sl@0: * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. sl@0: */ sl@0: sl@0: #ifndef HEADER_SSL_LOCL_H sl@0: #define HEADER_SSL_LOCL_H sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: sl@0: #include "e_os.h" sl@0: sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #ifndef OPENSSL_NO_RSA sl@0: #include sl@0: #endif sl@0: #ifndef OPENSSL_NO_DSA sl@0: #include sl@0: #endif sl@0: #include sl@0: #include sl@0: #include sl@0: sl@0: #if (defined(SYMBIAN) && (defined(__WINSCW__) || defined(__WINS__))) sl@0: #include "libssl_wsd.h" sl@0: //#ifndef EMULATOR sl@0: //#define EMULATOR (defined(SYMBIAN) && (defined(__WINSCW__) || defined(__WINS__))) sl@0: //#endif sl@0: #endif sl@0: sl@0: #ifdef OPENSSL_BUILD_SHLIBSSL sl@0: # undef OPENSSL_EXTERN sl@0: # define OPENSSL_EXTERN OPENSSL_EXPORT sl@0: #endif sl@0: sl@0: #define PKCS1_CHECK sl@0: sl@0: #define c2l(c,l) (l = ((unsigned long)(*((c)++))) , \ sl@0: l|=(((unsigned long)(*((c)++)))<< 8), \ sl@0: l|=(((unsigned long)(*((c)++)))<<16), \ sl@0: l|=(((unsigned long)(*((c)++)))<<24)) sl@0: sl@0: /* NOTE - c is not incremented as per c2l */ sl@0: #define c2ln(c,l1,l2,n) { \ sl@0: c+=n; \ sl@0: l1=l2=0; \ sl@0: switch (n) { \ sl@0: case 8: l2 =((unsigned long)(*(--(c))))<<24; \ sl@0: case 7: l2|=((unsigned long)(*(--(c))))<<16; \ sl@0: case 6: l2|=((unsigned long)(*(--(c))))<< 8; \ sl@0: case 5: l2|=((unsigned long)(*(--(c)))); \ sl@0: case 4: l1 =((unsigned long)(*(--(c))))<<24; \ sl@0: case 3: l1|=((unsigned long)(*(--(c))))<<16; \ sl@0: case 2: l1|=((unsigned long)(*(--(c))))<< 8; \ sl@0: case 1: l1|=((unsigned long)(*(--(c)))); \ sl@0: } \ sl@0: } sl@0: sl@0: #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ sl@0: *((c)++)=(unsigned char)(((l)>> 8)&0xff), \ sl@0: *((c)++)=(unsigned char)(((l)>>16)&0xff), \ sl@0: *((c)++)=(unsigned char)(((l)>>24)&0xff)) sl@0: sl@0: #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ sl@0: l|=((unsigned long)(*((c)++)))<<16, \ sl@0: l|=((unsigned long)(*((c)++)))<< 8, \ sl@0: l|=((unsigned long)(*((c)++)))) sl@0: sl@0: #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ sl@0: *((c)++)=(unsigned char)(((l)>>16)&0xff), \ sl@0: *((c)++)=(unsigned char)(((l)>> 8)&0xff), \ sl@0: *((c)++)=(unsigned char)(((l) )&0xff)) sl@0: sl@0: #define l2n6(l,c) (*((c)++)=(unsigned char)(((l)>>40)&0xff), \ sl@0: *((c)++)=(unsigned char)(((l)>>32)&0xff), \ sl@0: *((c)++)=(unsigned char)(((l)>>24)&0xff), \ sl@0: *((c)++)=(unsigned char)(((l)>>16)&0xff), \ sl@0: *((c)++)=(unsigned char)(((l)>> 8)&0xff), \ sl@0: *((c)++)=(unsigned char)(((l) )&0xff)) sl@0: sl@0: #define n2l6(c,l) (l =((BN_ULLONG)(*((c)++)))<<40, \ sl@0: l|=((BN_ULLONG)(*((c)++)))<<32, \ sl@0: l|=((BN_ULLONG)(*((c)++)))<<24, \ sl@0: l|=((BN_ULLONG)(*((c)++)))<<16, \ sl@0: l|=((BN_ULLONG)(*((c)++)))<< 8, \ sl@0: l|=((BN_ULLONG)(*((c)++)))) sl@0: sl@0: /* NOTE - c is not incremented as per l2c */ sl@0: #define l2cn(l1,l2,c,n) { \ sl@0: c+=n; \ sl@0: switch (n) { \ sl@0: case 8: *(--(c))=(unsigned char)(((l2)>>24)&0xff); \ sl@0: case 7: *(--(c))=(unsigned char)(((l2)>>16)&0xff); \ sl@0: case 6: *(--(c))=(unsigned char)(((l2)>> 8)&0xff); \ sl@0: case 5: *(--(c))=(unsigned char)(((l2) )&0xff); \ sl@0: case 4: *(--(c))=(unsigned char)(((l1)>>24)&0xff); \ sl@0: case 3: *(--(c))=(unsigned char)(((l1)>>16)&0xff); \ sl@0: case 2: *(--(c))=(unsigned char)(((l1)>> 8)&0xff); \ sl@0: case 1: *(--(c))=(unsigned char)(((l1) )&0xff); \ sl@0: } \ sl@0: } sl@0: sl@0: #define n2s(c,s) ((s=(((unsigned int)(c[0]))<< 8)| \ sl@0: (((unsigned int)(c[1])) )),c+=2) sl@0: #define s2n(s,c) ((c[0]=(unsigned char)(((s)>> 8)&0xff), \ sl@0: c[1]=(unsigned char)(((s) )&0xff)),c+=2) sl@0: sl@0: #define n2l3(c,l) ((l =(((unsigned long)(c[0]))<<16)| \ sl@0: (((unsigned long)(c[1]))<< 8)| \ sl@0: (((unsigned long)(c[2])) )),c+=3) sl@0: sl@0: #define l2n3(l,c) ((c[0]=(unsigned char)(((l)>>16)&0xff), \ sl@0: c[1]=(unsigned char)(((l)>> 8)&0xff), \ sl@0: c[2]=(unsigned char)(((l) )&0xff)),c+=3) sl@0: sl@0: /* LOCAL STUFF */ sl@0: sl@0: #define SSL_DECRYPT 0 sl@0: #define SSL_ENCRYPT 1 sl@0: sl@0: #define TWO_BYTE_BIT 0x80 sl@0: #define SEC_ESC_BIT 0x40 sl@0: #define TWO_BYTE_MASK 0x7fff sl@0: #define THREE_BYTE_MASK 0x3fff sl@0: sl@0: #define INC32(a) ((a)=((a)+1)&0xffffffffL) sl@0: #define DEC32(a) ((a)=((a)-1)&0xffffffffL) sl@0: #define MAX_MAC_SIZE 20 /* up from 16 for SSLv3 */ sl@0: sl@0: /* sl@0: * Define the Bitmasks for SSL_CIPHER.algorithms. sl@0: * This bits are used packed as dense as possible. If new methods/ciphers sl@0: * etc will be added, the bits a likely to change, so this information sl@0: * is for internal library use only, even though SSL_CIPHER.algorithms sl@0: * can be publicly accessed. sl@0: * Use the according functions for cipher management instead. sl@0: * sl@0: * The bit mask handling in the selection and sorting scheme in sl@0: * ssl_create_cipher_list() has only limited capabilities, reflecting sl@0: * that the different entities within are mutually exclusive: sl@0: * ONLY ONE BIT PER MASK CAN BE SET AT A TIME. sl@0: */ sl@0: #define SSL_MKEY_MASK 0x000000FFL sl@0: #define SSL_kRSA 0x00000001L /* RSA key exchange */ sl@0: #define SSL_kDHr 0x00000002L /* DH cert RSA CA cert */ sl@0: #define SSL_kDHd 0x00000004L /* DH cert DSA CA cert */ sl@0: #define SSL_kFZA 0x00000008L sl@0: #define SSL_kEDH 0x00000010L /* tmp DH key no DH cert */ sl@0: #define SSL_kKRB5 0x00000020L /* Kerberos5 key exchange */ sl@0: #define SSL_kECDH 0x00000040L /* ECDH w/ long-term keys */ sl@0: #define SSL_kECDHE 0x00000080L /* ephemeral ECDH */ sl@0: #define SSL_EDH (SSL_kEDH|(SSL_AUTH_MASK^SSL_aNULL)) sl@0: sl@0: #define SSL_AUTH_MASK 0x00007F00L sl@0: #define SSL_aRSA 0x00000100L /* Authenticate with RSA */ sl@0: #define SSL_aDSS 0x00000200L /* Authenticate with DSS */ sl@0: #define SSL_DSS SSL_aDSS sl@0: #define SSL_aFZA 0x00000400L sl@0: #define SSL_aNULL 0x00000800L /* no Authenticate, ADH */ sl@0: #define SSL_aDH 0x00001000L /* no Authenticate, ADH */ sl@0: #define SSL_aKRB5 0x00002000L /* Authenticate with KRB5 */ sl@0: #define SSL_aECDSA 0x00004000L /* Authenticate with ECDSA */ sl@0: sl@0: #define SSL_NULL (SSL_eNULL) sl@0: #define SSL_ADH (SSL_kEDH|SSL_aNULL) sl@0: #define SSL_RSA (SSL_kRSA|SSL_aRSA) sl@0: #define SSL_DH (SSL_kDHr|SSL_kDHd|SSL_kEDH) sl@0: #define SSL_ECDH (SSL_kECDH|SSL_kECDHE) sl@0: #define SSL_FZA (SSL_aFZA|SSL_kFZA|SSL_eFZA) sl@0: #define SSL_KRB5 (SSL_kKRB5|SSL_aKRB5) sl@0: sl@0: #define SSL_ENC_MASK 0x043F8000L sl@0: #define SSL_DES 0x00008000L sl@0: #define SSL_3DES 0x00010000L sl@0: #define SSL_RC4 0x00020000L sl@0: #define SSL_RC2 0x00040000L sl@0: #define SSL_IDEA 0x00080000L sl@0: #define SSL_eFZA 0x00100000L sl@0: #define SSL_eNULL 0x00200000L sl@0: #define SSL_AES 0x04000000L sl@0: sl@0: sl@0: sl@0: #define SSL_MAC_MASK 0x00c00000L sl@0: #define SSL_MD5 0x00400000L sl@0: #define SSL_SHA1 0x00800000L sl@0: #define SSL_SHA (SSL_SHA1) sl@0: sl@0: #define SSL_SSL_MASK 0x03000000L sl@0: #define SSL_SSLV2 0x01000000L sl@0: #define SSL_SSLV3 0x02000000L sl@0: #define SSL_TLSV1 SSL_SSLV3 /* for now */ sl@0: sl@0: /* we have used 07ffffff - 5 bits left to go. */ sl@0: sl@0: /* sl@0: * Export and cipher strength information. For each cipher we have to decide sl@0: * whether it is exportable or not. This information is likely to change sl@0: * over time, since the export control rules are no static technical issue. sl@0: * sl@0: * Independent of the export flag the cipher strength is sorted into classes. sl@0: * SSL_EXP40 was denoting the 40bit US export limit of past times, which now sl@0: * is at 56bit (SSL_EXP56). If the exportable cipher class is going to change sl@0: * again (eg. to 64bit) the use of "SSL_EXP*" becomes blurred even more, sl@0: * since SSL_EXP64 could be similar to SSL_LOW. sl@0: * For this reason SSL_MICRO and SSL_MINI macros are included to widen the sl@0: * namespace of SSL_LOW-SSL_HIGH to lower values. As development of speed sl@0: * and ciphers goes, another extension to SSL_SUPER and/or SSL_ULTRA would sl@0: * be possible. sl@0: */ sl@0: #define SSL_EXP_MASK 0x00000003L sl@0: #define SSL_NOT_EXP 0x00000001L sl@0: #define SSL_EXPORT 0x00000002L sl@0: sl@0: #define SSL_STRONG_MASK 0x000000fcL sl@0: #define SSL_STRONG_NONE 0x00000004L sl@0: #define SSL_EXP40 0x00000008L sl@0: #define SSL_MICRO (SSL_EXP40) sl@0: #define SSL_EXP56 0x00000010L sl@0: #define SSL_MINI (SSL_EXP56) sl@0: #define SSL_LOW 0x00000020L sl@0: #define SSL_MEDIUM 0x00000040L sl@0: #define SSL_HIGH 0x00000080L sl@0: sl@0: /* we have used 000000ff - 24 bits left to go */ sl@0: sl@0: /* sl@0: * Macros to check the export status and cipher strength for export ciphers. sl@0: * Even though the macros for EXPORT and EXPORT40/56 have similar names, sl@0: * their meaning is different: sl@0: * *_EXPORT macros check the 'exportable' status. sl@0: * *_EXPORT40/56 macros are used to check whether a certain cipher strength sl@0: * is given. sl@0: * Since the SSL_IS_EXPORT* and SSL_EXPORT* macros depend on the correct sl@0: * algorithm structure element to be passed (algorithms, algo_strength) and no sl@0: * typechecking can be done as they are all of type unsigned long, their sl@0: * direct usage is discouraged. sl@0: * Use the SSL_C_* macros instead. sl@0: */ sl@0: #define SSL_IS_EXPORT(a) ((a)&SSL_EXPORT) sl@0: #define SSL_IS_EXPORT56(a) ((a)&SSL_EXP56) sl@0: #define SSL_IS_EXPORT40(a) ((a)&SSL_EXP40) sl@0: #define SSL_C_IS_EXPORT(c) SSL_IS_EXPORT((c)->algo_strength) sl@0: #define SSL_C_IS_EXPORT56(c) SSL_IS_EXPORT56((c)->algo_strength) sl@0: #define SSL_C_IS_EXPORT40(c) SSL_IS_EXPORT40((c)->algo_strength) sl@0: sl@0: #define SSL_EXPORT_KEYLENGTH(a,s) (SSL_IS_EXPORT40(s) ? 5 : \ sl@0: ((a)&SSL_ENC_MASK) == SSL_DES ? 8 : 7) sl@0: #define SSL_EXPORT_PKEYLENGTH(a) (SSL_IS_EXPORT40(a) ? 512 : 1024) sl@0: #define SSL_C_EXPORT_KEYLENGTH(c) SSL_EXPORT_KEYLENGTH((c)->algorithms, \ sl@0: (c)->algo_strength) sl@0: #define SSL_C_EXPORT_PKEYLENGTH(c) SSL_EXPORT_PKEYLENGTH((c)->algo_strength) sl@0: sl@0: sl@0: #define SSL_ALL 0xffffffffL sl@0: #define SSL_ALL_CIPHERS (SSL_MKEY_MASK|SSL_AUTH_MASK|SSL_ENC_MASK|\ sl@0: SSL_MAC_MASK) sl@0: #define SSL_ALL_STRENGTHS (SSL_EXP_MASK|SSL_STRONG_MASK) sl@0: sl@0: /* Mostly for SSLv3 */ sl@0: #define SSL_PKEY_RSA_ENC 0 sl@0: #define SSL_PKEY_RSA_SIGN 1 sl@0: #define SSL_PKEY_DSA_SIGN 2 sl@0: #define SSL_PKEY_DH_RSA 3 sl@0: #define SSL_PKEY_DH_DSA 4 sl@0: #define SSL_PKEY_ECC 5 sl@0: #define SSL_PKEY_NUM 6 sl@0: sl@0: /* SSL_kRSA <- RSA_ENC | (RSA_TMP & RSA_SIGN) | sl@0: * <- (EXPORT & (RSA_ENC | RSA_TMP) & RSA_SIGN) sl@0: * SSL_kDH <- DH_ENC & (RSA_ENC | RSA_SIGN | DSA_SIGN) sl@0: * SSL_kEDH <- RSA_ENC | RSA_SIGN | DSA_SIGN sl@0: * SSL_aRSA <- RSA_ENC | RSA_SIGN sl@0: * SSL_aDSS <- DSA_SIGN sl@0: */ sl@0: sl@0: /* sl@0: #define CERT_INVALID 0 sl@0: #define CERT_PUBLIC_KEY 1 sl@0: #define CERT_PRIVATE_KEY 2 sl@0: */ sl@0: sl@0: #ifndef OPENSSL_NO_EC sl@0: /* From ECC-TLS draft, used in encoding the curve type in sl@0: * ECParameters sl@0: */ sl@0: #define EXPLICIT_PRIME_CURVE_TYPE 1 sl@0: #define EXPLICIT_CHAR2_CURVE_TYPE 2 sl@0: #define NAMED_CURVE_TYPE 3 sl@0: #endif /* OPENSSL_NO_EC */ sl@0: sl@0: typedef struct cert_pkey_st sl@0: { sl@0: X509 *x509; sl@0: EVP_PKEY *privatekey; sl@0: } CERT_PKEY; sl@0: sl@0: typedef struct cert_st sl@0: { sl@0: /* Current active set */ sl@0: CERT_PKEY *key; /* ALWAYS points to an element of the pkeys array sl@0: * Probably it would make more sense to store sl@0: * an index, not a pointer. */ sl@0: sl@0: /* The following masks are for the key and auth sl@0: * algorithms that are supported by the certs below */ sl@0: int valid; sl@0: unsigned long mask; sl@0: unsigned long export_mask; sl@0: #ifndef OPENSSL_NO_RSA sl@0: RSA *rsa_tmp; sl@0: RSA *(*rsa_tmp_cb)(SSL *ssl,int is_export,int keysize); sl@0: #endif sl@0: #ifndef OPENSSL_NO_DH sl@0: DH *dh_tmp; sl@0: DH *(*dh_tmp_cb)(SSL *ssl,int is_export,int keysize); sl@0: #endif sl@0: #ifndef OPENSSL_NO_ECDH sl@0: EC_KEY *ecdh_tmp; sl@0: /* Callback for generating ephemeral ECDH keys */ sl@0: EC_KEY *(*ecdh_tmp_cb)(SSL *ssl,int is_export,int keysize); sl@0: #endif sl@0: sl@0: CERT_PKEY pkeys[SSL_PKEY_NUM]; sl@0: sl@0: int references; /* >1 only if SSL_copy_session_id is used */ sl@0: } CERT; sl@0: sl@0: typedef struct sess_cert_st sl@0: { sl@0: STACK_OF(X509) *cert_chain; /* as received from peer (not for SSL2) */ sl@0: sl@0: /* The 'peer_...' members are used only by clients. */ sl@0: int peer_cert_type; sl@0: sl@0: CERT_PKEY *peer_key; /* points to an element of peer_pkeys (never NULL!) */ sl@0: CERT_PKEY peer_pkeys[SSL_PKEY_NUM]; sl@0: /* Obviously we don't have the private keys of these, sl@0: * so maybe we shouldn't even use the CERT_PKEY type here. */ sl@0: sl@0: #ifndef OPENSSL_NO_RSA sl@0: RSA *peer_rsa_tmp; /* not used for SSL 2 */ sl@0: #endif sl@0: #ifndef OPENSSL_NO_DH sl@0: DH *peer_dh_tmp; /* not used for SSL 2 */ sl@0: #endif sl@0: #ifndef OPENSSL_NO_ECDH sl@0: EC_KEY *peer_ecdh_tmp; sl@0: #endif sl@0: sl@0: int references; /* actually always 1 at the moment */ sl@0: } SESS_CERT; sl@0: sl@0: sl@0: /*#define MAC_DEBUG */ sl@0: sl@0: /*#define ERR_DEBUG */ sl@0: /*#define ABORT_DEBUG */ sl@0: /*#define PKT_DEBUG 1 */ sl@0: /*#define DES_DEBUG */ sl@0: /*#define DES_OFB_DEBUG */ sl@0: /*#define SSL_DEBUG */ sl@0: /*#define RSA_DEBUG */ sl@0: /*#define IDEA_DEBUG */ sl@0: sl@0: #define FP_ICC (int (*)(const void *,const void *)) sl@0: #define ssl_put_cipher_by_char(ssl,ciph,ptr) \ sl@0: ((ssl)->method->put_cipher_by_char((ciph),(ptr))) sl@0: #define ssl_get_cipher_by_char(ssl,ptr) \ sl@0: ((ssl)->method->get_cipher_by_char(ptr)) sl@0: sl@0: #ifndef EMULATOR sl@0: /* This is for the SSLv3/TLSv1.0 differences in crypto/hash stuff sl@0: * It is a bit of a mess of functions, but hell, think of it as sl@0: * an opaque structure :-) */ sl@0: typedef struct ssl3_enc_method sl@0: { sl@0: int (*enc)(SSL *, int); sl@0: int (*mac)(SSL *, unsigned char *, int); sl@0: int (*setup_key_block)(SSL *); sl@0: int (*generate_master_secret)(SSL *, unsigned char *, unsigned char *, int); sl@0: int (*change_cipher_state)(SSL *, int); sl@0: int (*final_finish_mac)(SSL *, EVP_MD_CTX *, EVP_MD_CTX *, const char *, int, unsigned char *); sl@0: int finish_mac_length; sl@0: int (*cert_verify_mac)(SSL *, EVP_MD_CTX *, unsigned char *); sl@0: const char *client_finished_label; sl@0: int client_finished_label_len; sl@0: const char *server_finished_label; sl@0: int server_finished_label_len; sl@0: int (*alert_value)(int); sl@0: } SSL3_ENC_METHOD; sl@0: #endif sl@0: /* Used for holding the relevant compression methods loaded into SSL_CTX */ sl@0: typedef struct ssl3_comp_st sl@0: { sl@0: int comp_id; /* The identifier byte for this compression type */ sl@0: char *name; /* Text name used for the compression type */ sl@0: COMP_METHOD *method; /* The method :-) */ sl@0: } SSL3_COMP; sl@0: sl@0: #ifndef EMULATOR sl@0: sl@0: extern SSL3_ENC_METHOD ssl3_undef_enc_method; sl@0: OPENSSL_EXTERN SSL_CIPHER ssl2_ciphers[]; sl@0: OPENSSL_EXTERN SSL_CIPHER ssl3_ciphers[]; sl@0: sl@0: #else sl@0: sl@0: //GET_GLOBAL_VAR_FROM_TLS(ssl3_undef_enc_method,ssl_lib,SSL3_ENC_METHOD) sl@0: //#define ssl3_undef_enc_method (GET_WSD_VAR_NAME(ssl3_undef_enc_method,ssl_lib,g)()) sl@0: sl@0: sl@0: //GET_GLOBAL_ARRAY_FROM_TLS(ssl2_ciphers,s2_lib,SSL_CIPHER) sl@0: sl@0: //#define ssl2_ciphers (GET_WSD_VAR_NAME(ssl2_ciphers,s2_lib,g)()) sl@0: sl@0: sl@0: //GET_GLOBAL_ARRAY_FROM_TLS(ssl3_ciphers,s3_lib,SSL_CIPHER) sl@0: sl@0: //#define ssl3_ciphers (GET_WSD_VAR_NAME(ssl3_ciphers,s3_lib,g)()) sl@0: sl@0: #endif sl@0: sl@0: //extern const SSL3_ENC_METHOD ssl3_undef_enc_method; sl@0: //OPENSSL_EXTERN const SSL_CIPHER ssl2_ciphers[]; sl@0: //OPENSSL_EXTERN const SSL_CIPHER ssl3_ciphers[]; sl@0: sl@0: //#endif sl@0: sl@0: SSL_METHOD *ssl_bad_method(int ver); sl@0: SSL_METHOD *sslv2_base_method(void); sl@0: SSL_METHOD *sslv23_base_method(void); sl@0: SSL_METHOD *sslv3_base_method(void); sl@0: sl@0: sl@0: sl@0: #ifndef EMULATOR sl@0: sl@0: extern SSL3_ENC_METHOD DTLSv1_enc_data; sl@0: extern SSL3_ENC_METHOD TLSv1_enc_data; sl@0: extern SSL3_ENC_METHOD SSLv3_enc_data; sl@0: sl@0: #endif sl@0: sl@0: #ifdef EMULATOR sl@0: sl@0: #define IMPLEMENT_ssl23_meth_func(func_name, s_accept, s_connect, s_get_meth) \ sl@0: SSL_METHOD *func_name(void) \ sl@0: { \ sl@0: return &func_name##_data; \ sl@0: }\ sl@0: const SSL_METHOD temp_##func_name##_data= { \ sl@0: TLS1_VERSION, \ sl@0: tls1_new, \ sl@0: tls1_clear, \ sl@0: tls1_free, \ sl@0: s_accept, \ sl@0: s_connect, \ sl@0: ssl23_read, \ sl@0: ssl23_peek, \ sl@0: ssl23_write, \ sl@0: ssl_undefined_function, \ sl@0: ssl_undefined_function, \ sl@0: ssl_ok, \ sl@0: ssl3_get_message, \ sl@0: ssl3_read_bytes, \ sl@0: ssl3_write_bytes, \ sl@0: ssl3_dispatch_alert, \ sl@0: ssl3_ctrl, \ sl@0: ssl3_ctx_ctrl, \ sl@0: ssl23_get_cipher_by_char, \ sl@0: ssl23_put_cipher_by_char, \ sl@0: ssl_undefined_const_function, \ sl@0: ssl23_num_ciphers, \ sl@0: ssl23_get_cipher, \ sl@0: s_get_meth, \ sl@0: ssl23_default_timeout, \ sl@0: /*&ssl3_undef_enc_method*/NULL, \ sl@0: ssl_undefined_void_function, \ sl@0: ssl3_callback_ctrl, \ sl@0: ssl3_ctx_callback_ctrl, \ sl@0: }; sl@0: sl@0: sl@0: #define IMPLEMENT_ssl2_meth_func(func_name, s_accept, s_connect, s_get_meth) \ sl@0: \ sl@0: SSL_METHOD *func_name(void) \ sl@0: { \ sl@0: return &func_name##_data; \ sl@0: }\ sl@0: const SSL_METHOD temp_##func_name##_data= { \ sl@0: SSL2_VERSION, \ sl@0: ssl2_new, /* local */ \ sl@0: ssl2_clear, /* local */ \ sl@0: ssl2_free, /* local */ \ sl@0: s_accept, \ sl@0: s_connect, \ sl@0: ssl2_read, \ sl@0: ssl2_peek, \ sl@0: ssl2_write, \ sl@0: ssl2_shutdown, \ sl@0: ssl_ok, /* NULL - renegotiate */ \ sl@0: ssl_ok, /* NULL - check renegotiate */ \ sl@0: NULL, /* NULL - ssl_get_message */ \ sl@0: NULL, /* NULL - ssl_get_record */ \ sl@0: NULL, /* NULL - ssl_write_bytes */ \ sl@0: NULL, /* NULL - dispatch_alert */ \ sl@0: ssl2_ctrl, /* local */ \ sl@0: ssl2_ctx_ctrl, /* local */ \ sl@0: ssl2_get_cipher_by_char, \ sl@0: ssl2_put_cipher_by_char, \ sl@0: ssl2_pending, \ sl@0: ssl2_num_ciphers, \ sl@0: ssl2_get_cipher, \ sl@0: s_get_meth, \ sl@0: ssl2_default_timeout, \ sl@0: /*&ssl3_undef_enc_method*/NULL, \ sl@0: ssl_undefined_void_function, \ sl@0: ssl2_callback_ctrl, /* local */ \ sl@0: ssl2_ctx_callback_ctrl, /* local */ \ sl@0: }; sl@0: sl@0: #define IMPLEMENT_dtls1_meth_func(func_name, s_accept, s_connect, s_get_meth) \ sl@0: \ sl@0: SSL_METHOD *func_name(void) \ sl@0: { \ sl@0: return &func_name##_data; \ sl@0: }\ sl@0: const SSL_METHOD temp_##func_name##_data= { \ sl@0: DTLS1_VERSION, \ sl@0: dtls1_new, \ sl@0: dtls1_clear, \ sl@0: dtls1_free, \ sl@0: s_accept, \ sl@0: s_connect, \ sl@0: ssl3_read, \ sl@0: ssl3_peek, \ sl@0: ssl3_write, \ sl@0: ssl3_shutdown, \ sl@0: ssl3_renegotiate, \ sl@0: ssl3_renegotiate_check, \ sl@0: dtls1_get_message, \ sl@0: dtls1_read_bytes, \ sl@0: dtls1_write_app_data_bytes, \ sl@0: dtls1_dispatch_alert, \ sl@0: ssl3_ctrl, \ sl@0: ssl3_ctx_ctrl, \ sl@0: ssl3_get_cipher_by_char, \ sl@0: ssl3_put_cipher_by_char, \ sl@0: ssl3_pending, \ sl@0: ssl3_num_ciphers, \ sl@0: ssl3_get_cipher, \ sl@0: s_get_meth, \ sl@0: dtls1_default_timeout, \ sl@0: /*&DTLSv1_enc_data*/NULL,\ sl@0: ssl_undefined_void_function, \ sl@0: ssl3_callback_ctrl, \ sl@0: ssl3_ctx_callback_ctrl, \ sl@0: }; sl@0: sl@0: sl@0: sl@0: #define IMPLEMENT_ssl3_meth_func(func_name, s_accept, s_connect, s_get_meth) \ sl@0: \ sl@0: SSL_METHOD *func_name(void) \ sl@0: { \ sl@0: return &func_name##_data; \ sl@0: }\ sl@0: const SSL_METHOD temp_##func_name##_data= { \ sl@0: SSL3_VERSION, \ sl@0: ssl3_new, \ sl@0: ssl3_clear, \ sl@0: ssl3_free, \ sl@0: s_accept, \ sl@0: s_connect, \ sl@0: ssl3_read, \ sl@0: ssl3_peek, \ sl@0: ssl3_write, \ sl@0: ssl3_shutdown, \ sl@0: ssl3_renegotiate, \ sl@0: ssl3_renegotiate_check, \ sl@0: ssl3_get_message, \ sl@0: ssl3_read_bytes, \ sl@0: ssl3_write_bytes, \ sl@0: ssl3_dispatch_alert, \ sl@0: ssl3_ctrl, \ sl@0: ssl3_ctx_ctrl, \ sl@0: ssl3_get_cipher_by_char, \ sl@0: ssl3_put_cipher_by_char, \ sl@0: ssl3_pending, \ sl@0: ssl3_num_ciphers, \ sl@0: ssl3_get_cipher, \ sl@0: s_get_meth, \ sl@0: ssl3_default_timeout, \ sl@0: /*&SSLv3_enc_data*/NULL, \ sl@0: ssl_undefined_void_function, \ sl@0: ssl3_callback_ctrl, \ sl@0: ssl3_ctx_callback_ctrl, \ sl@0: }; sl@0: sl@0: #define IMPLEMENT_tls1_meth_func(func_name, s_accept, s_connect, s_get_meth) \ sl@0: \ sl@0: SSL_METHOD *func_name(void) \ sl@0: { \ sl@0: return &func_name##_data; \ sl@0: }\ sl@0: const SSL_METHOD temp_##func_name##_data= { \ sl@0: TLS1_VERSION, \ sl@0: tls1_new, \ sl@0: tls1_clear, \ sl@0: tls1_free, \ sl@0: s_accept, \ sl@0: s_connect, \ sl@0: ssl3_read, \ sl@0: ssl3_peek, \ sl@0: ssl3_write, \ sl@0: ssl3_shutdown, \ sl@0: ssl3_renegotiate, \ sl@0: ssl3_renegotiate_check, \ sl@0: ssl3_get_message, \ sl@0: ssl3_read_bytes, \ sl@0: ssl3_write_bytes, \ sl@0: ssl3_dispatch_alert, \ sl@0: ssl3_ctrl, \ sl@0: ssl3_ctx_ctrl, \ sl@0: ssl3_get_cipher_by_char, \ sl@0: ssl3_put_cipher_by_char, \ sl@0: ssl3_pending, \ sl@0: ssl3_num_ciphers, \ sl@0: ssl3_get_cipher, \ sl@0: s_get_meth, \ sl@0: tls1_default_timeout, \ sl@0: /* &TLSv1_enc_data */NULL, \ sl@0: ssl_undefined_void_function, \ sl@0: ssl3_callback_ctrl, \ sl@0: ssl3_ctx_callback_ctrl, \ sl@0: }; sl@0: sl@0: #else /* #endif *//* EMULATOR */ sl@0: sl@0: sl@0: #define IMPLEMENT_tls1_meth_func(func_name, s_accept, s_connect, s_get_meth) \ sl@0: SSL_METHOD *func_name(void) \ sl@0: { \ sl@0: static SSL_METHOD func_name##_data= { \ sl@0: TLS1_VERSION, \ sl@0: tls1_new, \ sl@0: tls1_clear, \ sl@0: tls1_free, \ sl@0: s_accept, \ sl@0: s_connect, \ sl@0: ssl3_read, \ sl@0: ssl3_peek, \ sl@0: ssl3_write, \ sl@0: ssl3_shutdown, \ sl@0: ssl3_renegotiate, \ sl@0: ssl3_renegotiate_check, \ sl@0: ssl3_get_message, \ sl@0: ssl3_read_bytes, \ sl@0: ssl3_write_bytes, \ sl@0: ssl3_dispatch_alert, \ sl@0: ssl3_ctrl, \ sl@0: ssl3_ctx_ctrl, \ sl@0: ssl3_get_cipher_by_char, \ sl@0: ssl3_put_cipher_by_char, \ sl@0: ssl3_pending, \ sl@0: ssl3_num_ciphers, \ sl@0: ssl3_get_cipher, \ sl@0: s_get_meth, \ sl@0: tls1_default_timeout, \ sl@0: &TLSv1_enc_data, \ sl@0: ssl_undefined_void_function, \ sl@0: ssl3_callback_ctrl, \ sl@0: ssl3_ctx_callback_ctrl, \ sl@0: }; \ sl@0: return &func_name##_data; \ sl@0: } sl@0: sl@0: #define IMPLEMENT_ssl3_meth_func(func_name, s_accept, s_connect, s_get_meth) \ sl@0: SSL_METHOD *func_name(void) \ sl@0: { \ sl@0: static SSL_METHOD func_name##_data= { \ sl@0: SSL3_VERSION, \ sl@0: ssl3_new, \ sl@0: ssl3_clear, \ sl@0: ssl3_free, \ sl@0: s_accept, \ sl@0: s_connect, \ sl@0: ssl3_read, \ sl@0: ssl3_peek, \ sl@0: ssl3_write, \ sl@0: ssl3_shutdown, \ sl@0: ssl3_renegotiate, \ sl@0: ssl3_renegotiate_check, \ sl@0: ssl3_get_message, \ sl@0: ssl3_read_bytes, \ sl@0: ssl3_write_bytes, \ sl@0: ssl3_dispatch_alert, \ sl@0: ssl3_ctrl, \ sl@0: ssl3_ctx_ctrl, \ sl@0: ssl3_get_cipher_by_char, \ sl@0: ssl3_put_cipher_by_char, \ sl@0: ssl3_pending, \ sl@0: ssl3_num_ciphers, \ sl@0: ssl3_get_cipher, \ sl@0: s_get_meth, \ sl@0: ssl3_default_timeout, \ sl@0: &SSLv3_enc_data, \ sl@0: ssl_undefined_void_function, \ sl@0: ssl3_callback_ctrl, \ sl@0: ssl3_ctx_callback_ctrl, \ sl@0: }; \ sl@0: return &func_name##_data; \ sl@0: } sl@0: sl@0: sl@0: #define IMPLEMENT_ssl23_meth_func(func_name, s_accept, s_connect, s_get_meth) \ sl@0: SSL_METHOD *func_name(void) \ sl@0: { \ sl@0: static SSL_METHOD func_name##_data= { \ sl@0: TLS1_VERSION, \ sl@0: tls1_new, \ sl@0: tls1_clear, \ sl@0: tls1_free, \ sl@0: s_accept, \ sl@0: s_connect, \ sl@0: ssl23_read, \ sl@0: ssl23_peek, \ sl@0: ssl23_write, \ sl@0: ssl_undefined_function, \ sl@0: ssl_undefined_function, \ sl@0: ssl_ok, \ sl@0: ssl3_get_message, \ sl@0: ssl3_read_bytes, \ sl@0: ssl3_write_bytes, \ sl@0: ssl3_dispatch_alert, \ sl@0: ssl3_ctrl, \ sl@0: ssl3_ctx_ctrl, \ sl@0: ssl23_get_cipher_by_char, \ sl@0: ssl23_put_cipher_by_char, \ sl@0: ssl_undefined_const_function, \ sl@0: ssl23_num_ciphers, \ sl@0: ssl23_get_cipher, \ sl@0: s_get_meth, \ sl@0: ssl23_default_timeout, \ sl@0: &ssl3_undef_enc_method, \ sl@0: ssl_undefined_void_function, \ sl@0: ssl3_callback_ctrl, \ sl@0: ssl3_ctx_callback_ctrl, \ sl@0: }; \ sl@0: return &func_name##_data; \ sl@0: } sl@0: sl@0: sl@0: #define IMPLEMENT_ssl2_meth_func(func_name, s_accept, s_connect, s_get_meth) \ sl@0: SSL_METHOD *func_name(void) \ sl@0: { \ sl@0: static SSL_METHOD func_name##_data= { \ sl@0: SSL2_VERSION, \ sl@0: ssl2_new, /* local */ \ sl@0: ssl2_clear, /* local */ \ sl@0: ssl2_free, /* local */ \ sl@0: s_accept, \ sl@0: s_connect, \ sl@0: ssl2_read, \ sl@0: ssl2_peek, \ sl@0: ssl2_write, \ sl@0: ssl2_shutdown, \ sl@0: ssl_ok, /* NULL - renegotiate */ \ sl@0: ssl_ok, /* NULL - check renegotiate */ \ sl@0: NULL, /* NULL - ssl_get_message */ \ sl@0: NULL, /* NULL - ssl_get_record */ \ sl@0: NULL, /* NULL - ssl_write_bytes */ \ sl@0: NULL, /* NULL - dispatch_alert */ \ sl@0: ssl2_ctrl, /* local */ \ sl@0: ssl2_ctx_ctrl, /* local */ \ sl@0: ssl2_get_cipher_by_char, \ sl@0: ssl2_put_cipher_by_char, \ sl@0: ssl2_pending, \ sl@0: ssl2_num_ciphers, \ sl@0: ssl2_get_cipher, \ sl@0: s_get_meth, \ sl@0: ssl2_default_timeout, \ sl@0: &ssl3_undef_enc_method, \ sl@0: ssl_undefined_void_function, \ sl@0: ssl2_callback_ctrl, /* local */ \ sl@0: ssl2_ctx_callback_ctrl, /* local */ \ sl@0: }; \ sl@0: return &func_name##_data; \ sl@0: } sl@0: sl@0: sl@0: #define IMPLEMENT_dtls1_meth_func(func_name, s_accept, s_connect, s_get_meth) \ sl@0: SSL_METHOD *func_name(void) \ sl@0: { \ sl@0: static SSL_METHOD func_name##_data= { \ sl@0: DTLS1_VERSION, \ sl@0: dtls1_new, \ sl@0: dtls1_clear, \ sl@0: dtls1_free, \ sl@0: s_accept, \ sl@0: s_connect, \ sl@0: ssl3_read, \ sl@0: ssl3_peek, \ sl@0: ssl3_write, \ sl@0: ssl3_shutdown, \ sl@0: ssl3_renegotiate, \ sl@0: ssl3_renegotiate_check, \ sl@0: dtls1_get_message, \ sl@0: dtls1_read_bytes, \ sl@0: dtls1_write_app_data_bytes, \ sl@0: dtls1_dispatch_alert, \ sl@0: ssl3_ctrl, \ sl@0: ssl3_ctx_ctrl, \ sl@0: ssl3_get_cipher_by_char, \ sl@0: ssl3_put_cipher_by_char, \ sl@0: ssl3_pending, \ sl@0: ssl3_num_ciphers, \ sl@0: ssl3_get_cipher, \ sl@0: s_get_meth, \ sl@0: dtls1_default_timeout, \ sl@0: &DTLSv1_enc_data, \ sl@0: ssl_undefined_void_function, \ sl@0: ssl3_callback_ctrl, \ sl@0: ssl3_ctx_callback_ctrl, \ sl@0: }; \ sl@0: return &func_name##_data; \ sl@0: } sl@0: sl@0: sl@0: #endif /* EMULATOR */ sl@0: sl@0: void ssl_clear_cipher_ctx(SSL *s); sl@0: int ssl_clear_bad_session(SSL *s); sl@0: CERT *ssl_cert_new(void); sl@0: CERT *ssl_cert_dup(CERT *cert); sl@0: int ssl_cert_inst(CERT **o); sl@0: void ssl_cert_free(CERT *c); sl@0: SESS_CERT *ssl_sess_cert_new(void); sl@0: void ssl_sess_cert_free(SESS_CERT *sc); sl@0: int ssl_set_peer_cert_type(SESS_CERT *c, int type); sl@0: int ssl_get_new_session(SSL *s, int session); sl@0: int ssl_get_prev_session(SSL *s, unsigned char *session,int len, const unsigned char *limit); sl@0: int ssl_cipher_id_cmp(const SSL_CIPHER *a,const SSL_CIPHER *b); sl@0: int ssl_cipher_ptr_id_cmp(const SSL_CIPHER * const *ap, sl@0: const SSL_CIPHER * const *bp); sl@0: STACK_OF(SSL_CIPHER) *ssl_bytes_to_cipher_list(SSL *s,unsigned char *p,int num, sl@0: STACK_OF(SSL_CIPHER) **skp); sl@0: int ssl_cipher_list_to_bytes(SSL *s,STACK_OF(SSL_CIPHER) *sk,unsigned char *p, sl@0: int (*put_cb)(const SSL_CIPHER *, unsigned char *)); sl@0: STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *meth, sl@0: STACK_OF(SSL_CIPHER) **pref, sl@0: STACK_OF(SSL_CIPHER) **sorted, sl@0: const char *rule_str); sl@0: void ssl_update_cache(SSL *s, int mode); sl@0: int ssl_cipher_get_evp(const SSL_SESSION *s,const EVP_CIPHER **enc, sl@0: const EVP_MD **md,SSL_COMP **comp); sl@0: int ssl_verify_cert_chain(SSL *s,STACK_OF(X509) *sk); sl@0: int ssl_undefined_function(SSL *s); sl@0: int ssl_undefined_void_function(void); sl@0: int ssl_undefined_const_function(const SSL *s); sl@0: X509 *ssl_get_server_send_cert(SSL *); sl@0: EVP_PKEY *ssl_get_sign_pkey(SSL *,SSL_CIPHER *); sl@0: int ssl_cert_type(X509 *x,EVP_PKEY *pkey); sl@0: void ssl_set_cert_masks(CERT *c, SSL_CIPHER *cipher); sl@0: STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s); sl@0: int ssl_verify_alarm_type(long type); sl@0: void ssl_load_ciphers(void); sl@0: sl@0: int ssl2_enc_init(SSL *s, int client); sl@0: int ssl2_generate_key_material(SSL *s); sl@0: void ssl2_enc(SSL *s,int send_data); sl@0: void ssl2_mac(SSL *s,unsigned char *mac,int send_data); sl@0: SSL_CIPHER *ssl2_get_cipher_by_char(const unsigned char *p); sl@0: int ssl2_put_cipher_by_char(const SSL_CIPHER *c,unsigned char *p); sl@0: int ssl2_part_read(SSL *s, unsigned long f, int i); sl@0: int ssl2_do_write(SSL *s); sl@0: int ssl2_set_certificate(SSL *s, int type, int len, const unsigned char *data); sl@0: void ssl2_return_error(SSL *s,int reason); sl@0: void ssl2_write_error(SSL *s); sl@0: int ssl2_num_ciphers(void); sl@0: SSL_CIPHER *ssl2_get_cipher(unsigned int u); sl@0: int ssl2_new(SSL *s); sl@0: void ssl2_free(SSL *s); sl@0: int ssl2_accept(SSL *s); sl@0: int ssl2_connect(SSL *s); sl@0: int ssl2_read(SSL *s, void *buf, int len); sl@0: int ssl2_peek(SSL *s, void *buf, int len); sl@0: int ssl2_write(SSL *s, const void *buf, int len); sl@0: int ssl2_shutdown(SSL *s); sl@0: void ssl2_clear(SSL *s); sl@0: long ssl2_ctrl(SSL *s,int cmd, long larg, void *parg); sl@0: long ssl2_ctx_ctrl(SSL_CTX *s,int cmd, long larg, void *parg); sl@0: long ssl2_callback_ctrl(SSL *s,int cmd, void (*fp)(void)); sl@0: long ssl2_ctx_callback_ctrl(SSL_CTX *s,int cmd, void (*fp)(void)); sl@0: int ssl2_pending(const SSL *s); sl@0: long ssl2_default_timeout(void ); sl@0: sl@0: SSL_CIPHER *ssl3_get_cipher_by_char(const unsigned char *p); sl@0: int ssl3_put_cipher_by_char(const SSL_CIPHER *c,unsigned char *p); sl@0: void ssl3_init_finished_mac(SSL *s); sl@0: int ssl3_send_server_certificate(SSL *s); sl@0: int ssl3_send_newsession_ticket(SSL *s); sl@0: int ssl3_get_finished(SSL *s,int state_a,int state_b); sl@0: int ssl3_setup_key_block(SSL *s); sl@0: int ssl3_send_change_cipher_spec(SSL *s,int state_a,int state_b); sl@0: int ssl3_change_cipher_state(SSL *s,int which); sl@0: void ssl3_cleanup_key_block(SSL *s); sl@0: int ssl3_do_write(SSL *s,int type); sl@0: void ssl3_send_alert(SSL *s,int level, int desc); sl@0: int ssl3_generate_master_secret(SSL *s, unsigned char *out, sl@0: unsigned char *p, int len); sl@0: int ssl3_get_req_cert_type(SSL *s,unsigned char *p); sl@0: long ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok); sl@0: int ssl3_send_finished(SSL *s, int a, int b, const char *sender,int slen); sl@0: int ssl3_num_ciphers(void); sl@0: SSL_CIPHER *ssl3_get_cipher(unsigned int u); sl@0: int ssl3_renegotiate(SSL *ssl); sl@0: int ssl3_renegotiate_check(SSL *ssl); sl@0: int ssl3_dispatch_alert(SSL *s); sl@0: int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek); sl@0: int ssl3_write_bytes(SSL *s, int type, const void *buf, int len); sl@0: int ssl3_final_finish_mac(SSL *s, EVP_MD_CTX *ctx1, EVP_MD_CTX *ctx2, sl@0: const char *sender, int slen,unsigned char *p); sl@0: int ssl3_cert_verify_mac(SSL *s, EVP_MD_CTX *in, unsigned char *p); sl@0: void ssl3_finish_mac(SSL *s, const unsigned char *buf, int len); sl@0: int ssl3_enc(SSL *s, int send_data); sl@0: int ssl3_mac(SSL *ssl, unsigned char *md, int send_data); sl@0: unsigned long ssl3_output_cert_chain(SSL *s, X509 *x); sl@0: SSL_CIPHER *ssl3_choose_cipher(SSL *ssl,STACK_OF(SSL_CIPHER) *clnt, sl@0: STACK_OF(SSL_CIPHER) *srvr); sl@0: int ssl3_setup_buffers(SSL *s); sl@0: int ssl3_new(SSL *s); sl@0: void ssl3_free(SSL *s); sl@0: int ssl3_accept(SSL *s); sl@0: int ssl3_connect(SSL *s); sl@0: int ssl3_read(SSL *s, void *buf, int len); sl@0: int ssl3_peek(SSL *s, void *buf, int len); sl@0: int ssl3_write(SSL *s, const void *buf, int len); sl@0: int ssl3_shutdown(SSL *s); sl@0: void ssl3_clear(SSL *s); sl@0: long ssl3_ctrl(SSL *s,int cmd, long larg, void *parg); sl@0: long ssl3_ctx_ctrl(SSL_CTX *s,int cmd, long larg, void *parg); sl@0: long ssl3_callback_ctrl(SSL *s,int cmd, void (*fp)(void)); sl@0: long ssl3_ctx_callback_ctrl(SSL_CTX *s,int cmd, void (*fp)(void)); sl@0: int ssl3_pending(const SSL *s); sl@0: sl@0: void ssl3_record_sequence_update(unsigned char *seq); sl@0: int ssl3_do_change_cipher_spec(SSL *ssl); sl@0: long ssl3_default_timeout(void ); sl@0: sl@0: int ssl23_num_ciphers(void ); sl@0: SSL_CIPHER *ssl23_get_cipher(unsigned int u); sl@0: int ssl23_read(SSL *s, void *buf, int len); sl@0: int ssl23_peek(SSL *s, void *buf, int len); sl@0: int ssl23_write(SSL *s, const void *buf, int len); sl@0: int ssl23_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p); sl@0: SSL_CIPHER *ssl23_get_cipher_by_char(const unsigned char *p); sl@0: long ssl23_default_timeout(void ); sl@0: sl@0: long tls1_default_timeout(void); sl@0: int dtls1_do_write(SSL *s,int type); sl@0: int ssl3_read_n(SSL *s, int n, int max, int extend); sl@0: int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek); sl@0: int ssl3_do_compress(SSL *ssl); sl@0: int ssl3_do_uncompress(SSL *ssl); sl@0: int ssl3_write_pending(SSL *s, int type, const unsigned char *buf, sl@0: unsigned int len); sl@0: unsigned char *dtls1_set_message_header(SSL *s, sl@0: unsigned char *p, unsigned char mt, unsigned long len, sl@0: unsigned long frag_off, unsigned long frag_len); sl@0: sl@0: int dtls1_write_app_data_bytes(SSL *s, int type, const void *buf, int len); sl@0: int dtls1_write_bytes(SSL *s, int type, const void *buf, int len); sl@0: sl@0: int dtls1_send_change_cipher_spec(SSL *s, int a, int b); sl@0: int dtls1_send_finished(SSL *s, int a, int b, const char *sender, int slen); sl@0: unsigned long dtls1_output_cert_chain(SSL *s, X509 *x); sl@0: int dtls1_read_failed(SSL *s, int code); sl@0: int dtls1_buffer_message(SSL *s, int ccs); sl@0: int dtls1_retransmit_message(SSL *s, unsigned short seq, sl@0: unsigned long frag_off, int *found); sl@0: void dtls1_clear_record_buffer(SSL *s); sl@0: void dtls1_get_message_header(unsigned char *data, struct hm_header_st *msg_hdr); sl@0: void dtls1_get_ccs_header(unsigned char *data, struct ccs_header_st *ccs_hdr); sl@0: void dtls1_reset_seq_numbers(SSL *s, int rw); sl@0: long dtls1_default_timeout(void); sl@0: SSL_CIPHER *dtls1_get_cipher(unsigned int u); sl@0: sl@0: sl@0: /* some client-only functions */ sl@0: int ssl3_client_hello(SSL *s); sl@0: int ssl3_get_server_hello(SSL *s); sl@0: int ssl3_get_certificate_request(SSL *s); sl@0: int ssl3_get_new_session_ticket(SSL *s); sl@0: int ssl3_get_server_done(SSL *s); sl@0: int ssl3_send_client_verify(SSL *s); sl@0: int ssl3_send_client_certificate(SSL *s); sl@0: int ssl3_send_client_key_exchange(SSL *s); sl@0: int ssl3_get_key_exchange(SSL *s); sl@0: int ssl3_get_server_certificate(SSL *s); sl@0: int ssl3_check_cert_and_algorithm(SSL *s); sl@0: sl@0: int dtls1_client_hello(SSL *s); sl@0: int dtls1_send_client_certificate(SSL *s); sl@0: int dtls1_send_client_key_exchange(SSL *s); sl@0: int dtls1_send_client_verify(SSL *s); sl@0: sl@0: /* some server-only functions */ sl@0: int ssl3_get_client_hello(SSL *s); sl@0: int ssl3_send_server_hello(SSL *s); sl@0: int ssl3_send_hello_request(SSL *s); sl@0: int ssl3_send_server_key_exchange(SSL *s); sl@0: int ssl3_send_certificate_request(SSL *s); sl@0: int ssl3_send_server_done(SSL *s); sl@0: int ssl3_check_client_hello(SSL *s); sl@0: int ssl3_get_client_certificate(SSL *s); sl@0: int ssl3_get_client_key_exchange(SSL *s); sl@0: int ssl3_get_cert_verify(SSL *s); sl@0: sl@0: int dtls1_send_hello_request(SSL *s); sl@0: int dtls1_send_server_hello(SSL *s); sl@0: int dtls1_send_server_certificate(SSL *s); sl@0: int dtls1_send_server_key_exchange(SSL *s); sl@0: int dtls1_send_certificate_request(SSL *s); sl@0: int dtls1_send_server_done(SSL *s); sl@0: sl@0: sl@0: sl@0: int ssl23_accept(SSL *s); sl@0: int ssl23_connect(SSL *s); sl@0: int ssl23_read_bytes(SSL *s, int n); sl@0: int ssl23_write_bytes(SSL *s); sl@0: sl@0: int tls1_new(SSL *s); sl@0: void tls1_free(SSL *s); sl@0: void tls1_clear(SSL *s); sl@0: long tls1_ctrl(SSL *s,int cmd, long larg, void *parg); sl@0: long tls1_callback_ctrl(SSL *s,int cmd, void (*fp)(void)); sl@0: SSL_METHOD *tlsv1_base_method(void ); sl@0: sl@0: int dtls1_new(SSL *s); sl@0: int dtls1_accept(SSL *s); sl@0: int dtls1_connect(SSL *s); sl@0: void dtls1_free(SSL *s); sl@0: void dtls1_clear(SSL *s); sl@0: long dtls1_ctrl(SSL *s,int cmd, long larg, void *parg); sl@0: SSL_METHOD *dtlsv1_base_method(void ); sl@0: sl@0: long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok); sl@0: int dtls1_get_record(SSL *s); sl@0: int do_dtls1_write(SSL *s, int type, const unsigned char *buf, sl@0: unsigned int len, int create_empty_fragement); sl@0: int dtls1_dispatch_alert(SSL *s); sl@0: int dtls1_enc(SSL *s, int snd); sl@0: sl@0: int ssl_init_wbio_buffer(SSL *s, int push); sl@0: void ssl_free_wbio_buffer(SSL *s); sl@0: sl@0: int tls1_change_cipher_state(SSL *s, int which); sl@0: int tls1_setup_key_block(SSL *s); sl@0: int tls1_enc(SSL *s, int snd); sl@0: int tls1_final_finish_mac(SSL *s, EVP_MD_CTX *in1_ctx, EVP_MD_CTX *in2_ctx, sl@0: const char *str, int slen, unsigned char *p); sl@0: int tls1_cert_verify_mac(SSL *s, EVP_MD_CTX *in, unsigned char *p); sl@0: int tls1_mac(SSL *ssl, unsigned char *md, int snd); sl@0: int tls1_generate_master_secret(SSL *s, unsigned char *out, sl@0: unsigned char *p, int len); sl@0: int tls1_alert_code(int code); sl@0: int ssl3_alert_code(int code); sl@0: int ssl_ok(SSL *s); sl@0: sl@0: int check_srvr_ecc_cert_and_alg(X509 *x, SSL_CIPHER *cs); sl@0: sl@0: SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n); sl@0: sl@0: sl@0: #endif