Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1 | /* apps/s_server.c */ |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 3 | * All rights reserved. |
| 4 | * |
| 5 | * This package is an SSL implementation written |
| 6 | * by Eric Young (eay@cryptsoft.com). |
| 7 | * The implementation was written so as to conform with Netscapes SSL. |
| 8 | * |
| 9 | * This library is free for commercial and non-commercial use as long as |
| 10 | * the following conditions are aheared to. The following conditions |
| 11 | * apply to all code found in this distribution, be it the RC4, RSA, |
| 12 | * lhash, DES, etc., code; not just the SSL code. The SSL documentation |
| 13 | * included with this distribution is covered by the same copyright terms |
| 14 | * except that the holder is Tim Hudson (tjh@cryptsoft.com). |
| 15 | * |
| 16 | * Copyright remains Eric Young's, and as such any Copyright notices in |
| 17 | * the code are not to be removed. |
| 18 | * If this package is used in a product, Eric Young should be given attribution |
| 19 | * as the author of the parts of the library used. |
| 20 | * This can be in the form of a textual message at program startup or |
| 21 | * in documentation (online or textual) provided with the package. |
| 22 | * |
| 23 | * Redistribution and use in source and binary forms, with or without |
| 24 | * modification, are permitted provided that the following conditions |
| 25 | * are met: |
| 26 | * 1. Redistributions of source code must retain the copyright |
| 27 | * notice, this list of conditions and the following disclaimer. |
| 28 | * 2. Redistributions in binary form must reproduce the above copyright |
| 29 | * notice, this list of conditions and the following disclaimer in the |
| 30 | * documentation and/or other materials provided with the distribution. |
| 31 | * 3. All advertising materials mentioning features or use of this software |
| 32 | * must display the following acknowledgement: |
| 33 | * "This product includes cryptographic software written by |
| 34 | * Eric Young (eay@cryptsoft.com)" |
| 35 | * The word 'cryptographic' can be left out if the rouines from the library |
| 36 | * being used are not cryptographic related :-). |
| 37 | * 4. If you include any Windows specific code (or a derivative thereof) from |
| 38 | * the apps directory (application code) you must include an acknowledgement: |
| 39 | * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" |
| 40 | * |
| 41 | * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND |
| 42 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 43 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 44 | * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 45 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 46 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 47 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 48 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 49 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 50 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 51 | * SUCH DAMAGE. |
| 52 | * |
| 53 | * The licence and distribution terms for any publically available version or |
| 54 | * derivative of this code cannot be changed. i.e. this code cannot simply be |
| 55 | * copied and put under another distribution licence |
| 56 | * [including the GNU Public Licence.] |
| 57 | */ |
Bodo Möller | a661b65 | 2001-10-20 17:56:36 +0000 | [diff] [blame] | 58 | /* ==================================================================== |
| 59 | * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. |
| 60 | * |
| 61 | * Redistribution and use in source and binary forms, with or without |
| 62 | * modification, are permitted provided that the following conditions |
| 63 | * are met: |
| 64 | * |
| 65 | * 1. Redistributions of source code must retain the above copyright |
| 66 | * notice, this list of conditions and the following disclaimer. |
| 67 | * |
| 68 | * 2. Redistributions in binary form must reproduce the above copyright |
| 69 | * notice, this list of conditions and the following disclaimer in |
| 70 | * the documentation and/or other materials provided with the |
| 71 | * distribution. |
| 72 | * |
| 73 | * 3. All advertising materials mentioning features or use of this |
| 74 | * software must display the following acknowledgment: |
| 75 | * "This product includes software developed by the OpenSSL Project |
| 76 | * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" |
| 77 | * |
| 78 | * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to |
| 79 | * endorse or promote products derived from this software without |
| 80 | * prior written permission. For written permission, please contact |
| 81 | * openssl-core@openssl.org. |
| 82 | * |
| 83 | * 5. Products derived from this software may not be called "OpenSSL" |
| 84 | * nor may "OpenSSL" appear in their names without prior written |
| 85 | * permission of the OpenSSL Project. |
| 86 | * |
| 87 | * 6. Redistributions of any form whatsoever must retain the following |
| 88 | * acknowledgment: |
| 89 | * "This product includes software developed by the OpenSSL Project |
| 90 | * for use in the OpenSSL Toolkit (http://www.openssl.org/)" |
| 91 | * |
| 92 | * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY |
| 93 | * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 94 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 95 | * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR |
| 96 | * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 97 | * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 98 | * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 99 | * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 100 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
| 101 | * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 102 | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 103 | * OF THE POSSIBILITY OF SUCH DAMAGE. |
| 104 | * ==================================================================== |
| 105 | * |
| 106 | * This product includes cryptographic software written by Eric Young |
| 107 | * (eay@cryptsoft.com). This product includes software written by Tim |
| 108 | * Hudson (tjh@cryptsoft.com). |
| 109 | * |
| 110 | */ |
Bodo Möller | ea26226 | 2002-08-09 08:56:08 +0000 | [diff] [blame] | 111 | /* ==================================================================== |
| 112 | * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. |
Bodo Möller | 7eb18f1 | 2002-08-15 09:21:31 +0000 | [diff] [blame] | 113 | * ECC cipher suite support in OpenSSL originally developed by |
Bodo Möller | ea26226 | 2002-08-09 08:56:08 +0000 | [diff] [blame] | 114 | * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. |
| 115 | */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 116 | |
Geoff Thorpe | 5daec7e | 2002-12-08 05:38:44 +0000 | [diff] [blame] | 117 | /* Until the key-gen callbacks are modified to use newer prototypes, we allow |
| 118 | * deprecated functions for openssl-internal code */ |
| 119 | #ifdef OPENSSL_NO_DEPRECATED |
| 120 | #undef OPENSSL_NO_DEPRECATED |
| 121 | #endif |
| 122 | |
Bodo Möller | 1b1a6e7 | 1999-08-09 13:01:48 +0000 | [diff] [blame] | 123 | #include <assert.h> |
Ulf Möller | 8c197cc | 1999-07-28 23:25:59 +0000 | [diff] [blame] | 124 | #include <stdio.h> |
| 125 | #include <stdlib.h> |
| 126 | #include <string.h> |
Richard Levitte | 4d8743f | 2003-11-28 13:10:58 +0000 | [diff] [blame] | 127 | |
Ulf Möller | 8c197cc | 1999-07-28 23:25:59 +0000 | [diff] [blame] | 128 | #include <sys/stat.h> |
Richard Levitte | be1bd92 | 2001-02-20 14:07:03 +0000 | [diff] [blame] | 129 | #include <openssl/e_os2.h> |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 130 | #ifdef OPENSSL_NO_STDIO |
Ulf Möller | 8c197cc | 1999-07-28 23:25:59 +0000 | [diff] [blame] | 131 | #define APPS_WIN16 |
| 132 | #endif |
| 133 | |
Richard Levitte | 4d8743f | 2003-11-28 13:10:58 +0000 | [diff] [blame] | 134 | #if !defined(OPENSSL_SYS_NETWARE) /* conflicts with winsock2 stuff on netware */ |
| 135 | #include <sys/types.h> |
| 136 | #endif |
| 137 | |
Ulf Möller | 7d7d2cb | 1999-05-13 11:37:32 +0000 | [diff] [blame] | 138 | /* With IPv6, it looks like Digital has mixed up the proper order of |
| 139 | recursive header file inclusion, resulting in the compiler complaining |
| 140 | that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which |
| 141 | is needed to have fileno() declared correctly... So let's define u_int */ |
Richard Levitte | bc36ee6 | 2001-02-20 08:13:47 +0000 | [diff] [blame] | 142 | #if defined(OPENSSL_SYS_VMS_DECC) && !defined(__U_INT) |
Ulf Möller | 7d7d2cb | 1999-05-13 11:37:32 +0000 | [diff] [blame] | 143 | #define __U_INT |
| 144 | typedef unsigned int u_int; |
| 145 | #endif |
| 146 | |
Bodo Möller | ec57782 | 1999-04-23 22:13:45 +0000 | [diff] [blame] | 147 | #include <openssl/lhash.h> |
| 148 | #include <openssl/bn.h> |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 149 | #define USE_SOCKETS |
| 150 | #include "apps.h" |
Bodo Möller | ec57782 | 1999-04-23 22:13:45 +0000 | [diff] [blame] | 151 | #include <openssl/err.h> |
| 152 | #include <openssl/pem.h> |
| 153 | #include <openssl/x509.h> |
| 154 | #include <openssl/ssl.h> |
Geoff Thorpe | 1372965 | 2001-09-12 02:39:06 +0000 | [diff] [blame] | 155 | #include <openssl/rand.h> |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 156 | #include "s_apps.h" |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 157 | #include "timeouts.h" |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 158 | |
Richard Levitte | 0bf23d9 | 2002-11-15 22:37:18 +0000 | [diff] [blame] | 159 | #ifdef OPENSSL_SYS_WINCE |
| 160 | /* Windows CE incorrectly defines fileno as returning void*, so to avoid problems below... */ |
| 161 | #ifdef fileno |
| 162 | #undef fileno |
| 163 | #endif |
| 164 | #define fileno(a) (int)_fileno(a) |
| 165 | #endif |
| 166 | |
Richard Levitte | bc36ee6 | 2001-02-20 08:13:47 +0000 | [diff] [blame] | 167 | #if (defined(OPENSSL_SYS_VMS) && __VMS_VER < 70000000) |
Ulf Möller | 75e0770 | 1999-05-13 13:21:17 +0000 | [diff] [blame] | 168 | /* FIONBIO used as a switch to enable ioctl, and that isn't in VMS < 7.0 */ |
Ulf Möller | 7d7d2cb | 1999-05-13 11:37:32 +0000 | [diff] [blame] | 169 | #undef FIONBIO |
| 170 | #endif |
| 171 | |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 172 | #ifndef OPENSSL_NO_RSA |
Ulf Möller | df63a38 | 1999-06-09 16:33:18 +0000 | [diff] [blame] | 173 | static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength); |
Ulf Möller | f5d7a03 | 1999-04-27 01:14:46 +0000 | [diff] [blame] | 174 | #endif |
Ben Laurie | 61f5b6f | 1999-04-23 15:01:15 +0000 | [diff] [blame] | 175 | static int sv_body(char *hostname, int s, unsigned char *context); |
| 176 | static int www_body(char *hostname, int s, unsigned char *context); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 177 | static void close_accept_socket(void ); |
| 178 | static void sv_usage(void); |
| 179 | static int init_ssl_connection(SSL *s); |
| 180 | static void print_stats(BIO *bp,SSL_CTX *ctx); |
Geoff Thorpe | 1aa0d94 | 2001-02-21 18:38:48 +0000 | [diff] [blame] | 181 | static int generate_session_id(const SSL *ssl, unsigned char *id, |
| 182 | unsigned int *id_len); |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 183 | #ifndef OPENSSL_NO_DH |
Nils Larsch | eb3eab2 | 2005-04-07 22:48:33 +0000 | [diff] [blame] | 184 | static DH *load_dh_param(const char *dhfile); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 185 | static DH *get_dh512(void); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 186 | #endif |
Bodo Möller | ea26226 | 2002-08-09 08:56:08 +0000 | [diff] [blame] | 187 | |
Bodo Möller | b74ba29 | 1999-09-03 23:08:45 +0000 | [diff] [blame] | 188 | #ifdef MONOLITH |
| 189 | static void s_server_init(void); |
| 190 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 191 | |
| 192 | #ifndef S_ISDIR |
Bodo Möller | cf2562e | 1999-06-07 00:20:54 +0000 | [diff] [blame] | 193 | # if defined(_S_IFMT) && defined(_S_IFDIR) |
| 194 | # define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR) |
| 195 | # else |
| 196 | # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) |
| 197 | # endif |
Ulf Möller | 7d7d2cb | 1999-05-13 11:37:32 +0000 | [diff] [blame] | 198 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 199 | |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 200 | #ifndef OPENSSL_NO_DH |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 201 | static unsigned char dh512_p[]={ |
| 202 | 0xDA,0x58,0x3C,0x16,0xD9,0x85,0x22,0x89,0xD0,0xE4,0xAF,0x75, |
| 203 | 0x6F,0x4C,0xCA,0x92,0xDD,0x4B,0xE5,0x33,0xB8,0x04,0xFB,0x0F, |
| 204 | 0xED,0x94,0xEF,0x9C,0x8A,0x44,0x03,0xED,0x57,0x46,0x50,0xD3, |
| 205 | 0x69,0x99,0xDB,0x29,0xD7,0x76,0x27,0x6B,0xA2,0xD3,0xD4,0x12, |
| 206 | 0xE2,0x18,0xF4,0xDD,0x1E,0x08,0x4C,0xF6,0xD8,0x00,0x3E,0x7C, |
| 207 | 0x47,0x74,0xE8,0x33, |
| 208 | }; |
| 209 | static unsigned char dh512_g[]={ |
| 210 | 0x02, |
| 211 | }; |
| 212 | |
Ulf Möller | 6b691a5 | 1999-04-19 21:31:43 +0000 | [diff] [blame] | 213 | static DH *get_dh512(void) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 214 | { |
| 215 | DH *dh=NULL; |
| 216 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 217 | if ((dh=DH_new()) == NULL) return(NULL); |
| 218 | dh->p=BN_bin2bn(dh512_p,sizeof(dh512_p),NULL); |
| 219 | dh->g=BN_bin2bn(dh512_g,sizeof(dh512_g),NULL); |
| 220 | if ((dh->p == NULL) || (dh->g == NULL)) |
| 221 | return(NULL); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 222 | return(dh); |
| 223 | } |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 224 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 225 | |
Bodo Möller | ea26226 | 2002-08-09 08:56:08 +0000 | [diff] [blame] | 226 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 227 | /* static int load_CA(SSL_CTX *ctx, char *file);*/ |
| 228 | |
| 229 | #undef BUFSIZZ |
Ralf S. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 230 | #define BUFSIZZ 16*1024 |
Bodo Möller | dd73193 | 1999-09-25 11:24:53 +0000 | [diff] [blame] | 231 | static int bufsize=BUFSIZZ; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 232 | static int accept_socket= -1; |
| 233 | |
| 234 | #define TEST_CERT "server.pem" |
| 235 | #undef PROG |
| 236 | #define PROG s_server_main |
| 237 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 238 | extern int verify_depth; |
| 239 | |
| 240 | static char *cipher=NULL; |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 241 | static int s_server_verify=SSL_VERIFY_NONE; |
Bodo Möller | b56bce4 | 1999-05-13 15:09:38 +0000 | [diff] [blame] | 242 | static int s_server_session_id_context = 1; /* anything will do */ |
Nils Larsch | 7d72723 | 2005-04-05 19:11:19 +0000 | [diff] [blame] | 243 | static const char *s_cert_file=TEST_CERT,*s_key_file=NULL; |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 244 | static char *s_dcert_file=NULL,*s_dkey_file=NULL; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 245 | #ifdef FIONBIO |
| 246 | static int s_nbio=0; |
| 247 | #endif |
| 248 | static int s_nbio_test=0; |
Bodo Möller | 204cf1a | 1999-08-08 14:21:04 +0000 | [diff] [blame] | 249 | int s_crlf=0; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 250 | static SSL_CTX *ctx=NULL; |
| 251 | static int www=0; |
| 252 | |
| 253 | static BIO *bio_s_out=NULL; |
| 254 | static int s_debug=0; |
Bodo Möller | a661b65 | 2001-10-20 17:56:36 +0000 | [diff] [blame] | 255 | static int s_msg=0; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 256 | static int s_quiet=0; |
| 257 | |
Bodo Möller | b74ba29 | 1999-09-03 23:08:45 +0000 | [diff] [blame] | 258 | static int hack=0; |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 259 | #ifndef OPENSSL_NO_ENGINE |
Richard Levitte | 5270e70 | 2000-10-26 21:07:28 +0000 | [diff] [blame] | 260 | static char *engine_id=NULL; |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 261 | #endif |
Geoff Thorpe | 1aa0d94 | 2001-02-21 18:38:48 +0000 | [diff] [blame] | 262 | static const char *session_id_prefix=NULL; |
Bodo Möller | b74ba29 | 1999-09-03 23:08:45 +0000 | [diff] [blame] | 263 | |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 264 | static int enable_timeouts = 0; |
| 265 | static long mtu; |
| 266 | static int cert_chain = 0; |
| 267 | |
| 268 | |
Bodo Möller | b74ba29 | 1999-09-03 23:08:45 +0000 | [diff] [blame] | 269 | #ifdef MONOLITH |
Ulf Möller | 6b691a5 | 1999-04-19 21:31:43 +0000 | [diff] [blame] | 270 | static void s_server_init(void) |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 271 | { |
Bodo Möller | b74ba29 | 1999-09-03 23:08:45 +0000 | [diff] [blame] | 272 | accept_socket=-1; |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 273 | cipher=NULL; |
| 274 | s_server_verify=SSL_VERIFY_NONE; |
| 275 | s_dcert_file=NULL; |
| 276 | s_dkey_file=NULL; |
| 277 | s_cert_file=TEST_CERT; |
| 278 | s_key_file=NULL; |
| 279 | #ifdef FIONBIO |
| 280 | s_nbio=0; |
| 281 | #endif |
| 282 | s_nbio_test=0; |
| 283 | ctx=NULL; |
| 284 | www=0; |
| 285 | |
| 286 | bio_s_out=NULL; |
| 287 | s_debug=0; |
Bodo Möller | a661b65 | 2001-10-20 17:56:36 +0000 | [diff] [blame] | 288 | s_msg=0; |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 289 | s_quiet=0; |
Bodo Möller | b74ba29 | 1999-09-03 23:08:45 +0000 | [diff] [blame] | 290 | hack=0; |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 291 | #ifndef OPENSSL_NO_ENGINE |
Richard Levitte | 5270e70 | 2000-10-26 21:07:28 +0000 | [diff] [blame] | 292 | engine_id=NULL; |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 293 | #endif |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 294 | } |
| 295 | #endif |
| 296 | |
Ulf Möller | 6b691a5 | 1999-04-19 21:31:43 +0000 | [diff] [blame] | 297 | static void sv_usage(void) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 298 | { |
| 299 | BIO_printf(bio_err,"usage: s_server [args ...]\n"); |
| 300 | BIO_printf(bio_err,"\n"); |
Ralf S. Engelschall | 13e91dd | 1998-12-22 15:59:57 +0000 | [diff] [blame] | 301 | BIO_printf(bio_err," -accept arg - port to accept on (default is %d)\n",PORT); |
Ben Laurie | b4cadc6 | 1999-03-22 12:22:14 +0000 | [diff] [blame] | 302 | BIO_printf(bio_err," -context arg - set session ID context\n"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 303 | BIO_printf(bio_err," -verify arg - turn on peer certificate verification\n"); |
| 304 | BIO_printf(bio_err," -Verify arg - turn on peer certificate verification, must have a cert.\n"); |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 305 | BIO_printf(bio_err," -cert arg - certificate file to use\n"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 306 | BIO_printf(bio_err," (default is %s)\n",TEST_CERT); |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 307 | BIO_printf(bio_err," -certform arg - certificate format (PEM or DER) PEM default\n"); |
| 308 | BIO_printf(bio_err," -key arg - Private Key file to use, in cert file if\n"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 309 | BIO_printf(bio_err," not specified (default is %s)\n",TEST_CERT); |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 310 | BIO_printf(bio_err," -keyform arg - key format (PEM, DER or ENGINE) PEM default\n"); |
| 311 | BIO_printf(bio_err," -pass arg - private key file pass phrase source\n"); |
Ralf S. Engelschall | ea14a91 | 1999-02-25 11:26:26 +0000 | [diff] [blame] | 312 | BIO_printf(bio_err," -dcert arg - second certificate file to use (usually for DSA)\n"); |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 313 | BIO_printf(bio_err," -dcertform x - second certificate format (PEM or DER) PEM default\n"); |
Ralf S. Engelschall | ea14a91 | 1999-02-25 11:26:26 +0000 | [diff] [blame] | 314 | BIO_printf(bio_err," -dkey arg - second private key file to use (usually for DSA)\n"); |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 315 | BIO_printf(bio_err," -dkeyform arg - second key format (PEM, DER or ENGINE) PEM default\n"); |
| 316 | BIO_printf(bio_err," -dpass arg - second private key file pass phrase source\n"); |
Dr. Stephen Henson | 3908cdf | 1999-10-04 23:56:06 +0000 | [diff] [blame] | 317 | BIO_printf(bio_err," -dhparam arg - DH parameter file to use, in cert file if not specified\n"); |
| 318 | BIO_printf(bio_err," or a default set of parameters is used\n"); |
Bodo Möller | ea26226 | 2002-08-09 08:56:08 +0000 | [diff] [blame] | 319 | #ifndef OPENSSL_NO_ECDH |
| 320 | BIO_printf(bio_err," -named_curve arg - Elliptic curve name to use for ephemeral ECDH keys.\n" \ |
| 321 | " Use \"openssl ecparam -list_curves\" for all names\n" \ |
| 322 | " (default is sect163r2).\n"); |
| 323 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 324 | #ifdef FIONBIO |
| 325 | BIO_printf(bio_err," -nbio - Run with non-blocking IO\n"); |
| 326 | #endif |
| 327 | BIO_printf(bio_err," -nbio_test - test with the non-blocking test bio\n"); |
Bodo Möller | 1bdb863 | 1999-08-07 02:51:10 +0000 | [diff] [blame] | 328 | BIO_printf(bio_err," -crlf - convert LF from terminal into CRLF\n"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 329 | BIO_printf(bio_err," -debug - Print more output\n"); |
Bodo Möller | a661b65 | 2001-10-20 17:56:36 +0000 | [diff] [blame] | 330 | BIO_printf(bio_err," -msg - Show protocol messages\n"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 331 | BIO_printf(bio_err," -state - Print the SSL states\n"); |
| 332 | BIO_printf(bio_err," -CApath arg - PEM format directory of CA's\n"); |
| 333 | BIO_printf(bio_err," -CAfile arg - PEM format file of CA's\n"); |
| 334 | BIO_printf(bio_err," -nocert - Don't use any certificates (Anon-DH)\n"); |
Paul C. Sutton | e170a5c | 1999-01-02 14:42:23 +0000 | [diff] [blame] | 335 | BIO_printf(bio_err," -cipher arg - play with 'openssl ciphers' to see what goes here\n"); |
Lutz Jänicke | 836f996 | 2001-02-09 19:56:31 +0000 | [diff] [blame] | 336 | BIO_printf(bio_err," -serverpref - Use server's cipher preferences\n"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 337 | BIO_printf(bio_err," -quiet - No server output\n"); |
| 338 | BIO_printf(bio_err," -no_tmp_rsa - Do not generate a tmp RSA key\n"); |
| 339 | BIO_printf(bio_err," -ssl2 - Just talk SSLv2\n"); |
| 340 | BIO_printf(bio_err," -ssl3 - Just talk SSLv3\n"); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 341 | BIO_printf(bio_err," -tls1 - Just talk TLSv1\n"); |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 342 | BIO_printf(bio_err," -dtls1 - Just talk DTLSv1\n"); |
| 343 | BIO_printf(bio_err," -timeout - Enable timeouts\n"); |
| 344 | BIO_printf(bio_err," -mtu - Set MTU\n"); |
| 345 | BIO_printf(bio_err," -chain - Read a certificate chain\n"); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 346 | BIO_printf(bio_err," -no_ssl2 - Just disable SSLv2\n"); |
| 347 | BIO_printf(bio_err," -no_ssl3 - Just disable SSLv3\n"); |
| 348 | BIO_printf(bio_err," -no_tls1 - Just disable TLSv1\n"); |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 349 | #ifndef OPENSSL_NO_DH |
Bodo Möller | 5059658 | 1999-07-12 17:15:42 +0000 | [diff] [blame] | 350 | BIO_printf(bio_err," -no_dhe - Disable ephemeral DH\n"); |
| 351 | #endif |
Bodo Möller | ea26226 | 2002-08-09 08:56:08 +0000 | [diff] [blame] | 352 | #ifndef OPENSSL_NO_ECDH |
| 353 | BIO_printf(bio_err," -no_ecdhe - Disable ephemeral ECDH\n"); |
| 354 | #endif |
Ulf Möller | 657e60f | 2000-02-03 23:23:24 +0000 | [diff] [blame] | 355 | BIO_printf(bio_err," -bugs - Turn on SSL bug compatibility\n"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 356 | BIO_printf(bio_err," -www - Respond to a 'GET /' with a status page\n"); |
Ralf S. Engelschall | 15542b2 | 1999-03-09 13:09:07 +0000 | [diff] [blame] | 357 | BIO_printf(bio_err," -WWW - Respond to a 'GET /<path> HTTP/1.0' with file ./<path>\n"); |
Richard Levitte | 251cb4c | 2001-03-10 16:20:52 +0000 | [diff] [blame] | 358 | BIO_printf(bio_err," -HTTP - Respond to a 'GET /<path> HTTP/1.0' with file ./<path>\n"); |
| 359 | BIO_printf(bio_err," with the assumption it contains a complete HTTP response.\n"); |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 360 | #ifndef OPENSSL_NO_ENGINE |
Richard Levitte | 5270e70 | 2000-10-26 21:07:28 +0000 | [diff] [blame] | 361 | BIO_printf(bio_err," -engine id - Initialise and use the specified engine\n"); |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 362 | #endif |
Geoff Thorpe | 1aa0d94 | 2001-02-21 18:38:48 +0000 | [diff] [blame] | 363 | BIO_printf(bio_err," -id_prefix arg - Generate SSL/TLS session IDs prefixed by 'arg'\n"); |
Lutz Jänicke | 52b621d | 2001-02-15 10:22:07 +0000 | [diff] [blame] | 364 | BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 365 | } |
| 366 | |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 367 | static int local_argc=0; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 368 | static char **local_argv; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 369 | |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 370 | #ifdef CHARSET_EBCDIC |
| 371 | static int ebcdic_new(BIO *bi); |
| 372 | static int ebcdic_free(BIO *a); |
| 373 | static int ebcdic_read(BIO *b, char *out, int outl); |
Bodo Möller | 0fd05a2 | 2002-08-15 14:52:54 +0000 | [diff] [blame] | 374 | static int ebcdic_write(BIO *b, const char *in, int inl); |
| 375 | static long ebcdic_ctrl(BIO *b, int cmd, long num, void *ptr); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 376 | static int ebcdic_gets(BIO *bp, char *buf, int size); |
Bodo Möller | 0fd05a2 | 2002-08-15 14:52:54 +0000 | [diff] [blame] | 377 | static int ebcdic_puts(BIO *bp, const char *str); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 378 | |
| 379 | #define BIO_TYPE_EBCDIC_FILTER (18|0x0200) |
| 380 | static BIO_METHOD methods_ebcdic= |
| 381 | { |
| 382 | BIO_TYPE_EBCDIC_FILTER, |
| 383 | "EBCDIC/ASCII filter", |
| 384 | ebcdic_write, |
| 385 | ebcdic_read, |
| 386 | ebcdic_puts, |
| 387 | ebcdic_gets, |
| 388 | ebcdic_ctrl, |
| 389 | ebcdic_new, |
| 390 | ebcdic_free, |
| 391 | }; |
| 392 | |
| 393 | typedef struct |
| 394 | { |
| 395 | size_t alloced; |
| 396 | char buff[1]; |
| 397 | } EBCDIC_OUTBUFF; |
| 398 | |
| 399 | BIO_METHOD *BIO_f_ebcdic_filter() |
| 400 | { |
| 401 | return(&methods_ebcdic); |
| 402 | } |
| 403 | |
| 404 | static int ebcdic_new(BIO *bi) |
| 405 | { |
| 406 | EBCDIC_OUTBUFF *wbuf; |
| 407 | |
Richard Levitte | 26a3a48 | 2000-06-01 22:19:21 +0000 | [diff] [blame] | 408 | wbuf = (EBCDIC_OUTBUFF *)OPENSSL_malloc(sizeof(EBCDIC_OUTBUFF) + 1024); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 409 | wbuf->alloced = 1024; |
| 410 | wbuf->buff[0] = '\0'; |
| 411 | |
| 412 | bi->ptr=(char *)wbuf; |
| 413 | bi->init=1; |
| 414 | bi->flags=0; |
| 415 | return(1); |
| 416 | } |
| 417 | |
| 418 | static int ebcdic_free(BIO *a) |
| 419 | { |
| 420 | if (a == NULL) return(0); |
| 421 | if (a->ptr != NULL) |
Richard Levitte | 26a3a48 | 2000-06-01 22:19:21 +0000 | [diff] [blame] | 422 | OPENSSL_free(a->ptr); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 423 | a->ptr=NULL; |
| 424 | a->init=0; |
| 425 | a->flags=0; |
| 426 | return(1); |
| 427 | } |
| 428 | |
| 429 | static int ebcdic_read(BIO *b, char *out, int outl) |
| 430 | { |
| 431 | int ret=0; |
| 432 | |
| 433 | if (out == NULL || outl == 0) return(0); |
| 434 | if (b->next_bio == NULL) return(0); |
| 435 | |
| 436 | ret=BIO_read(b->next_bio,out,outl); |
| 437 | if (ret > 0) |
| 438 | ascii2ebcdic(out,out,ret); |
| 439 | return(ret); |
| 440 | } |
| 441 | |
Bodo Möller | 0fd05a2 | 2002-08-15 14:52:54 +0000 | [diff] [blame] | 442 | static int ebcdic_write(BIO *b, const char *in, int inl) |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 443 | { |
| 444 | EBCDIC_OUTBUFF *wbuf; |
| 445 | int ret=0; |
| 446 | int num; |
| 447 | unsigned char n; |
| 448 | |
| 449 | if ((in == NULL) || (inl <= 0)) return(0); |
| 450 | if (b->next_bio == NULL) return(0); |
| 451 | |
| 452 | wbuf=(EBCDIC_OUTBUFF *)b->ptr; |
| 453 | |
| 454 | if (inl > (num = wbuf->alloced)) |
| 455 | { |
| 456 | num = num + num; /* double the size */ |
| 457 | if (num < inl) |
| 458 | num = inl; |
Richard Levitte | 26a3a48 | 2000-06-01 22:19:21 +0000 | [diff] [blame] | 459 | OPENSSL_free(wbuf); |
| 460 | wbuf=(EBCDIC_OUTBUFF *)OPENSSL_malloc(sizeof(EBCDIC_OUTBUFF) + num); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 461 | |
| 462 | wbuf->alloced = num; |
| 463 | wbuf->buff[0] = '\0'; |
| 464 | |
| 465 | b->ptr=(char *)wbuf; |
| 466 | } |
| 467 | |
| 468 | ebcdic2ascii(wbuf->buff, in, inl); |
| 469 | |
| 470 | ret=BIO_write(b->next_bio, wbuf->buff, inl); |
| 471 | |
| 472 | return(ret); |
| 473 | } |
| 474 | |
Bodo Möller | 0fd05a2 | 2002-08-15 14:52:54 +0000 | [diff] [blame] | 475 | static long ebcdic_ctrl(BIO *b, int cmd, long num, void *ptr) |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 476 | { |
| 477 | long ret; |
| 478 | |
| 479 | if (b->next_bio == NULL) return(0); |
| 480 | switch (cmd) |
| 481 | { |
| 482 | case BIO_CTRL_DUP: |
| 483 | ret=0L; |
| 484 | break; |
| 485 | default: |
| 486 | ret=BIO_ctrl(b->next_bio,cmd,num,ptr); |
| 487 | break; |
| 488 | } |
| 489 | return(ret); |
| 490 | } |
| 491 | |
| 492 | static int ebcdic_gets(BIO *bp, char *buf, int size) |
| 493 | { |
Bodo Möller | 0fd05a2 | 2002-08-15 14:52:54 +0000 | [diff] [blame] | 494 | int i, ret=0; |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 495 | if (bp->next_bio == NULL) return(0); |
| 496 | /* return(BIO_gets(bp->next_bio,buf,size));*/ |
| 497 | for (i=0; i<size-1; ++i) |
| 498 | { |
| 499 | ret = ebcdic_read(bp,&buf[i],1); |
| 500 | if (ret <= 0) |
| 501 | break; |
| 502 | else if (buf[i] == '\n') |
| 503 | { |
| 504 | ++i; |
| 505 | break; |
| 506 | } |
| 507 | } |
| 508 | if (i < size) |
| 509 | buf[i] = '\0'; |
| 510 | return (ret < 0 && i == 0) ? ret : i; |
| 511 | } |
| 512 | |
Bodo Möller | 0fd05a2 | 2002-08-15 14:52:54 +0000 | [diff] [blame] | 513 | static int ebcdic_puts(BIO *bp, const char *str) |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 514 | { |
| 515 | if (bp->next_bio == NULL) return(0); |
| 516 | return ebcdic_write(bp, str, strlen(str)); |
| 517 | } |
| 518 | #endif |
| 519 | |
Ralf S. Engelschall | 667ac4e | 2000-02-11 09:47:18 +0000 | [diff] [blame] | 520 | int MAIN(int, char **); |
| 521 | |
Ulf Möller | 6b691a5 | 1999-04-19 21:31:43 +0000 | [diff] [blame] | 522 | int MAIN(int argc, char *argv[]) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 523 | { |
Dr. Stephen Henson | bdee69f | 2001-05-09 00:30:39 +0000 | [diff] [blame] | 524 | X509_STORE *store = NULL; |
| 525 | int vflags = 0; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 526 | short port=PORT; |
| 527 | char *CApath=NULL,*CAfile=NULL; |
Dr. Stephen Henson | 4e321ff | 2005-04-26 17:43:53 +0000 | [diff] [blame^] | 528 | unsigned char *context = NULL; |
Dr. Stephen Henson | 3908cdf | 1999-10-04 23:56:06 +0000 | [diff] [blame] | 529 | char *dhfile = NULL; |
Bodo Möller | ea26226 | 2002-08-09 08:56:08 +0000 | [diff] [blame] | 530 | char *named_curve = NULL; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 531 | int badop=0,bugs=0; |
| 532 | int ret=1; |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 533 | int off=0; |
Bodo Möller | ea26226 | 2002-08-09 08:56:08 +0000 | [diff] [blame] | 534 | int no_tmp_rsa=0,no_dhe=0,no_ecdhe=0,nocert=0; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 535 | int state=0; |
| 536 | SSL_METHOD *meth=NULL; |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 537 | int sock_type=SOCK_STREAM; |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 538 | #ifndef OPENSSL_NO_ENGINE |
Richard Levitte | 5270e70 | 2000-10-26 21:07:28 +0000 | [diff] [blame] | 539 | ENGINE *e=NULL; |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 540 | #endif |
Lutz Jänicke | 52b621d | 2001-02-15 10:22:07 +0000 | [diff] [blame] | 541 | char *inrand=NULL; |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 542 | int s_cert_format = FORMAT_PEM, s_key_format = FORMAT_PEM; |
| 543 | char *passarg = NULL, *pass = NULL; |
| 544 | char *dpassarg = NULL, *dpass = NULL; |
| 545 | int s_dcert_format = FORMAT_PEM, s_dkey_format = FORMAT_PEM; |
| 546 | X509 *s_cert = NULL, *s_dcert = NULL; |
| 547 | EVP_PKEY *s_key = NULL, *s_dkey = NULL; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 548 | |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 549 | #if !defined(OPENSSL_NO_SSL2) && !defined(OPENSSL_NO_SSL3) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 550 | meth=SSLv23_server_method(); |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 551 | #elif !defined(OPENSSL_NO_SSL3) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 552 | meth=SSLv3_server_method(); |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 553 | #elif !defined(OPENSSL_NO_SSL2) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 554 | meth=SSLv2_server_method(); |
| 555 | #endif |
| 556 | |
| 557 | local_argc=argc; |
| 558 | local_argv=argv; |
| 559 | |
| 560 | apps_startup(); |
Bodo Möller | b74ba29 | 1999-09-03 23:08:45 +0000 | [diff] [blame] | 561 | #ifdef MONOLITH |
| 562 | s_server_init(); |
| 563 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 564 | |
| 565 | if (bio_err == NULL) |
| 566 | bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); |
| 567 | |
Dr. Stephen Henson | 3647bee | 2002-02-22 14:01:21 +0000 | [diff] [blame] | 568 | if (!load_config(bio_err, NULL)) |
| 569 | goto end; |
| 570 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 571 | verify_depth=0; |
| 572 | #ifdef FIONBIO |
| 573 | s_nbio=0; |
| 574 | #endif |
| 575 | s_nbio_test=0; |
| 576 | |
| 577 | argc--; |
| 578 | argv++; |
| 579 | |
| 580 | while (argc >= 1) |
| 581 | { |
| 582 | if ((strcmp(*argv,"-port") == 0) || |
| 583 | (strcmp(*argv,"-accept") == 0)) |
| 584 | { |
| 585 | if (--argc < 1) goto bad; |
| 586 | if (!extract_port(*(++argv),&port)) |
| 587 | goto bad; |
| 588 | } |
| 589 | else if (strcmp(*argv,"-verify") == 0) |
| 590 | { |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 591 | s_server_verify=SSL_VERIFY_PEER|SSL_VERIFY_CLIENT_ONCE; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 592 | if (--argc < 1) goto bad; |
| 593 | verify_depth=atoi(*(++argv)); |
| 594 | BIO_printf(bio_err,"verify depth is %d\n",verify_depth); |
| 595 | } |
| 596 | else if (strcmp(*argv,"-Verify") == 0) |
| 597 | { |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 598 | s_server_verify=SSL_VERIFY_PEER|SSL_VERIFY_FAIL_IF_NO_PEER_CERT| |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 599 | SSL_VERIFY_CLIENT_ONCE; |
| 600 | if (--argc < 1) goto bad; |
| 601 | verify_depth=atoi(*(++argv)); |
| 602 | BIO_printf(bio_err,"verify depth is %d, must return a certificate\n",verify_depth); |
| 603 | } |
Ben Laurie | b4cadc6 | 1999-03-22 12:22:14 +0000 | [diff] [blame] | 604 | else if (strcmp(*argv,"-context") == 0) |
| 605 | { |
| 606 | if (--argc < 1) goto bad; |
Dr. Stephen Henson | 4e321ff | 2005-04-26 17:43:53 +0000 | [diff] [blame^] | 607 | context= (unsigned char *)*(++argv); |
Ben Laurie | b4cadc6 | 1999-03-22 12:22:14 +0000 | [diff] [blame] | 608 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 609 | else if (strcmp(*argv,"-cert") == 0) |
| 610 | { |
| 611 | if (--argc < 1) goto bad; |
| 612 | s_cert_file= *(++argv); |
| 613 | } |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 614 | else if (strcmp(*argv,"-certform") == 0) |
| 615 | { |
| 616 | if (--argc < 1) goto bad; |
| 617 | s_cert_format = str2fmt(*(++argv)); |
| 618 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 619 | else if (strcmp(*argv,"-key") == 0) |
| 620 | { |
| 621 | if (--argc < 1) goto bad; |
| 622 | s_key_file= *(++argv); |
| 623 | } |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 624 | else if (strcmp(*argv,"-keyform") == 0) |
| 625 | { |
| 626 | if (--argc < 1) goto bad; |
| 627 | s_key_format = str2fmt(*(++argv)); |
| 628 | } |
| 629 | else if (strcmp(*argv,"-pass") == 0) |
| 630 | { |
| 631 | if (--argc < 1) goto bad; |
| 632 | passarg = *(++argv); |
| 633 | } |
Dr. Stephen Henson | 3908cdf | 1999-10-04 23:56:06 +0000 | [diff] [blame] | 634 | else if (strcmp(*argv,"-dhparam") == 0) |
| 635 | { |
| 636 | if (--argc < 1) goto bad; |
| 637 | dhfile = *(++argv); |
| 638 | } |
Bodo Möller | ea26226 | 2002-08-09 08:56:08 +0000 | [diff] [blame] | 639 | #ifndef OPENSSL_NO_ECDH |
| 640 | else if (strcmp(*argv,"-named_curve") == 0) |
| 641 | { |
| 642 | if (--argc < 1) goto bad; |
| 643 | named_curve = *(++argv); |
| 644 | } |
| 645 | #endif |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 646 | else if (strcmp(*argv,"-dcertform") == 0) |
| 647 | { |
| 648 | if (--argc < 1) goto bad; |
| 649 | s_dcert_format = str2fmt(*(++argv)); |
| 650 | } |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 651 | else if (strcmp(*argv,"-dcert") == 0) |
| 652 | { |
| 653 | if (--argc < 1) goto bad; |
| 654 | s_dcert_file= *(++argv); |
| 655 | } |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 656 | else if (strcmp(*argv,"-dkeyform") == 0) |
| 657 | { |
| 658 | if (--argc < 1) goto bad; |
| 659 | s_dkey_format = str2fmt(*(++argv)); |
| 660 | } |
| 661 | else if (strcmp(*argv,"-dpass") == 0) |
| 662 | { |
| 663 | if (--argc < 1) goto bad; |
| 664 | dpassarg = *(++argv); |
| 665 | } |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 666 | else if (strcmp(*argv,"-dkey") == 0) |
| 667 | { |
| 668 | if (--argc < 1) goto bad; |
| 669 | s_dkey_file= *(++argv); |
| 670 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 671 | else if (strcmp(*argv,"-nocert") == 0) |
| 672 | { |
| 673 | nocert=1; |
| 674 | } |
| 675 | else if (strcmp(*argv,"-CApath") == 0) |
| 676 | { |
| 677 | if (--argc < 1) goto bad; |
| 678 | CApath= *(++argv); |
| 679 | } |
Dr. Stephen Henson | bdee69f | 2001-05-09 00:30:39 +0000 | [diff] [blame] | 680 | else if (strcmp(*argv,"-crl_check") == 0) |
| 681 | { |
| 682 | vflags |= X509_V_FLAG_CRL_CHECK; |
| 683 | } |
| 684 | else if (strcmp(*argv,"-crl_check") == 0) |
| 685 | { |
| 686 | vflags |= X509_V_FLAG_CRL_CHECK|X509_V_FLAG_CRL_CHECK_ALL; |
| 687 | } |
Lutz Jänicke | 836f996 | 2001-02-09 19:56:31 +0000 | [diff] [blame] | 688 | else if (strcmp(*argv,"-serverpref") == 0) |
| 689 | { off|=SSL_OP_CIPHER_SERVER_PREFERENCE; } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 690 | else if (strcmp(*argv,"-cipher") == 0) |
| 691 | { |
| 692 | if (--argc < 1) goto bad; |
| 693 | cipher= *(++argv); |
| 694 | } |
| 695 | else if (strcmp(*argv,"-CAfile") == 0) |
| 696 | { |
| 697 | if (--argc < 1) goto bad; |
| 698 | CAfile= *(++argv); |
| 699 | } |
| 700 | #ifdef FIONBIO |
| 701 | else if (strcmp(*argv,"-nbio") == 0) |
| 702 | { s_nbio=1; } |
| 703 | #endif |
| 704 | else if (strcmp(*argv,"-nbio_test") == 0) |
| 705 | { |
| 706 | #ifdef FIONBIO |
| 707 | s_nbio=1; |
| 708 | #endif |
| 709 | s_nbio_test=1; |
| 710 | } |
| 711 | else if (strcmp(*argv,"-debug") == 0) |
| 712 | { s_debug=1; } |
Bodo Möller | a661b65 | 2001-10-20 17:56:36 +0000 | [diff] [blame] | 713 | else if (strcmp(*argv,"-msg") == 0) |
| 714 | { s_msg=1; } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 715 | else if (strcmp(*argv,"-hack") == 0) |
| 716 | { hack=1; } |
| 717 | else if (strcmp(*argv,"-state") == 0) |
| 718 | { state=1; } |
Bodo Möller | 1bdb863 | 1999-08-07 02:51:10 +0000 | [diff] [blame] | 719 | else if (strcmp(*argv,"-crlf") == 0) |
| 720 | { s_crlf=1; } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 721 | else if (strcmp(*argv,"-quiet") == 0) |
| 722 | { s_quiet=1; } |
| 723 | else if (strcmp(*argv,"-bugs") == 0) |
| 724 | { bugs=1; } |
| 725 | else if (strcmp(*argv,"-no_tmp_rsa") == 0) |
| 726 | { no_tmp_rsa=1; } |
Bodo Möller | 5059658 | 1999-07-12 17:15:42 +0000 | [diff] [blame] | 727 | else if (strcmp(*argv,"-no_dhe") == 0) |
| 728 | { no_dhe=1; } |
Bodo Möller | ea26226 | 2002-08-09 08:56:08 +0000 | [diff] [blame] | 729 | else if (strcmp(*argv,"-no_ecdhe") == 0) |
| 730 | { no_ecdhe=1; } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 731 | else if (strcmp(*argv,"-www") == 0) |
| 732 | { www=1; } |
| 733 | else if (strcmp(*argv,"-WWW") == 0) |
| 734 | { www=2; } |
Richard Levitte | 251cb4c | 2001-03-10 16:20:52 +0000 | [diff] [blame] | 735 | else if (strcmp(*argv,"-HTTP") == 0) |
| 736 | { www=3; } |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 737 | else if (strcmp(*argv,"-no_ssl2") == 0) |
| 738 | { off|=SSL_OP_NO_SSLv2; } |
| 739 | else if (strcmp(*argv,"-no_ssl3") == 0) |
| 740 | { off|=SSL_OP_NO_SSLv3; } |
| 741 | else if (strcmp(*argv,"-no_tls1") == 0) |
| 742 | { off|=SSL_OP_NO_TLSv1; } |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 743 | #ifndef OPENSSL_NO_SSL2 |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 744 | else if (strcmp(*argv,"-ssl2") == 0) |
| 745 | { meth=SSLv2_server_method(); } |
| 746 | #endif |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 747 | #ifndef OPENSSL_NO_SSL3 |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 748 | else if (strcmp(*argv,"-ssl3") == 0) |
| 749 | { meth=SSLv3_server_method(); } |
| 750 | #endif |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 751 | #ifndef OPENSSL_NO_TLS1 |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 752 | else if (strcmp(*argv,"-tls1") == 0) |
| 753 | { meth=TLSv1_server_method(); } |
| 754 | #endif |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 755 | #ifndef OPENSSL_NO_DTLS1 |
| 756 | else if (strcmp(*argv,"-dtls1") == 0) |
| 757 | { |
| 758 | meth=DTLSv1_server_method(); |
| 759 | sock_type = SOCK_DGRAM; |
| 760 | } |
| 761 | else if (strcmp(*argv,"-timeout") == 0) |
| 762 | enable_timeouts = 1; |
| 763 | else if (strcmp(*argv,"-mtu") == 0) |
| 764 | { |
| 765 | if (--argc < 1) goto bad; |
| 766 | mtu = atol(*(++argv)); |
| 767 | } |
| 768 | else if (strcmp(*argv, "-chain") == 0) |
| 769 | cert_chain = 1; |
| 770 | #endif |
Geoff Thorpe | 1aa0d94 | 2001-02-21 18:38:48 +0000 | [diff] [blame] | 771 | else if (strcmp(*argv, "-id_prefix") == 0) |
| 772 | { |
| 773 | if (--argc < 1) goto bad; |
| 774 | session_id_prefix = *(++argv); |
| 775 | } |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 776 | #ifndef OPENSSL_NO_ENGINE |
Richard Levitte | 5270e70 | 2000-10-26 21:07:28 +0000 | [diff] [blame] | 777 | else if (strcmp(*argv,"-engine") == 0) |
| 778 | { |
| 779 | if (--argc < 1) goto bad; |
| 780 | engine_id= *(++argv); |
| 781 | } |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 782 | #endif |
Lutz Jänicke | 52b621d | 2001-02-15 10:22:07 +0000 | [diff] [blame] | 783 | else if (strcmp(*argv,"-rand") == 0) |
| 784 | { |
| 785 | if (--argc < 1) goto bad; |
| 786 | inrand= *(++argv); |
| 787 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 788 | else |
| 789 | { |
| 790 | BIO_printf(bio_err,"unknown option %s\n",*argv); |
| 791 | badop=1; |
| 792 | break; |
| 793 | } |
| 794 | argc--; |
| 795 | argv++; |
| 796 | } |
| 797 | if (badop) |
| 798 | { |
| 799 | bad: |
| 800 | sv_usage(); |
| 801 | goto end; |
| 802 | } |
| 803 | |
Richard Levitte | cead7f3 | 2002-07-16 06:52:03 +0000 | [diff] [blame] | 804 | SSL_load_error_strings(); |
| 805 | OpenSSL_add_ssl_algorithms(); |
| 806 | |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 807 | #ifndef OPENSSL_NO_ENGINE |
Richard Levitte | cead7f3 | 2002-07-16 06:52:03 +0000 | [diff] [blame] | 808 | e = setup_engine(bio_err, engine_id, 1); |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 809 | #endif |
Richard Levitte | cead7f3 | 2002-07-16 06:52:03 +0000 | [diff] [blame] | 810 | |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 811 | if (!app_passwd(bio_err, passarg, dpassarg, &pass, &dpass)) |
| 812 | { |
| 813 | BIO_printf(bio_err, "Error getting password\n"); |
| 814 | goto end; |
| 815 | } |
| 816 | |
| 817 | |
| 818 | if (s_key_file == NULL) |
| 819 | s_key_file = s_cert_file; |
| 820 | |
| 821 | s_key = load_key(bio_err, s_key_file, s_key_format, 0, pass, e, |
| 822 | "server certificate private key file"); |
| 823 | if (!s_key) |
| 824 | { |
| 825 | ERR_print_errors(bio_err); |
| 826 | goto end; |
| 827 | } |
| 828 | |
| 829 | s_cert = load_cert(bio_err,s_cert_file,s_cert_format, |
| 830 | NULL, e, "server certificate file"); |
| 831 | |
| 832 | if (!s_cert) |
| 833 | { |
| 834 | ERR_print_errors(bio_err); |
| 835 | goto end; |
| 836 | } |
| 837 | |
| 838 | if (s_dcert_file) |
| 839 | { |
| 840 | |
| 841 | if (s_dkey_file == NULL) |
| 842 | s_dkey_file = s_dcert_file; |
| 843 | |
| 844 | s_dkey = load_key(bio_err, s_dkey_file, s_dkey_format, |
| 845 | 0, dpass, e, |
| 846 | "second certificate private key file"); |
| 847 | if (!s_dkey) |
| 848 | { |
| 849 | ERR_print_errors(bio_err); |
| 850 | goto end; |
| 851 | } |
| 852 | |
| 853 | s_dcert = load_cert(bio_err,s_dcert_file,s_dcert_format, |
| 854 | NULL, e, "second server certificate file"); |
| 855 | |
| 856 | if (!s_dcert) |
| 857 | { |
| 858 | ERR_print_errors(bio_err); |
| 859 | goto end; |
| 860 | } |
| 861 | |
| 862 | } |
| 863 | |
Lutz Jänicke | 52b621d | 2001-02-15 10:22:07 +0000 | [diff] [blame] | 864 | if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL |
| 865 | && !RAND_status()) |
| 866 | { |
| 867 | BIO_printf(bio_err,"warning, not much extra random data, consider using the -rand option\n"); |
| 868 | } |
| 869 | if (inrand != NULL) |
| 870 | BIO_printf(bio_err,"%ld semi-random bytes loaded\n", |
| 871 | app_RAND_load_files(inrand)); |
Bodo Möller | a31011e | 1999-10-26 01:56:29 +0000 | [diff] [blame] | 872 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 873 | if (bio_s_out == NULL) |
| 874 | { |
Bodo Möller | a661b65 | 2001-10-20 17:56:36 +0000 | [diff] [blame] | 875 | if (s_quiet && !s_debug && !s_msg) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 876 | { |
| 877 | bio_s_out=BIO_new(BIO_s_null()); |
| 878 | } |
| 879 | else |
| 880 | { |
| 881 | if (bio_s_out == NULL) |
| 882 | bio_s_out=BIO_new_fp(stdout,BIO_NOCLOSE); |
| 883 | } |
| 884 | } |
| 885 | |
Bodo Möller | 4d94ae0 | 2002-02-13 18:21:51 +0000 | [diff] [blame] | 886 | #if !defined(OPENSSL_NO_RSA) || !defined(OPENSSL_NO_DSA) || !defined(OPENSSL_NO_ECDSA) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 887 | if (nocert) |
| 888 | #endif |
| 889 | { |
| 890 | s_cert_file=NULL; |
| 891 | s_key_file=NULL; |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 892 | s_dcert_file=NULL; |
| 893 | s_dkey_file=NULL; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 894 | } |
| 895 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 896 | ctx=SSL_CTX_new(meth); |
| 897 | if (ctx == NULL) |
| 898 | { |
| 899 | ERR_print_errors(bio_err); |
| 900 | goto end; |
| 901 | } |
Geoff Thorpe | 1aa0d94 | 2001-02-21 18:38:48 +0000 | [diff] [blame] | 902 | if (session_id_prefix) |
| 903 | { |
| 904 | if(strlen(session_id_prefix) >= 32) |
| 905 | BIO_printf(bio_err, |
| 906 | "warning: id_prefix is too long, only one new session will be possible\n"); |
| 907 | else if(strlen(session_id_prefix) >= 16) |
| 908 | BIO_printf(bio_err, |
| 909 | "warning: id_prefix is too long if you use SSLv2\n"); |
| 910 | if(!SSL_CTX_set_generate_session_id(ctx, generate_session_id)) |
| 911 | { |
| 912 | BIO_printf(bio_err,"error setting 'id_prefix'\n"); |
| 913 | ERR_print_errors(bio_err); |
| 914 | goto end; |
| 915 | } |
| 916 | BIO_printf(bio_err,"id_prefix '%s' set.\n", session_id_prefix); |
| 917 | } |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 918 | SSL_CTX_set_quiet_shutdown(ctx,1); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 919 | if (bugs) SSL_CTX_set_options(ctx,SSL_OP_ALL); |
| 920 | if (hack) SSL_CTX_set_options(ctx,SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 921 | SSL_CTX_set_options(ctx,off); |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 922 | /* DTLS: partial reads end up discarding unread UDP bytes :-( |
| 923 | * Setting read ahead solves this problem. |
| 924 | */ |
| 925 | if (sock_type == SOCK_DGRAM) SSL_CTX_set_read_ahead(ctx, 1); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 926 | |
| 927 | if (state) SSL_CTX_set_info_callback(ctx,apps_ssl_info_callback); |
| 928 | |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 929 | SSL_CTX_sess_set_cache_size(ctx,128); |
| 930 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 931 | #if 0 |
| 932 | if (cipher == NULL) cipher=getenv("SSL_CIPHER"); |
| 933 | #endif |
| 934 | |
| 935 | #if 0 |
| 936 | if (s_cert_file == NULL) |
| 937 | { |
| 938 | BIO_printf(bio_err,"You must specify a certificate file for the server to use\n"); |
| 939 | goto end; |
| 940 | } |
| 941 | #endif |
| 942 | |
| 943 | if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) || |
| 944 | (!SSL_CTX_set_default_verify_paths(ctx))) |
| 945 | { |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 946 | /* BIO_printf(bio_err,"X509_load_verify_locations\n"); */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 947 | ERR_print_errors(bio_err); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 948 | /* goto end; */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 949 | } |
Dr. Stephen Henson | bdee69f | 2001-05-09 00:30:39 +0000 | [diff] [blame] | 950 | store = SSL_CTX_get_cert_store(ctx); |
| 951 | X509_STORE_set_flags(store, vflags); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 952 | |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 953 | #ifndef OPENSSL_NO_DH |
Bodo Möller | 5059658 | 1999-07-12 17:15:42 +0000 | [diff] [blame] | 954 | if (!no_dhe) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 955 | { |
Bodo Möller | 15d52dd | 2000-11-02 10:35:10 +0000 | [diff] [blame] | 956 | DH *dh=NULL; |
| 957 | |
| 958 | if (dhfile) |
| 959 | dh = load_dh_param(dhfile); |
| 960 | else if (s_cert_file) |
| 961 | dh = load_dh_param(s_cert_file); |
| 962 | |
Bodo Möller | 5059658 | 1999-07-12 17:15:42 +0000 | [diff] [blame] | 963 | if (dh != NULL) |
| 964 | { |
| 965 | BIO_printf(bio_s_out,"Setting temp DH parameters\n"); |
| 966 | } |
| 967 | else |
| 968 | { |
| 969 | BIO_printf(bio_s_out,"Using default temp DH parameters\n"); |
| 970 | dh=get_dh512(); |
| 971 | } |
| 972 | (void)BIO_flush(bio_s_out); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 973 | |
Bodo Möller | 5059658 | 1999-07-12 17:15:42 +0000 | [diff] [blame] | 974 | SSL_CTX_set_tmp_dh(ctx,dh); |
| 975 | DH_free(dh); |
| 976 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 977 | #endif |
Bodo Möller | ea26226 | 2002-08-09 08:56:08 +0000 | [diff] [blame] | 978 | |
| 979 | #ifndef OPENSSL_NO_ECDH |
| 980 | if (!no_ecdhe) |
| 981 | { |
| 982 | EC_KEY *ecdh=NULL; |
| 983 | |
| 984 | ecdh = EC_KEY_new(); |
| 985 | if (ecdh == NULL) |
| 986 | { |
| 987 | BIO_printf(bio_err,"Could not create ECDH struct.\n"); |
| 988 | goto end; |
| 989 | } |
| 990 | |
| 991 | if (named_curve) |
| 992 | { |
| 993 | int nid = OBJ_sn2nid(named_curve); |
| 994 | |
| 995 | if (nid == 0) |
| 996 | { |
| 997 | BIO_printf(bio_err, "unknown curve name (%s)\n", |
| 998 | named_curve); |
| 999 | goto end; |
| 1000 | } |
| 1001 | |
| 1002 | ecdh->group = EC_GROUP_new_by_nid(nid); |
| 1003 | if (ecdh->group == NULL) |
| 1004 | { |
| 1005 | BIO_printf(bio_err, "unable to create curve (%s)\n", |
| 1006 | named_curve); |
| 1007 | goto end; |
| 1008 | } |
| 1009 | } |
| 1010 | |
| 1011 | if (ecdh->group != NULL) |
| 1012 | { |
| 1013 | BIO_printf(bio_s_out,"Setting temp ECDH parameters\n"); |
| 1014 | } |
| 1015 | else |
| 1016 | { |
| 1017 | BIO_printf(bio_s_out,"Using default temp ECDH parameters\n"); |
| 1018 | ecdh->group=EC_GROUP_new_by_nid(NID_sect163r2); |
| 1019 | if (ecdh->group == NULL) |
| 1020 | { |
| 1021 | BIO_printf(bio_err, "unable to create curve (sect163r2)\n"); |
| 1022 | goto end; |
| 1023 | } |
| 1024 | } |
| 1025 | (void)BIO_flush(bio_s_out); |
| 1026 | |
| 1027 | SSL_CTX_set_tmp_ecdh(ctx,ecdh); |
| 1028 | EC_KEY_free(ecdh); |
| 1029 | } |
| 1030 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1031 | |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 1032 | if (!set_cert_key_stuff(ctx,s_cert,s_key)) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1033 | goto end; |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 1034 | if (s_dcert != NULL) |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1035 | { |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 1036 | if (!set_cert_key_stuff(ctx,s_dcert,s_dkey)) |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1037 | goto end; |
| 1038 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1039 | |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 1040 | #ifndef OPENSSL_NO_RSA |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1041 | #if 1 |
Bodo Möller | ff055b5 | 2001-02-20 12:59:48 +0000 | [diff] [blame] | 1042 | if (!no_tmp_rsa) |
| 1043 | SSL_CTX_set_tmp_rsa_callback(ctx,tmp_rsa_cb); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1044 | #else |
| 1045 | if (!no_tmp_rsa && SSL_CTX_need_tmp_RSA(ctx)) |
| 1046 | { |
| 1047 | RSA *rsa; |
| 1048 | |
| 1049 | BIO_printf(bio_s_out,"Generating temp (512 bit) RSA key..."); |
| 1050 | BIO_flush(bio_s_out); |
| 1051 | |
| 1052 | rsa=RSA_generate_key(512,RSA_F4,NULL); |
| 1053 | |
| 1054 | if (!SSL_CTX_set_tmp_rsa(ctx,rsa)) |
| 1055 | { |
| 1056 | ERR_print_errors(bio_err); |
| 1057 | goto end; |
| 1058 | } |
| 1059 | RSA_free(rsa); |
| 1060 | BIO_printf(bio_s_out,"\n"); |
| 1061 | } |
| 1062 | #endif |
Ulf Möller | f5d7a03 | 1999-04-27 01:14:46 +0000 | [diff] [blame] | 1063 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1064 | |
| 1065 | if (cipher != NULL) |
Dr. Stephen Henson | fabce04 | 2000-01-23 02:28:08 +0000 | [diff] [blame] | 1066 | if(!SSL_CTX_set_cipher_list(ctx,cipher)) { |
Ulf Möller | 657e60f | 2000-02-03 23:23:24 +0000 | [diff] [blame] | 1067 | BIO_printf(bio_err,"error setting cipher list\n"); |
Dr. Stephen Henson | fabce04 | 2000-01-23 02:28:08 +0000 | [diff] [blame] | 1068 | ERR_print_errors(bio_err); |
| 1069 | goto end; |
| 1070 | } |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1071 | SSL_CTX_set_verify(ctx,s_server_verify,verify_callback); |
Bodo Möller | b56bce4 | 1999-05-13 15:09:38 +0000 | [diff] [blame] | 1072 | SSL_CTX_set_session_id_context(ctx,(void*)&s_server_session_id_context, |
| 1073 | sizeof s_server_session_id_context); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1074 | |
Bodo Möller | 4ad378e | 1999-09-24 20:27:20 +0000 | [diff] [blame] | 1075 | if (CAfile != NULL) |
| 1076 | SSL_CTX_set_client_CA_list(ctx,SSL_load_client_CA_file(CAfile)); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1077 | |
| 1078 | BIO_printf(bio_s_out,"ACCEPT\n"); |
| 1079 | if (www) |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 1080 | do_server(port,sock_type,&accept_socket,www_body, context); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1081 | else |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 1082 | do_server(port,sock_type,&accept_socket,sv_body, context); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1083 | print_stats(bio_s_out,ctx); |
| 1084 | ret=0; |
| 1085 | end: |
| 1086 | if (ctx != NULL) SSL_CTX_free(ctx); |
Dr. Stephen Henson | 826a42a | 2004-11-16 17:30:59 +0000 | [diff] [blame] | 1087 | if (s_cert) |
| 1088 | X509_free(s_cert); |
| 1089 | if (s_dcert) |
| 1090 | X509_free(s_dcert); |
| 1091 | if (s_key) |
| 1092 | EVP_PKEY_free(s_key); |
| 1093 | if (s_dkey) |
| 1094 | EVP_PKEY_free(s_dkey); |
| 1095 | if (pass) |
| 1096 | OPENSSL_free(pass); |
| 1097 | if (dpass) |
| 1098 | OPENSSL_free(dpass); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1099 | if (bio_s_out != NULL) |
| 1100 | { |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 1101 | BIO_free(bio_s_out); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1102 | bio_s_out=NULL; |
| 1103 | } |
Richard Levitte | c04f8cf | 2001-06-23 16:37:32 +0000 | [diff] [blame] | 1104 | apps_shutdown(); |
Richard Levitte | 1c3e4a3 | 2002-12-03 16:33:03 +0000 | [diff] [blame] | 1105 | OPENSSL_EXIT(ret); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1106 | } |
| 1107 | |
Ulf Möller | 6b691a5 | 1999-04-19 21:31:43 +0000 | [diff] [blame] | 1108 | static void print_stats(BIO *bio, SSL_CTX *ssl_ctx) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1109 | { |
| 1110 | BIO_printf(bio,"%4ld items in the session cache\n", |
| 1111 | SSL_CTX_sess_number(ssl_ctx)); |
Richard Levitte | 3ae7093 | 2003-04-03 23:39:48 +0000 | [diff] [blame] | 1112 | BIO_printf(bio,"%4ld client connects (SSL_connect())\n", |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1113 | SSL_CTX_sess_connect(ssl_ctx)); |
Richard Levitte | 3ae7093 | 2003-04-03 23:39:48 +0000 | [diff] [blame] | 1114 | BIO_printf(bio,"%4ld client renegotiates (SSL_connect())\n", |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1115 | SSL_CTX_sess_connect_renegotiate(ssl_ctx)); |
Richard Levitte | 3ae7093 | 2003-04-03 23:39:48 +0000 | [diff] [blame] | 1116 | BIO_printf(bio,"%4ld client connects that finished\n", |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1117 | SSL_CTX_sess_connect_good(ssl_ctx)); |
Richard Levitte | 3ae7093 | 2003-04-03 23:39:48 +0000 | [diff] [blame] | 1118 | BIO_printf(bio,"%4ld server accepts (SSL_accept())\n", |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1119 | SSL_CTX_sess_accept(ssl_ctx)); |
Richard Levitte | 3ae7093 | 2003-04-03 23:39:48 +0000 | [diff] [blame] | 1120 | BIO_printf(bio,"%4ld server renegotiates (SSL_accept())\n", |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1121 | SSL_CTX_sess_accept_renegotiate(ssl_ctx)); |
Richard Levitte | 3ae7093 | 2003-04-03 23:39:48 +0000 | [diff] [blame] | 1122 | BIO_printf(bio,"%4ld server accepts that finished\n", |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1123 | SSL_CTX_sess_accept_good(ssl_ctx)); |
Richard Levitte | 3ae7093 | 2003-04-03 23:39:48 +0000 | [diff] [blame] | 1124 | BIO_printf(bio,"%4ld session cache hits\n",SSL_CTX_sess_hits(ssl_ctx)); |
| 1125 | BIO_printf(bio,"%4ld session cache misses\n",SSL_CTX_sess_misses(ssl_ctx)); |
| 1126 | BIO_printf(bio,"%4ld session cache timeouts\n",SSL_CTX_sess_timeouts(ssl_ctx)); |
| 1127 | BIO_printf(bio,"%4ld callback cache hits\n",SSL_CTX_sess_cb_hits(ssl_ctx)); |
| 1128 | BIO_printf(bio,"%4ld cache full overflows (%ld allowed)\n", |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1129 | SSL_CTX_sess_cache_full(ssl_ctx), |
| 1130 | SSL_CTX_sess_get_cache_size(ssl_ctx)); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1131 | } |
| 1132 | |
Ben Laurie | 61f5b6f | 1999-04-23 15:01:15 +0000 | [diff] [blame] | 1133 | static int sv_body(char *hostname, int s, unsigned char *context) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1134 | { |
| 1135 | char *buf=NULL; |
| 1136 | fd_set readfds; |
| 1137 | int ret=1,width; |
| 1138 | int k,i; |
| 1139 | unsigned long l; |
| 1140 | SSL *con=NULL; |
| 1141 | BIO *sbio; |
Richard Levitte | 4d8743f | 2003-11-28 13:10:58 +0000 | [diff] [blame] | 1142 | #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_NETWARE) |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 1143 | struct timeval tv; |
| 1144 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1145 | |
Richard Levitte | 26a3a48 | 2000-06-01 22:19:21 +0000 | [diff] [blame] | 1146 | if ((buf=OPENSSL_malloc(bufsize)) == NULL) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1147 | { |
| 1148 | BIO_printf(bio_err,"out of memory\n"); |
| 1149 | goto err; |
| 1150 | } |
| 1151 | #ifdef FIONBIO |
| 1152 | if (s_nbio) |
| 1153 | { |
| 1154 | unsigned long sl=1; |
| 1155 | |
| 1156 | if (!s_quiet) |
| 1157 | BIO_printf(bio_err,"turning on non blocking io\n"); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1158 | if (BIO_socket_ioctl(s,FIONBIO,&sl) < 0) |
| 1159 | ERR_print_errors(bio_err); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1160 | } |
| 1161 | #endif |
| 1162 | |
Ben Laurie | b4cadc6 | 1999-03-22 12:22:14 +0000 | [diff] [blame] | 1163 | if (con == NULL) { |
Dr. Stephen Henson | 82fc1d9 | 2000-02-03 02:56:48 +0000 | [diff] [blame] | 1164 | con=SSL_new(ctx); |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 1165 | #ifndef OPENSSL_NO_KRB5 |
Richard Levitte | f9b3bff | 2000-11-30 22:53:34 +0000 | [diff] [blame] | 1166 | if ((con->kssl_ctx = kssl_ctx_new()) != NULL) |
| 1167 | { |
Richard Levitte | 2a1ef75 | 2001-07-09 21:46:58 +0000 | [diff] [blame] | 1168 | kssl_ctx_setstring(con->kssl_ctx, KSSL_SERVICE, |
| 1169 | KRB5SVC); |
| 1170 | kssl_ctx_setstring(con->kssl_ctx, KSSL_KEYTAB, |
| 1171 | KRB5KEYTAB); |
Richard Levitte | f9b3bff | 2000-11-30 22:53:34 +0000 | [diff] [blame] | 1172 | } |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 1173 | #endif /* OPENSSL_NO_KRB5 */ |
Ben Laurie | b4cadc6 | 1999-03-22 12:22:14 +0000 | [diff] [blame] | 1174 | if(context) |
Ben Laurie | 61f5b6f | 1999-04-23 15:01:15 +0000 | [diff] [blame] | 1175 | SSL_set_session_id_context(con, context, |
| 1176 | strlen((char *)context)); |
Ben Laurie | b4cadc6 | 1999-03-22 12:22:14 +0000 | [diff] [blame] | 1177 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1178 | SSL_clear(con); |
| 1179 | |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 1180 | if (SSL_version(con) == DTLS1_VERSION) |
| 1181 | { |
| 1182 | struct timeval timeout; |
| 1183 | |
| 1184 | sbio=BIO_new_dgram(s,BIO_NOCLOSE); |
| 1185 | |
| 1186 | if ( enable_timeouts) |
| 1187 | { |
| 1188 | timeout.tv_sec = 0; |
| 1189 | timeout.tv_usec = DGRAM_RCV_TIMEOUT; |
| 1190 | BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_RECV_TIMEOUT, 0, &timeout); |
| 1191 | |
| 1192 | timeout.tv_sec = 0; |
| 1193 | timeout.tv_usec = DGRAM_SND_TIMEOUT; |
| 1194 | BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout); |
| 1195 | } |
| 1196 | |
| 1197 | |
| 1198 | if ( mtu > 0) |
| 1199 | { |
| 1200 | SSL_set_options(con, SSL_OP_NO_QUERY_MTU); |
| 1201 | SSL_set_mtu(con, mtu); |
| 1202 | } |
| 1203 | else |
| 1204 | /* want to do MTU discovery */ |
| 1205 | BIO_ctrl(sbio, BIO_CTRL_DGRAM_MTU_DISCOVER, 0, NULL); |
| 1206 | |
| 1207 | /* turn on cookie exchange */ |
| 1208 | SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE); |
| 1209 | } |
| 1210 | else |
| 1211 | sbio=BIO_new_socket(s,BIO_NOCLOSE); |
| 1212 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1213 | if (s_nbio_test) |
| 1214 | { |
| 1215 | BIO *test; |
| 1216 | |
| 1217 | test=BIO_new(BIO_f_nbio_test()); |
| 1218 | sbio=BIO_push(test,sbio); |
| 1219 | } |
| 1220 | SSL_set_bio(con,sbio,sbio); |
| 1221 | SSL_set_accept_state(con); |
| 1222 | /* SSL_set_fd(con,s); */ |
| 1223 | |
| 1224 | if (s_debug) |
| 1225 | { |
| 1226 | con->debug=1; |
Richard Levitte | 2549564 | 2004-08-12 08:58:55 +0000 | [diff] [blame] | 1227 | BIO_set_callback(SSL_get_rbio(con),bio_dump_callback); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1228 | BIO_set_callback_arg(SSL_get_rbio(con),bio_s_out); |
| 1229 | } |
Bodo Möller | a661b65 | 2001-10-20 17:56:36 +0000 | [diff] [blame] | 1230 | if (s_msg) |
| 1231 | { |
| 1232 | SSL_set_msg_callback(con, msg_cb); |
| 1233 | SSL_set_msg_callback_arg(con, bio_s_out); |
| 1234 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1235 | |
| 1236 | width=s+1; |
| 1237 | for (;;) |
| 1238 | { |
Bodo Möller | a2a0158 | 2000-02-21 17:09:54 +0000 | [diff] [blame] | 1239 | int read_from_terminal; |
| 1240 | int read_from_sslcon; |
| 1241 | |
| 1242 | read_from_terminal = 0; |
| 1243 | read_from_sslcon = SSL_pending(con); |
| 1244 | |
| 1245 | if (!read_from_sslcon) |
| 1246 | { |
| 1247 | FD_ZERO(&readfds); |
Richard Levitte | 4d8743f | 2003-11-28 13:10:58 +0000 | [diff] [blame] | 1248 | #if !defined(OPENSSL_SYS_WINDOWS) && !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_NETWARE) |
Bodo Möller | a2a0158 | 2000-02-21 17:09:54 +0000 | [diff] [blame] | 1249 | FD_SET(fileno(stdin),&readfds); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1250 | #endif |
Bodo Möller | a2a0158 | 2000-02-21 17:09:54 +0000 | [diff] [blame] | 1251 | FD_SET(s,&readfds); |
| 1252 | /* Note: under VMS with SOCKETSHR the second parameter is |
| 1253 | * currently of type (int *) whereas under other systems |
| 1254 | * it is (void *) if you don't have a cast it will choke |
| 1255 | * the compiler: if you do have a cast then you can either |
| 1256 | * go for (int *) or (void *). |
| 1257 | */ |
Richard Levitte | 4d8743f | 2003-11-28 13:10:58 +0000 | [diff] [blame] | 1258 | #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_NETWARE) |
Richard Levitte | 3d7c4a5 | 2003-09-27 21:56:08 +0000 | [diff] [blame] | 1259 | /* Under DOS (non-djgpp) and Windows we can't select on stdin: only |
Bodo Möller | a2a0158 | 2000-02-21 17:09:54 +0000 | [diff] [blame] | 1260 | * on sockets. As a workaround we timeout the select every |
| 1261 | * second and check for any keypress. In a proper Windows |
| 1262 | * application we wouldn't do this because it is inefficient. |
| 1263 | */ |
| 1264 | tv.tv_sec = 1; |
| 1265 | tv.tv_usec = 0; |
| 1266 | i=select(width,(void *)&readfds,NULL,NULL,&tv); |
| 1267 | if((i < 0) || (!i && !_kbhit() ) )continue; |
| 1268 | if(_kbhit()) |
| 1269 | read_from_terminal = 1; |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 1270 | #else |
Bodo Möller | a2a0158 | 2000-02-21 17:09:54 +0000 | [diff] [blame] | 1271 | i=select(width,(void *)&readfds,NULL,NULL,NULL); |
| 1272 | if (i <= 0) continue; |
| 1273 | if (FD_ISSET(fileno(stdin),&readfds)) |
| 1274 | read_from_terminal = 1; |
Dr. Stephen Henson | 06f4536 | 1999-09-20 22:09:17 +0000 | [diff] [blame] | 1275 | #endif |
Bodo Möller | a2a0158 | 2000-02-21 17:09:54 +0000 | [diff] [blame] | 1276 | if (FD_ISSET(s,&readfds)) |
| 1277 | read_from_sslcon = 1; |
| 1278 | } |
| 1279 | if (read_from_terminal) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1280 | { |
Bodo Möller | 1bdb863 | 1999-08-07 02:51:10 +0000 | [diff] [blame] | 1281 | if (s_crlf) |
| 1282 | { |
| 1283 | int j, lf_num; |
| 1284 | |
| 1285 | i=read(fileno(stdin), buf, bufsize/2); |
| 1286 | lf_num = 0; |
| 1287 | /* both loops are skipped when i <= 0 */ |
| 1288 | for (j = 0; j < i; j++) |
| 1289 | if (buf[j] == '\n') |
| 1290 | lf_num++; |
| 1291 | for (j = i-1; j >= 0; j--) |
| 1292 | { |
| 1293 | buf[j+lf_num] = buf[j]; |
| 1294 | if (buf[j] == '\n') |
| 1295 | { |
| 1296 | lf_num--; |
| 1297 | i++; |
| 1298 | buf[j+lf_num] = '\r'; |
| 1299 | } |
| 1300 | } |
| 1301 | assert(lf_num == 0); |
| 1302 | } |
| 1303 | else |
Bodo Möller | 1bdb863 | 1999-08-07 02:51:10 +0000 | [diff] [blame] | 1304 | i=read(fileno(stdin),buf,bufsize); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1305 | if (!s_quiet) |
| 1306 | { |
| 1307 | if ((i <= 0) || (buf[0] == 'Q')) |
| 1308 | { |
| 1309 | BIO_printf(bio_s_out,"DONE\n"); |
| 1310 | SHUTDOWN(s); |
| 1311 | close_accept_socket(); |
| 1312 | ret= -11; |
| 1313 | goto err; |
| 1314 | } |
| 1315 | if ((i <= 0) || (buf[0] == 'q')) |
| 1316 | { |
| 1317 | BIO_printf(bio_s_out,"DONE\n"); |
Ben Laurie | 36d16f8 | 2005-04-26 16:02:40 +0000 | [diff] [blame] | 1318 | if (SSL_version(con) != DTLS1_VERSION) |
| 1319 | SHUTDOWN(s); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1320 | /* close_accept_socket(); |
| 1321 | ret= -11;*/ |
| 1322 | goto err; |
| 1323 | } |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1324 | if ((buf[0] == 'r') && |
| 1325 | ((buf[1] == '\n') || (buf[1] == '\r'))) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1326 | { |
| 1327 | SSL_renegotiate(con); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1328 | i=SSL_do_handshake(con); |
| 1329 | printf("SSL_do_handshake -> %d\n",i); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1330 | i=0; /*13; */ |
| 1331 | continue; |
Ralf S. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 1332 | /* strcpy(buf,"server side RE-NEGOTIATE\n"); */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1333 | } |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1334 | if ((buf[0] == 'R') && |
Ben Laurie | c13d479 | 1999-01-07 00:16:37 +0000 | [diff] [blame] | 1335 | ((buf[1] == '\n') || (buf[1] == '\r'))) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1336 | { |
| 1337 | SSL_set_verify(con, |
| 1338 | SSL_VERIFY_PEER|SSL_VERIFY_CLIENT_ONCE,NULL); |
| 1339 | SSL_renegotiate(con); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1340 | i=SSL_do_handshake(con); |
| 1341 | printf("SSL_do_handshake -> %d\n",i); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1342 | i=0; /* 13; */ |
| 1343 | continue; |
Ralf S. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 1344 | /* strcpy(buf,"server side RE-NEGOTIATE asking for client cert\n"); */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1345 | } |
| 1346 | if (buf[0] == 'P') |
| 1347 | { |
Nils Larsch | 7d72723 | 2005-04-05 19:11:19 +0000 | [diff] [blame] | 1348 | static const char *str="Lets print some clear text\n"; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1349 | BIO_write(SSL_get_wbio(con),str,strlen(str)); |
| 1350 | } |
| 1351 | if (buf[0] == 'S') |
| 1352 | { |
| 1353 | print_stats(bio_s_out,SSL_get_SSL_CTX(con)); |
| 1354 | } |
| 1355 | } |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 1356 | #ifdef CHARSET_EBCDIC |
| 1357 | ebcdic2ascii(buf,buf,i); |
| 1358 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1359 | l=k=0; |
| 1360 | for (;;) |
| 1361 | { |
| 1362 | /* should do a select for the write */ |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1363 | #ifdef RENEG |
| 1364 | { static count=0; if (++count == 100) { count=0; SSL_renegotiate(con); } } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1365 | #endif |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1366 | k=SSL_write(con,&(buf[l]),(unsigned int)i); |
| 1367 | switch (SSL_get_error(con,k)) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1368 | { |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1369 | case SSL_ERROR_NONE: |
| 1370 | break; |
| 1371 | case SSL_ERROR_WANT_WRITE: |
| 1372 | case SSL_ERROR_WANT_READ: |
| 1373 | case SSL_ERROR_WANT_X509_LOOKUP: |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1374 | BIO_printf(bio_s_out,"Write BLOCK\n"); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1375 | break; |
| 1376 | case SSL_ERROR_SYSCALL: |
| 1377 | case SSL_ERROR_SSL: |
| 1378 | BIO_printf(bio_s_out,"ERROR\n"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1379 | ERR_print_errors(bio_err); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1380 | ret=1; |
| 1381 | goto err; |
Ralf S. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 1382 | /* break; */ |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1383 | case SSL_ERROR_ZERO_RETURN: |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1384 | BIO_printf(bio_s_out,"DONE\n"); |
| 1385 | ret=1; |
| 1386 | goto err; |
| 1387 | } |
| 1388 | l+=k; |
| 1389 | i-=k; |
| 1390 | if (i <= 0) break; |
| 1391 | } |
| 1392 | } |
Bodo Möller | a2a0158 | 2000-02-21 17:09:54 +0000 | [diff] [blame] | 1393 | if (read_from_sslcon) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1394 | { |
| 1395 | if (!SSL_is_init_finished(con)) |
| 1396 | { |
| 1397 | i=init_ssl_connection(con); |
| 1398 | |
| 1399 | if (i < 0) |
| 1400 | { |
| 1401 | ret=0; |
| 1402 | goto err; |
| 1403 | } |
| 1404 | else if (i == 0) |
| 1405 | { |
| 1406 | ret=1; |
| 1407 | goto err; |
| 1408 | } |
| 1409 | } |
| 1410 | else |
| 1411 | { |
Ralf S. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 1412 | again: |
| 1413 | i=SSL_read(con,(char *)buf,bufsize); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1414 | switch (SSL_get_error(con,i)) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1415 | { |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1416 | case SSL_ERROR_NONE: |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 1417 | #ifdef CHARSET_EBCDIC |
| 1418 | ascii2ebcdic(buf,buf,i); |
| 1419 | #endif |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1420 | write(fileno(stdout),buf, |
| 1421 | (unsigned int)i); |
Ralf S. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 1422 | if (SSL_pending(con)) goto again; |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1423 | break; |
| 1424 | case SSL_ERROR_WANT_WRITE: |
| 1425 | case SSL_ERROR_WANT_READ: |
| 1426 | case SSL_ERROR_WANT_X509_LOOKUP: |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1427 | BIO_printf(bio_s_out,"Read BLOCK\n"); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1428 | break; |
| 1429 | case SSL_ERROR_SYSCALL: |
| 1430 | case SSL_ERROR_SSL: |
| 1431 | BIO_printf(bio_s_out,"ERROR\n"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1432 | ERR_print_errors(bio_err); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1433 | ret=1; |
| 1434 | goto err; |
| 1435 | case SSL_ERROR_ZERO_RETURN: |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1436 | BIO_printf(bio_s_out,"DONE\n"); |
| 1437 | ret=1; |
| 1438 | goto err; |
| 1439 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1440 | } |
| 1441 | } |
| 1442 | } |
| 1443 | err: |
| 1444 | BIO_printf(bio_s_out,"shutting down SSL\n"); |
| 1445 | #if 1 |
| 1446 | SSL_set_shutdown(con,SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN); |
| 1447 | #else |
| 1448 | SSL_shutdown(con); |
| 1449 | #endif |
| 1450 | if (con != NULL) SSL_free(con); |
| 1451 | BIO_printf(bio_s_out,"CONNECTION CLOSED\n"); |
| 1452 | if (buf != NULL) |
| 1453 | { |
Richard Levitte | 4579924 | 2002-11-28 08:04:36 +0000 | [diff] [blame] | 1454 | OPENSSL_cleanse(buf,bufsize); |
Richard Levitte | 26a3a48 | 2000-06-01 22:19:21 +0000 | [diff] [blame] | 1455 | OPENSSL_free(buf); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1456 | } |
| 1457 | if (ret >= 0) |
| 1458 | BIO_printf(bio_s_out,"ACCEPT\n"); |
| 1459 | return(ret); |
| 1460 | } |
| 1461 | |
Ulf Möller | 6b691a5 | 1999-04-19 21:31:43 +0000 | [diff] [blame] | 1462 | static void close_accept_socket(void) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1463 | { |
| 1464 | BIO_printf(bio_err,"shutdown accept socket\n"); |
| 1465 | if (accept_socket >= 0) |
| 1466 | { |
| 1467 | SHUTDOWN2(accept_socket); |
| 1468 | } |
| 1469 | } |
| 1470 | |
Ulf Möller | 6b691a5 | 1999-04-19 21:31:43 +0000 | [diff] [blame] | 1471 | static int init_ssl_connection(SSL *con) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1472 | { |
| 1473 | int i; |
Ben Laurie | e778802 | 1999-04-17 21:25:43 +0000 | [diff] [blame] | 1474 | const char *str; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1475 | X509 *peer; |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1476 | long verify_error; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1477 | MS_STATIC char buf[BUFSIZ]; |
| 1478 | |
| 1479 | if ((i=SSL_accept(con)) <= 0) |
| 1480 | { |
| 1481 | if (BIO_sock_should_retry(i)) |
| 1482 | { |
| 1483 | BIO_printf(bio_s_out,"DELAY\n"); |
| 1484 | return(1); |
| 1485 | } |
| 1486 | |
| 1487 | BIO_printf(bio_err,"ERROR\n"); |
| 1488 | verify_error=SSL_get_verify_result(con); |
| 1489 | if (verify_error != X509_V_OK) |
| 1490 | { |
| 1491 | BIO_printf(bio_err,"verify error:%s\n", |
| 1492 | X509_verify_cert_error_string(verify_error)); |
| 1493 | } |
| 1494 | else |
| 1495 | ERR_print_errors(bio_err); |
| 1496 | return(0); |
| 1497 | } |
| 1498 | |
| 1499 | PEM_write_bio_SSL_SESSION(bio_s_out,SSL_get_session(con)); |
| 1500 | |
| 1501 | peer=SSL_get_peer_certificate(con); |
| 1502 | if (peer != NULL) |
| 1503 | { |
| 1504 | BIO_printf(bio_s_out,"Client certificate\n"); |
| 1505 | PEM_write_bio_X509(bio_s_out,peer); |
Ben Laurie | 54a656e | 2002-11-13 15:43:43 +0000 | [diff] [blame] | 1506 | X509_NAME_oneline(X509_get_subject_name(peer),buf,sizeof buf); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1507 | BIO_printf(bio_s_out,"subject=%s\n",buf); |
Ben Laurie | 54a656e | 2002-11-13 15:43:43 +0000 | [diff] [blame] | 1508 | X509_NAME_oneline(X509_get_issuer_name(peer),buf,sizeof buf); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1509 | BIO_printf(bio_s_out,"issuer=%s\n",buf); |
| 1510 | X509_free(peer); |
| 1511 | } |
| 1512 | |
Ben Laurie | 54a656e | 2002-11-13 15:43:43 +0000 | [diff] [blame] | 1513 | if (SSL_get_shared_ciphers(con,buf,sizeof buf) != NULL) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1514 | BIO_printf(bio_s_out,"Shared ciphers:%s\n",buf); |
| 1515 | str=SSL_CIPHER_get_name(SSL_get_current_cipher(con)); |
| 1516 | BIO_printf(bio_s_out,"CIPHER is %s\n",(str != NULL)?str:"(NONE)"); |
| 1517 | if (con->hit) BIO_printf(bio_s_out,"Reused session-id\n"); |
Ralf S. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 1518 | if (SSL_ctrl(con,SSL_CTRL_GET_FLAGS,0,NULL) & |
| 1519 | TLS1_FLAGS_TLS_PADDING_BUG) |
| 1520 | BIO_printf(bio_s_out,"Peer has incorrect TLSv1 block padding\n"); |
Richard Levitte | 253e893 | 2003-09-27 17:55:13 +0000 | [diff] [blame] | 1521 | #ifndef OPENSSL_NO_KRB5 |
| 1522 | if (con->kssl_ctx->client_princ != NULL) |
| 1523 | { |
| 1524 | BIO_printf(bio_s_out,"Kerberos peer principal is %s\n", |
| 1525 | con->kssl_ctx->client_princ); |
| 1526 | } |
| 1527 | #endif /* OPENSSL_NO_KRB5 */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1528 | return(1); |
| 1529 | } |
| 1530 | |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 1531 | #ifndef OPENSSL_NO_DH |
Nils Larsch | eb3eab2 | 2005-04-07 22:48:33 +0000 | [diff] [blame] | 1532 | static DH *load_dh_param(const char *dhfile) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1533 | { |
| 1534 | DH *ret=NULL; |
| 1535 | BIO *bio; |
| 1536 | |
Ben Laurie | e9ad666 | 2005-04-23 06:05:24 +0000 | [diff] [blame] | 1537 | if ((bio=BIO_new_file(dhfile,"r")) == NULL) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1538 | goto err; |
Bodo Möller | 74678cc | 1999-07-21 20:57:16 +0000 | [diff] [blame] | 1539 | ret=PEM_read_bio_DHparams(bio,NULL,NULL,NULL); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1540 | err: |
| 1541 | if (bio != NULL) BIO_free(bio); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1542 | return(ret); |
| 1543 | } |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1544 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1545 | |
| 1546 | #if 0 |
Ulf Möller | 6b691a5 | 1999-04-19 21:31:43 +0000 | [diff] [blame] | 1547 | static int load_CA(SSL_CTX *ctx, char *file) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1548 | { |
| 1549 | FILE *in; |
| 1550 | X509 *x=NULL; |
| 1551 | |
| 1552 | if ((in=fopen(file,"r")) == NULL) |
| 1553 | return(0); |
| 1554 | |
| 1555 | for (;;) |
| 1556 | { |
| 1557 | if (PEM_read_X509(in,&x,NULL) == NULL) |
| 1558 | break; |
| 1559 | SSL_CTX_add_client_CA(ctx,x); |
| 1560 | } |
| 1561 | if (x != NULL) X509_free(x); |
| 1562 | fclose(in); |
| 1563 | return(1); |
| 1564 | } |
| 1565 | #endif |
| 1566 | |
Ben Laurie | 61f5b6f | 1999-04-23 15:01:15 +0000 | [diff] [blame] | 1567 | static int www_body(char *hostname, int s, unsigned char *context) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1568 | { |
Ralf S. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 1569 | char *buf=NULL; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1570 | int ret=1; |
| 1571 | int i,j,k,blank,dot; |
| 1572 | struct stat st_buf; |
| 1573 | SSL *con; |
| 1574 | SSL_CIPHER *c; |
| 1575 | BIO *io,*ssl_bio,*sbio; |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1576 | long total_bytes; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1577 | |
Richard Levitte | 26a3a48 | 2000-06-01 22:19:21 +0000 | [diff] [blame] | 1578 | buf=OPENSSL_malloc(bufsize); |
Ralf S. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 1579 | if (buf == NULL) return(0); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1580 | io=BIO_new(BIO_f_buffer()); |
| 1581 | ssl_bio=BIO_new(BIO_f_ssl()); |
| 1582 | if ((io == NULL) || (ssl_bio == NULL)) goto err; |
| 1583 | |
| 1584 | #ifdef FIONBIO |
| 1585 | if (s_nbio) |
| 1586 | { |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1587 | unsigned long sl=1; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1588 | |
| 1589 | if (!s_quiet) |
| 1590 | BIO_printf(bio_err,"turning on non blocking io\n"); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1591 | if (BIO_socket_ioctl(s,FIONBIO,&sl) < 0) |
| 1592 | ERR_print_errors(bio_err); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1593 | } |
| 1594 | #endif |
| 1595 | |
| 1596 | /* lets make the output buffer a reasonable size */ |
Ralf S. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 1597 | if (!BIO_set_write_buffer_size(io,bufsize)) goto err; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1598 | |
Dr. Stephen Henson | 82fc1d9 | 2000-02-03 02:56:48 +0000 | [diff] [blame] | 1599 | if ((con=SSL_new(ctx)) == NULL) goto err; |
Richard Levitte | 2a1ef75 | 2001-07-09 21:46:58 +0000 | [diff] [blame] | 1600 | #ifndef OPENSSL_NO_KRB5 |
| 1601 | if ((con->kssl_ctx = kssl_ctx_new()) != NULL) |
| 1602 | { |
| 1603 | kssl_ctx_setstring(con->kssl_ctx, KSSL_SERVICE, KRB5SVC); |
| 1604 | kssl_ctx_setstring(con->kssl_ctx, KSSL_KEYTAB, KRB5KEYTAB); |
| 1605 | } |
| 1606 | #endif /* OPENSSL_NO_KRB5 */ |
Ben Laurie | 61f5b6f | 1999-04-23 15:01:15 +0000 | [diff] [blame] | 1607 | if(context) SSL_set_session_id_context(con, context, |
| 1608 | strlen((char *)context)); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1609 | |
| 1610 | sbio=BIO_new_socket(s,BIO_NOCLOSE); |
| 1611 | if (s_nbio_test) |
| 1612 | { |
| 1613 | BIO *test; |
| 1614 | |
| 1615 | test=BIO_new(BIO_f_nbio_test()); |
| 1616 | sbio=BIO_push(test,sbio); |
| 1617 | } |
| 1618 | SSL_set_bio(con,sbio,sbio); |
| 1619 | SSL_set_accept_state(con); |
| 1620 | |
| 1621 | /* SSL_set_fd(con,s); */ |
| 1622 | BIO_set_ssl(ssl_bio,con,BIO_CLOSE); |
| 1623 | BIO_push(io,ssl_bio); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 1624 | #ifdef CHARSET_EBCDIC |
| 1625 | io = BIO_push(BIO_new(BIO_f_ebcdic_filter()),io); |
| 1626 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1627 | |
| 1628 | if (s_debug) |
| 1629 | { |
| 1630 | con->debug=1; |
Richard Levitte | 2549564 | 2004-08-12 08:58:55 +0000 | [diff] [blame] | 1631 | BIO_set_callback(SSL_get_rbio(con),bio_dump_callback); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1632 | BIO_set_callback_arg(SSL_get_rbio(con),bio_s_out); |
| 1633 | } |
Bodo Möller | a661b65 | 2001-10-20 17:56:36 +0000 | [diff] [blame] | 1634 | if (s_msg) |
| 1635 | { |
| 1636 | SSL_set_msg_callback(con, msg_cb); |
| 1637 | SSL_set_msg_callback_arg(con, bio_s_out); |
| 1638 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1639 | |
| 1640 | blank=0; |
| 1641 | for (;;) |
| 1642 | { |
| 1643 | if (hack) |
| 1644 | { |
| 1645 | i=SSL_accept(con); |
| 1646 | |
| 1647 | switch (SSL_get_error(con,i)) |
| 1648 | { |
| 1649 | case SSL_ERROR_NONE: |
| 1650 | break; |
| 1651 | case SSL_ERROR_WANT_WRITE: |
| 1652 | case SSL_ERROR_WANT_READ: |
| 1653 | case SSL_ERROR_WANT_X509_LOOKUP: |
| 1654 | continue; |
| 1655 | case SSL_ERROR_SYSCALL: |
| 1656 | case SSL_ERROR_SSL: |
| 1657 | case SSL_ERROR_ZERO_RETURN: |
| 1658 | ret=1; |
| 1659 | goto err; |
Ralf S. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 1660 | /* break; */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1661 | } |
| 1662 | |
| 1663 | SSL_renegotiate(con); |
| 1664 | SSL_write(con,NULL,0); |
| 1665 | } |
| 1666 | |
Ralf S. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 1667 | i=BIO_gets(io,buf,bufsize-1); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1668 | if (i < 0) /* error */ |
| 1669 | { |
| 1670 | if (!BIO_should_retry(io)) |
| 1671 | { |
| 1672 | if (!s_quiet) |
| 1673 | ERR_print_errors(bio_err); |
| 1674 | goto err; |
| 1675 | } |
| 1676 | else |
| 1677 | { |
| 1678 | BIO_printf(bio_s_out,"read R BLOCK\n"); |
Richard Levitte | 4d8743f | 2003-11-28 13:10:58 +0000 | [diff] [blame] | 1679 | #if defined(OPENSSL_SYS_NETWARE) |
| 1680 | delay(1000); |
| 1681 | #elif !defined(OPENSSL_SYS_MSDOS) && !defined(__DJGPP__) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1682 | sleep(1); |
| 1683 | #endif |
| 1684 | continue; |
| 1685 | } |
| 1686 | } |
| 1687 | else if (i == 0) /* end of input */ |
| 1688 | { |
| 1689 | ret=1; |
| 1690 | goto end; |
| 1691 | } |
| 1692 | |
| 1693 | /* else we have data */ |
| 1694 | if ( ((www == 1) && (strncmp("GET ",buf,4) == 0)) || |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1695 | ((www == 2) && (strncmp("GET /stats ",buf,10) == 0))) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1696 | { |
| 1697 | char *p; |
| 1698 | X509 *peer; |
Ben Laurie | f73e07c | 1999-04-12 17:23:57 +0000 | [diff] [blame] | 1699 | STACK_OF(SSL_CIPHER) *sk; |
Nils Larsch | 7d72723 | 2005-04-05 19:11:19 +0000 | [diff] [blame] | 1700 | static const char *space=" "; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1701 | |
| 1702 | BIO_puts(io,"HTTP/1.0 200 ok\r\nContent-type: text/html\r\n\r\n"); |
Ulf Möller | a53955d | 1999-06-04 21:35:58 +0000 | [diff] [blame] | 1703 | BIO_puts(io,"<HTML><BODY BGCOLOR=\"#ffffff\">\n"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1704 | BIO_puts(io,"<pre>\n"); |
| 1705 | /* BIO_puts(io,SSLeay_version(SSLEAY_VERSION));*/ |
| 1706 | BIO_puts(io,"\n"); |
| 1707 | for (i=0; i<local_argc; i++) |
| 1708 | { |
| 1709 | BIO_puts(io,local_argv[i]); |
| 1710 | BIO_write(io," ",1); |
| 1711 | } |
| 1712 | BIO_puts(io,"\n"); |
| 1713 | |
| 1714 | /* The following is evil and should not really |
| 1715 | * be done */ |
| 1716 | BIO_printf(io,"Ciphers supported in s_server binary\n"); |
| 1717 | sk=SSL_get_ciphers(con); |
Ben Laurie | f73e07c | 1999-04-12 17:23:57 +0000 | [diff] [blame] | 1718 | j=sk_SSL_CIPHER_num(sk); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1719 | for (i=0; i<j; i++) |
| 1720 | { |
Ben Laurie | f73e07c | 1999-04-12 17:23:57 +0000 | [diff] [blame] | 1721 | c=sk_SSL_CIPHER_value(sk,i); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1722 | BIO_printf(io,"%-11s:%-25s", |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1723 | SSL_CIPHER_get_version(c), |
| 1724 | SSL_CIPHER_get_name(c)); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1725 | if ((((i+1)%2) == 0) && (i+1 != j)) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1726 | BIO_puts(io,"\n"); |
| 1727 | } |
| 1728 | BIO_puts(io,"\n"); |
Ralf S. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 1729 | p=SSL_get_shared_ciphers(con,buf,bufsize); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1730 | if (p != NULL) |
| 1731 | { |
| 1732 | BIO_printf(io,"---\nCiphers common between both SSL end points:\n"); |
| 1733 | j=i=0; |
| 1734 | while (*p) |
| 1735 | { |
| 1736 | if (*p == ':') |
| 1737 | { |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1738 | BIO_write(io,space,26-j); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1739 | i++; |
| 1740 | j=0; |
| 1741 | BIO_write(io,((i%3)?" ":"\n"),1); |
| 1742 | } |
| 1743 | else |
| 1744 | { |
| 1745 | BIO_write(io,p,1); |
| 1746 | j++; |
| 1747 | } |
| 1748 | p++; |
| 1749 | } |
| 1750 | BIO_puts(io,"\n"); |
| 1751 | } |
| 1752 | BIO_printf(io,((con->hit) |
| 1753 | ?"---\nReused, " |
| 1754 | :"---\nNew, ")); |
| 1755 | c=SSL_get_current_cipher(con); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1756 | BIO_printf(io,"%s, Cipher is %s\n", |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1757 | SSL_CIPHER_get_version(c), |
| 1758 | SSL_CIPHER_get_name(c)); |
| 1759 | SSL_SESSION_print(io,SSL_get_session(con)); |
| 1760 | BIO_printf(io,"---\n"); |
| 1761 | print_stats(io,SSL_get_SSL_CTX(con)); |
| 1762 | BIO_printf(io,"---\n"); |
| 1763 | peer=SSL_get_peer_certificate(con); |
| 1764 | if (peer != NULL) |
| 1765 | { |
| 1766 | BIO_printf(io,"Client certificate\n"); |
| 1767 | X509_print(io,peer); |
| 1768 | PEM_write_bio_X509(io,peer); |
| 1769 | } |
| 1770 | else |
| 1771 | BIO_puts(io,"no client certificate available\n"); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1772 | BIO_puts(io,"</BODY></HTML>\r\n\r\n"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1773 | break; |
| 1774 | } |
Richard Levitte | 251cb4c | 2001-03-10 16:20:52 +0000 | [diff] [blame] | 1775 | else if ((www == 2 || www == 3) |
| 1776 | && (strncmp("GET /",buf,5) == 0)) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1777 | { |
| 1778 | BIO *file; |
| 1779 | char *p,*e; |
Nils Larsch | 7d72723 | 2005-04-05 19:11:19 +0000 | [diff] [blame] | 1780 | static const char *text="HTTP/1.0 200 ok\r\nContent-type: text/plain\r\n\r\n"; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1781 | |
| 1782 | /* skip the '/' */ |
| 1783 | p= &(buf[5]); |
Bodo Möller | 5d3ab9b | 2001-03-30 10:47:21 +0000 | [diff] [blame] | 1784 | |
| 1785 | dot = 1; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1786 | for (e=p; *e != '\0'; e++) |
| 1787 | { |
Bodo Möller | 5d3ab9b | 2001-03-30 10:47:21 +0000 | [diff] [blame] | 1788 | if (e[0] == ' ') |
| 1789 | break; |
| 1790 | |
| 1791 | switch (dot) |
| 1792 | { |
Bodo Möller | 5d3ab9b | 2001-03-30 10:47:21 +0000 | [diff] [blame] | 1793 | case 1: |
| 1794 | dot = (e[0] == '.') ? 2 : 0; |
| 1795 | break; |
| 1796 | case 2: |
| 1797 | dot = (e[0] == '.') ? 3 : 0; |
| 1798 | break; |
| 1799 | case 3: |
| 1800 | dot = (e[0] == '/') ? -1 : 0; |
| 1801 | break; |
| 1802 | } |
Bodo Möller | b10ae32 | 2001-03-30 14:55:50 +0000 | [diff] [blame] | 1803 | if (dot == 0) |
| 1804 | dot = (e[0] == '/') ? 1 : 0; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1805 | } |
Bodo Möller | 5d3ab9b | 2001-03-30 10:47:21 +0000 | [diff] [blame] | 1806 | dot = (dot == 3) || (dot == -1); /* filename contains ".." component */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1807 | |
| 1808 | if (*e == '\0') |
| 1809 | { |
| 1810 | BIO_puts(io,text); |
| 1811 | BIO_printf(io,"'%s' is an invalid file name\r\n",p); |
| 1812 | break; |
| 1813 | } |
| 1814 | *e='\0'; |
| 1815 | |
| 1816 | if (dot) |
| 1817 | { |
| 1818 | BIO_puts(io,text); |
| 1819 | BIO_printf(io,"'%s' contains '..' reference\r\n",p); |
| 1820 | break; |
| 1821 | } |
| 1822 | |
| 1823 | if (*p == '/') |
| 1824 | { |
| 1825 | BIO_puts(io,text); |
| 1826 | BIO_printf(io,"'%s' is an invalid path\r\n",p); |
| 1827 | break; |
| 1828 | } |
| 1829 | |
Bodo Möller | 50b8ba0 | 2001-03-31 07:48:07 +0000 | [diff] [blame] | 1830 | #if 0 |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1831 | /* append if a directory lookup */ |
| 1832 | if (e[-1] == '/') |
| 1833 | strcat(p,"index.html"); |
Bodo Möller | 50b8ba0 | 2001-03-31 07:48:07 +0000 | [diff] [blame] | 1834 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1835 | |
| 1836 | /* if a directory, do the index thang */ |
| 1837 | if (stat(p,&st_buf) < 0) |
| 1838 | { |
| 1839 | BIO_puts(io,text); |
| 1840 | BIO_printf(io,"Error accessing '%s'\r\n",p); |
| 1841 | ERR_print_errors(io); |
| 1842 | break; |
| 1843 | } |
| 1844 | if (S_ISDIR(st_buf.st_mode)) |
| 1845 | { |
Bodo Möller | 50b8ba0 | 2001-03-31 07:48:07 +0000 | [diff] [blame] | 1846 | #if 0 /* must check buffer size */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1847 | strcat(p,"/index.html"); |
Bodo Möller | 50b8ba0 | 2001-03-31 07:48:07 +0000 | [diff] [blame] | 1848 | #else |
| 1849 | BIO_puts(io,text); |
| 1850 | BIO_printf(io,"'%s' is a directory\r\n",p); |
| 1851 | break; |
| 1852 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1853 | } |
| 1854 | |
| 1855 | if ((file=BIO_new_file(p,"r")) == NULL) |
| 1856 | { |
| 1857 | BIO_puts(io,text); |
| 1858 | BIO_printf(io,"Error opening '%s'\r\n",p); |
| 1859 | ERR_print_errors(io); |
| 1860 | break; |
| 1861 | } |
| 1862 | |
| 1863 | if (!s_quiet) |
| 1864 | BIO_printf(bio_err,"FILE:%s\n",p); |
| 1865 | |
Richard Levitte | 251cb4c | 2001-03-10 16:20:52 +0000 | [diff] [blame] | 1866 | if (www == 2) |
| 1867 | { |
| 1868 | i=strlen(p); |
| 1869 | if ( ((i > 5) && (strcmp(&(p[i-5]),".html") == 0)) || |
| 1870 | ((i > 4) && (strcmp(&(p[i-4]),".php") == 0)) || |
| 1871 | ((i > 4) && (strcmp(&(p[i-4]),".htm") == 0))) |
| 1872 | BIO_puts(io,"HTTP/1.0 200 ok\r\nContent-type: text/html\r\n\r\n"); |
| 1873 | else |
| 1874 | BIO_puts(io,"HTTP/1.0 200 ok\r\nContent-type: text/plain\r\n\r\n"); |
| 1875 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1876 | /* send the file */ |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1877 | total_bytes=0; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1878 | for (;;) |
| 1879 | { |
Ralf S. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 1880 | i=BIO_read(file,buf,bufsize); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1881 | if (i <= 0) break; |
| 1882 | |
Ralf S. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 1883 | #ifdef RENEG |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1884 | total_bytes+=i; |
| 1885 | fprintf(stderr,"%d\n",i); |
| 1886 | if (total_bytes > 3*1024) |
| 1887 | { |
| 1888 | total_bytes=0; |
| 1889 | fprintf(stderr,"RENEGOTIATE\n"); |
| 1890 | SSL_renegotiate(con); |
| 1891 | } |
Ralf S. Engelschall | dfeab06 | 1998-12-21 11:00:56 +0000 | [diff] [blame] | 1892 | #endif |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1893 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1894 | for (j=0; j<i; ) |
| 1895 | { |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1896 | #ifdef RENEG |
| 1897 | { static count=0; if (++count == 13) { SSL_renegotiate(con); } } |
| 1898 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1899 | k=BIO_write(io,&(buf[j]),i-j); |
| 1900 | if (k <= 0) |
| 1901 | { |
| 1902 | if (!BIO_should_retry(io)) |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1903 | goto write_error; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1904 | else |
| 1905 | { |
| 1906 | BIO_printf(bio_s_out,"rwrite W BLOCK\n"); |
| 1907 | } |
| 1908 | } |
| 1909 | else |
| 1910 | { |
| 1911 | j+=k; |
| 1912 | } |
| 1913 | } |
| 1914 | } |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1915 | write_error: |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1916 | BIO_free(file); |
| 1917 | break; |
| 1918 | } |
| 1919 | } |
| 1920 | |
| 1921 | for (;;) |
| 1922 | { |
| 1923 | i=(int)BIO_flush(io); |
| 1924 | if (i <= 0) |
| 1925 | { |
| 1926 | if (!BIO_should_retry(io)) |
| 1927 | break; |
| 1928 | } |
| 1929 | else |
| 1930 | break; |
| 1931 | } |
| 1932 | end: |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1933 | #if 1 |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1934 | /* make sure we re-use sessions */ |
| 1935 | SSL_set_shutdown(con,SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN); |
| 1936 | #else |
Ulf Möller | 657e60f | 2000-02-03 23:23:24 +0000 | [diff] [blame] | 1937 | /* This kills performance */ |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1938 | /* SSL_shutdown(con); A shutdown gets sent in the |
| 1939 | * BIO_free_all(io) procession */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1940 | #endif |
| 1941 | |
| 1942 | err: |
| 1943 | |
| 1944 | if (ret >= 0) |
| 1945 | BIO_printf(bio_s_out,"ACCEPT\n"); |
| 1946 | |
Richard Levitte | 26a3a48 | 2000-06-01 22:19:21 +0000 | [diff] [blame] | 1947 | if (buf != NULL) OPENSSL_free(buf); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1948 | if (io != NULL) BIO_free_all(io); |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 1949 | /* if (ssl_bio != NULL) BIO_free(ssl_bio);*/ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1950 | return(ret); |
| 1951 | } |
| 1952 | |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 1953 | #ifndef OPENSSL_NO_RSA |
Ulf Möller | df63a38 | 1999-06-09 16:33:18 +0000 | [diff] [blame] | 1954 | static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1955 | { |
Geoff Thorpe | bcfea9f | 2004-04-26 15:31:35 +0000 | [diff] [blame] | 1956 | BIGNUM *bn = NULL; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1957 | static RSA *rsa_tmp=NULL; |
| 1958 | |
Geoff Thorpe | bcfea9f | 2004-04-26 15:31:35 +0000 | [diff] [blame] | 1959 | if (!rsa_tmp && ((bn = BN_new()) == NULL)) |
| 1960 | BIO_printf(bio_err,"Allocation error in generating RSA key\n"); |
| 1961 | if (!rsa_tmp && bn) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1962 | { |
| 1963 | if (!s_quiet) |
| 1964 | { |
Ben Laurie | 60e31c3 | 1999-02-21 21:58:59 +0000 | [diff] [blame] | 1965 | BIO_printf(bio_err,"Generating temp (%d bit) RSA key...",keylength); |
Bodo Möller | d58d092 | 1999-06-10 16:29:32 +0000 | [diff] [blame] | 1966 | (void)BIO_flush(bio_err); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1967 | } |
Geoff Thorpe | bcfea9f | 2004-04-26 15:31:35 +0000 | [diff] [blame] | 1968 | if(!BN_set_word(bn, RSA_F4) || ((rsa_tmp = RSA_new()) == NULL) || |
| 1969 | !RSA_generate_key_ex(rsa_tmp, keylength, bn, NULL)) |
Geoff Thorpe | 2aaec9c | 2003-10-29 04:14:08 +0000 | [diff] [blame] | 1970 | { |
| 1971 | if(rsa_tmp) RSA_free(rsa_tmp); |
| 1972 | rsa_tmp = NULL; |
| 1973 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1974 | if (!s_quiet) |
| 1975 | { |
| 1976 | BIO_printf(bio_err,"\n"); |
Bodo Möller | d58d092 | 1999-06-10 16:29:32 +0000 | [diff] [blame] | 1977 | (void)BIO_flush(bio_err); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1978 | } |
Geoff Thorpe | bcfea9f | 2004-04-26 15:31:35 +0000 | [diff] [blame] | 1979 | BN_free(bn); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1980 | } |
| 1981 | return(rsa_tmp); |
| 1982 | } |
Ulf Möller | f5d7a03 | 1999-04-27 01:14:46 +0000 | [diff] [blame] | 1983 | #endif |
Geoff Thorpe | 1aa0d94 | 2001-02-21 18:38:48 +0000 | [diff] [blame] | 1984 | |
| 1985 | #define MAX_SESSION_ID_ATTEMPTS 10 |
| 1986 | static int generate_session_id(const SSL *ssl, unsigned char *id, |
| 1987 | unsigned int *id_len) |
| 1988 | { |
| 1989 | unsigned int count = 0; |
| 1990 | do { |
| 1991 | RAND_pseudo_bytes(id, *id_len); |
| 1992 | /* Prefix the session_id with the required prefix. NB: If our |
| 1993 | * prefix is too long, clip it - but there will be worse effects |
| 1994 | * anyway, eg. the server could only possibly create 1 session |
| 1995 | * ID (ie. the prefix!) so all future session negotiations will |
| 1996 | * fail due to conflicts. */ |
| 1997 | memcpy(id, session_id_prefix, |
| 1998 | (strlen(session_id_prefix) < *id_len) ? |
| 1999 | strlen(session_id_prefix) : *id_len); |
| 2000 | } |
Geoff Thorpe | e3a9164 | 2001-02-23 00:09:50 +0000 | [diff] [blame] | 2001 | while(SSL_has_matching_session_id(ssl, id, *id_len) && |
Geoff Thorpe | 1aa0d94 | 2001-02-21 18:38:48 +0000 | [diff] [blame] | 2002 | (++count < MAX_SESSION_ID_ATTEMPTS)); |
| 2003 | if(count >= MAX_SESSION_ID_ATTEMPTS) |
| 2004 | return 0; |
| 2005 | return 1; |
| 2006 | } |