blob: 4f2f477a043d23871283cca5e306f544206abb5e [file] [log] [blame]
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001/* ssl/ssltest.c */
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00003 * 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öller3ac82fa2000-12-15 16:40:35 +000058/* ====================================================================
59 * Copyright (c) 1998-2000 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öllerea262262002-08-09 08:56:08 +0000111/* ====================================================================
112 * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
113 * ECC cipher suite support in OpenSSL originally developed by
114 * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
115 */
Nils Larschddac1972006-03-10 23:06:27 +0000116/* ====================================================================
117 * Copyright 2005 Nokia. All rights reserved.
118 *
119 * The portions of the attached software ("Contribution") is developed by
120 * Nokia Corporation and is licensed pursuant to the OpenSSL open source
121 * license.
122 *
123 * The Contribution, originally written by Mika Kousa and Pasi Eronen of
124 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
125 * support (see RFC 4279) to OpenSSL.
126 *
127 * No patent licenses or other rights except those expressly stated in
128 * the OpenSSL open source license shall be deemed granted or received
129 * expressly, by implication, estoppel, or otherwise.
130 *
131 * No assurances are provided by Nokia that the Contribution does not
132 * infringe the patent or other intellectual property rights of any third
133 * party or that the license provides you with all the necessary rights
134 * to make use of the Contribution.
135 *
136 * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN
137 * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA
138 * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY
139 * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR
140 * OTHERWISE.
141 */
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000142
Richard Levitte4fbe40c2002-12-04 22:48:01 +0000143#define _BSD_SOURCE 1 /* Or gethostname won't be declared properly
Richard Levitte37289742001-07-31 08:50:20 +0000144 on Linux and GNU platforms. */
Richard Levitte37289742001-07-31 08:50:20 +0000145
Bodo Möller6f7af151999-09-10 14:03:21 +0000146#include <assert.h>
147#include <errno.h>
148#include <limits.h>
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000149#include <stdio.h>
150#include <stdlib.h>
151#include <string.h>
Bodo Möller563f1502000-03-13 15:06:54 +0000152#include <time.h>
Bodo Möller17e3dd11999-05-20 21:59:20 +0000153
Richard Levittee7a28562002-12-02 22:49:02 +0000154#define USE_SOCKETS
Richard Levitte41d2a332001-02-22 14:45:02 +0000155#include "e_os.h"
Bodo Möller17e3dd11999-05-20 21:59:20 +0000156
Dr. Stephen Hensonbc120a52010-01-24 16:57:20 +0000157#ifdef OPENSSL_SYS_VMS
158#define _XOPEN_SOURCE 500 /* Or isascii won't be declared properly on
159 VMS (at least with DECompHP C). */
160#endif
161
Richard Levittea9633952005-01-19 17:03:07 +0000162#include <ctype.h>
163
Bodo Möllerec577821999-04-23 22:13:45 +0000164#include <openssl/bio.h>
165#include <openssl/crypto.h>
Bodo Möller563f1502000-03-13 15:06:54 +0000166#include <openssl/evp.h>
Bodo Möllerec577821999-04-23 22:13:45 +0000167#include <openssl/x509.h>
Richard Levittea7201e92005-01-17 17:06:58 +0000168#include <openssl/x509v3.h>
Bodo Möllerec577821999-04-23 22:13:45 +0000169#include <openssl/ssl.h>
Richard Levitte0b13e9f2003-01-30 17:39:26 +0000170#ifndef OPENSSL_NO_ENGINE
Bodo Möllerb8e2f832001-07-04 20:55:36 +0000171#include <openssl/engine.h>
Richard Levitte0b13e9f2003-01-30 17:39:26 +0000172#endif
Bodo Möllerec577821999-04-23 22:13:45 +0000173#include <openssl/err.h>
Ulf Möllerb9d82f42000-01-16 12:21:22 +0000174#include <openssl/rand.h>
Nils Larsch3eeaab42005-07-16 12:37:36 +0000175#ifndef OPENSSL_NO_RSA
Geoff Thorpe60a938c2004-04-19 18:09:28 +0000176#include <openssl/rsa.h>
Nils Larsch3eeaab42005-07-16 12:37:36 +0000177#endif
178#ifndef OPENSSL_NO_DSA
Geoff Thorpe60a938c2004-04-19 18:09:28 +0000179#include <openssl/dsa.h>
Nils Larsch3eeaab42005-07-16 12:37:36 +0000180#endif
181#ifndef OPENSSL_NO_DH
Geoff Thorpe60a938c2004-04-19 18:09:28 +0000182#include <openssl/dh.h>
Nils Larsch3eeaab42005-07-16 12:37:36 +0000183#endif
Ben Laurieedc032b2011-03-12 17:01:19 +0000184#ifndef OPENSSL_NO_SRP
185#include <openssl/srp.h>
186#endif
Geoff Thorped095b682004-05-17 18:53:47 +0000187#include <openssl/bn.h>
Richard Levitte09867a42002-12-19 19:39:30 +0000188
189#define _XOPEN_SOURCE_EXTENDED 1 /* Or gethostname won't be declared properly
190 on Compaq platforms (at least with DEC C).
191 Do not try to put it earlier, or IPv6 includes
192 get screwed...
193 */
194
Richard Levittebc36ee62001-02-20 08:13:47 +0000195#ifdef OPENSSL_SYS_WINDOWS
Richard Levittef9b3bff2000-11-30 22:53:34 +0000196#include <winsock.h>
Richard Levitte37289742001-07-31 08:50:20 +0000197#else
198#include OPENSSL_UNISTD
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000199#endif
200
Richard Levittebc36ee62001-02-20 08:13:47 +0000201#ifdef OPENSSL_SYS_VMS
Ulf Möller7d7d2cb1999-05-13 11:37:32 +0000202# define TEST_SERVER_CERT "SYS$DISK:[-.APPS]SERVER.PEM"
203# define TEST_CLIENT_CERT "SYS$DISK:[-.APPS]CLIENT.PEM"
Richard Levitte0bf23d92002-11-15 22:37:18 +0000204#elif defined(OPENSSL_SYS_WINCE)
205# define TEST_SERVER_CERT "\\OpenSSL\\server.pem"
206# define TEST_CLIENT_CERT "\\OpenSSL\\client.pem"
Richard Levitte4d8743f2003-11-28 13:10:58 +0000207#elif defined(OPENSSL_SYS_NETWARE)
208# define TEST_SERVER_CERT "\\openssl\\apps\\server.pem"
209# define TEST_CLIENT_CERT "\\openssl\\apps\\client.pem"
Ulf Möller7d7d2cb1999-05-13 11:37:32 +0000210#else
211# define TEST_SERVER_CERT "../apps/server.pem"
212# define TEST_CLIENT_CERT "../apps/client.pem"
213#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000214
Richard Levitte23f80f42000-11-30 11:57:31 +0000215/* There is really no standard for this, so let's assign some tentative
216 numbers. In any case, these numbers are only for this test */
Richard Levitte82423542003-10-06 11:00:15 +0000217#define COMP_RLE 255
218#define COMP_ZLIB 1
Richard Levitte23f80f42000-11-30 11:57:31 +0000219
Bodo Möller396f6311999-09-08 21:58:13 +0000220static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
Richard Levittebc36ee62001-02-20 08:13:47 +0000221#ifndef OPENSSL_NO_RSA
Ulf Möllerdf63a381999-06-09 16:33:18 +0000222static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export,int keylength);
Bodo Möller46b3bd52000-04-06 22:25:49 +0000223static void free_tmp_rsa(void);
Ulf Möller79df9d61999-04-27 03:19:12 +0000224#endif
Bodo Möller023ec152002-02-28 10:52:56 +0000225static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg);
Richard Levittea7201e92005-01-17 17:06:58 +0000226#define APP_CALLBACK_STRING "Test Callback Argument"
227struct app_verify_arg
228 {
229 char *string;
230 int app_verify;
Richard Levitted9bfe4f2005-04-09 16:07:12 +0000231 int allow_proxy_certs;
Richard Levittea7201e92005-01-17 17:06:58 +0000232 char *proxy_auth;
233 char *proxy_cond;
234 };
Bodo Möller023ec152002-02-28 10:52:56 +0000235
Richard Levittebc36ee62001-02-20 08:13:47 +0000236#ifndef OPENSSL_NO_DH
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000237static DH *get_dh512(void);
Bodo Möllere4589582000-03-10 13:23:20 +0000238static DH *get_dh1024(void);
239static DH *get_dh1024dsa(void);
Bodo Möller53002dc2000-02-04 11:21:18 +0000240#endif
241
Nils Larschddac1972006-03-10 23:06:27 +0000242
243static char *psk_key=NULL; /* by default PSK is not used */
244#ifndef OPENSSL_NO_PSK
245static unsigned int psk_client_callback(SSL *ssl, const char *hint, char *identity,
246 unsigned int max_identity_len, unsigned char *psk,
247 unsigned int max_psk_len);
248static unsigned int psk_server_callback(SSL *ssl, const char *identity, unsigned char *psk,
249 unsigned int max_psk_len);
250#endif
251
Ben Laurieedc032b2011-03-12 17:01:19 +0000252#ifndef OPENSSL_NO_SRP
253/* SRP client */
254/* This is a context that we pass to all callbacks */
255typedef struct srp_client_arg_st
256 {
257 char *srppassin;
258 char *srplogin;
259 } SRP_CLIENT_ARG;
260
261#define PWD_STRLEN 1024
262
263static char * MS_CALLBACK ssl_give_srp_client_pwd_cb(SSL *s, void *arg)
264 {
265 SRP_CLIENT_ARG *srp_client_arg = (SRP_CLIENT_ARG *)arg;
266 return BUF_strdup((char *)srp_client_arg->srppassin);
267 }
268
Ben Laurieedc032b2011-03-12 17:01:19 +0000269/* SRP server */
270/* This is a context that we pass to SRP server callbacks */
271typedef struct srp_server_arg_st
272 {
273 char *expected_user;
274 char *pass;
275 } SRP_SERVER_ARG;
276
277static int MS_CALLBACK ssl_srp_server_param_cb(SSL *s, int *ad, void *arg)
278 {
279 SRP_SERVER_ARG * p = (SRP_SERVER_ARG *) arg;
280
281 if (strcmp(p->expected_user, SSL_get_srp_username(s)) != 0)
282 {
283 fprintf(stderr, "User %s doesn't exist\n", SSL_get_srp_username(s));
284 return SSL3_AL_FATAL;
285 }
286 if (SSL_set_srp_server_param_pw(s,p->expected_user,p->pass,"1024")<0)
287 {
288 *ad = SSL_AD_INTERNAL_ERROR;
289 return SSL3_AL_FATAL;
290 }
291 return SSL_ERROR_NONE;
292 }
293#endif
294
Bodo Möller396f6311999-09-08 21:58:13 +0000295static BIO *bio_err=NULL;
296static BIO *bio_stdout=NULL;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000297
Piotr Sikora29115752013-11-13 15:20:22 -0800298#ifndef OPENSSL_NO_NEXTPROTONEG
Ben Lauried9a268b2010-09-05 16:35:10 +0000299/* Note that this code assumes that this is only a one element list: */
300static const char NEXT_PROTO_STRING[] = "\x09testproto";
301int npn_client = 0;
302int npn_server = 0;
303int npn_server_reject = 0;
304
305static int cb_client_npn(SSL *s, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg)
306 {
307 /* This callback only returns the protocol string, rather than a length
308 prefixed set. We assume that NEXT_PROTO_STRING is a one element list and
309 remove the first byte to chop off the length prefix. */
310 *out = (unsigned char*) NEXT_PROTO_STRING + 1;
311 *outlen = sizeof(NEXT_PROTO_STRING) - 2;
312 return SSL_TLSEXT_ERR_OK;
313 }
314
315static int cb_server_npn(SSL *s, const unsigned char **data, unsigned int *len, void *arg)
316 {
317 *data = (const unsigned char *) NEXT_PROTO_STRING;
318 *len = sizeof(NEXT_PROTO_STRING) - 1;
319 return SSL_TLSEXT_ERR_OK;
320 }
321
322static int cb_server_rejects_npn(SSL *s, const unsigned char **data, unsigned int *len, void *arg)
323 {
324 return SSL_TLSEXT_ERR_NOACK;
325 }
326
327static int verify_npn(SSL *client, SSL *server)
328 {
329 const unsigned char *client_s;
330 unsigned client_len;
331 const unsigned char *server_s;
332 unsigned server_len;
333
334 SSL_get0_next_proto_negotiated(client, &client_s, &client_len);
335 SSL_get0_next_proto_negotiated(server, &server_s, &server_len);
336
337 if (client_len)
338 {
339 BIO_printf(bio_stdout, "Client NPN: ");
340 BIO_write(bio_stdout, client_s, client_len);
341 BIO_printf(bio_stdout, "\n");
342 }
343
344 if (server_len)
345 {
346 BIO_printf(bio_stdout, "Server NPN: ");
347 BIO_write(bio_stdout, server_s, server_len);
348 BIO_printf(bio_stdout, "\n");
349 }
350
351 /* If an NPN string was returned, it must be the protocol that we
352 * expected to negotiate. */
353 if (client_len && (client_len != sizeof(NEXT_PROTO_STRING) - 2 ||
354 memcmp(client_s, NEXT_PROTO_STRING + 1, client_len)))
355 return -1;
356 if (server_len && (server_len != sizeof(NEXT_PROTO_STRING) - 2 ||
357 memcmp(server_s, NEXT_PROTO_STRING + 1, server_len)))
358 return -1;
359
360 if (!npn_client && client_len)
361 return -1;
362 if (!npn_server && server_len)
363 return -1;
364 if (npn_server_reject && server_len)
365 return -1;
366 if (npn_client && npn_server && (!client_len || !server_len))
367 return -1;
368
369 return 0;
370 }
371#endif
372
Adam Langleya8989362013-07-15 15:57:16 -0400373static const char *alpn_client;
374static const char *alpn_server;
375static const char *alpn_expected;
376static unsigned char *alpn_selected;
377
378/* next_protos_parse parses a comma separated list of strings into a string
379 * in a format suitable for passing to SSL_CTX_set_next_protos_advertised.
380 * outlen: (output) set to the length of the resulting buffer on success.
381 * err: (maybe NULL) on failure, an error message line is written to this BIO.
Kurt Cancemi4eadd112014-09-09 13:48:00 -0400382 * in: a NUL terminated string like "abc,def,ghi"
Adam Langleya8989362013-07-15 15:57:16 -0400383 *
384 * returns: a malloced buffer or NULL on failure.
385 */
386static unsigned char *next_protos_parse(unsigned short *outlen, const char *in)
387 {
388 size_t len;
389 unsigned char *out;
390 size_t i, start = 0;
391
392 len = strlen(in);
393 if (len >= 65535)
394 return NULL;
395
396 out = OPENSSL_malloc(strlen(in) + 1);
397 if (!out)
398 return NULL;
399
400 for (i = 0; i <= len; ++i)
401 {
402 if (i == len || in[i] == ',')
403 {
404 if (i - start > 255)
405 {
406 OPENSSL_free(out);
407 return NULL;
408 }
409 out[start] = i - start;
410 start = i + 1;
411 }
412 else
413 out[i+1] = in[i];
414 }
415
416 *outlen = len + 1;
417 return out;
418 }
419
420static int cb_server_alpn(SSL *s, const unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg)
421 {
422 unsigned char *protos;
423 unsigned short protos_len;
424
425 protos = next_protos_parse(&protos_len, alpn_server);
426 if (protos == NULL)
427 {
428 fprintf(stderr, "failed to parser ALPN server protocol string: %s\n", alpn_server);
429 abort();
430 }
431
432 if (SSL_select_next_proto((unsigned char**) out, outlen, protos, protos_len, in, inlen) !=
433 OPENSSL_NPN_NEGOTIATED)
434 {
435 OPENSSL_free(protos);
436 return SSL_TLSEXT_ERR_NOACK;
437 }
438
439 /* Make a copy of the selected protocol which will be freed in verify_alpn. */
440 alpn_selected = OPENSSL_malloc(*outlen);
441 memcpy(alpn_selected, *out, *outlen);
442 *out = alpn_selected;
443
444 OPENSSL_free(protos);
445 return SSL_TLSEXT_ERR_OK;
446 }
447
448static int verify_alpn(SSL *client, SSL *server)
449 {
450 const unsigned char *client_proto, *server_proto;
451 unsigned int client_proto_len = 0, server_proto_len = 0;
452 SSL_get0_alpn_selected(client, &client_proto, &client_proto_len);
453 SSL_get0_alpn_selected(server, &server_proto, &server_proto_len);
454
455 if (alpn_selected != NULL)
456 {
457 OPENSSL_free(alpn_selected);
458 alpn_selected = NULL;
459 }
460
461 if (client_proto_len != server_proto_len ||
462 memcmp(client_proto, server_proto, client_proto_len) != 0)
463 {
464 BIO_printf(bio_stdout, "ALPN selected protocols differ!\n");
465 goto err;
466 }
467
468 if (client_proto_len > 0 && alpn_expected == NULL)
469 {
470 BIO_printf(bio_stdout, "ALPN unexpectedly negotiated\n");
471 goto err;
472 }
473
474 if (alpn_expected != NULL &&
475 (client_proto_len != strlen(alpn_expected) ||
476 memcmp(client_proto, alpn_expected, client_proto_len) != 0))
477 {
478 BIO_printf(bio_stdout, "ALPN selected protocols not equal to expected protocol: %s\n", alpn_expected);
479 goto err;
480 }
481
482 return 0;
483
484err:
485 BIO_printf(bio_stdout, "ALPN results: client: '");
486 BIO_write(bio_stdout, client_proto, client_proto_len);
487 BIO_printf(bio_stdout, "', server: '");
488 BIO_write(bio_stdout, server_proto, server_proto_len);
489 BIO_printf(bio_stdout, "'\n");
490 BIO_printf(bio_stdout, "ALPN configured: client: '%s', server: '%s'\n", alpn_client, alpn_server);
491 return -1;
492 }
493
Trevora398f822013-05-12 18:55:27 -0700494#define SCT_EXT_TYPE 18
Trevor9cd50f72013-06-13 22:36:45 -0700495
496/* WARNING : below extension types are *NOT* IETF assigned, and
497 could conflict if these types are reassigned and handled
498 specially by OpenSSL in the future */
Trevora398f822013-05-12 18:55:27 -0700499#define TACK_EXT_TYPE 62208
Trevor9cd50f72013-06-13 22:36:45 -0700500#define CUSTOM_EXT_TYPE_0 1000
501#define CUSTOM_EXT_TYPE_1 1001
502#define CUSTOM_EXT_TYPE_2 1002
503#define CUSTOM_EXT_TYPE_3 1003
504
505const char custom_ext_cli_string[] = "abc";
506const char custom_ext_srv_string[] = "defg";
Trevora398f822013-05-12 18:55:27 -0700507
508/* These set from cmdline */
509char* serverinfo_file = NULL;
510int serverinfo_sct = 0;
511int serverinfo_tack = 0;
Trevor9cd50f72013-06-13 22:36:45 -0700512
513/* These set based on extension callbacks */
Trevora398f822013-05-12 18:55:27 -0700514int serverinfo_sct_seen = 0;
515int serverinfo_tack_seen = 0;
516int serverinfo_other_seen = 0;
517
Trevor9cd50f72013-06-13 22:36:45 -0700518/* This set from cmdline */
519int custom_ext = 0;
520
521/* This set based on extension callbacks */
522int custom_ext_error = 0;
523
Dr. Stephen Henson0cfefe42014-08-19 14:02:50 +0100524static int serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type,
525 const unsigned char *in, size_t inlen,
526 int *al, void *arg)
Trevora398f822013-05-12 18:55:27 -0700527 {
Trevor9cd50f72013-06-13 22:36:45 -0700528 if (ext_type == SCT_EXT_TYPE)
529 serverinfo_sct_seen++;
530 else if (ext_type == TACK_EXT_TYPE)
531 serverinfo_tack_seen++;
532 else
533 serverinfo_other_seen++;
534 return 1;
Trevora398f822013-05-12 18:55:27 -0700535 }
536
537static int verify_serverinfo()
538 {
539 if (serverinfo_sct != serverinfo_sct_seen)
540 return -1;
541 if (serverinfo_tack != serverinfo_tack_seen)
542 return -1;
543 if (serverinfo_other_seen)
544 return -1;
545 return 0;
546 }
547
Trevor9cd50f72013-06-13 22:36:45 -0700548/* Four test cases for custom extensions:
549 * 0 - no ClientHello extension or ServerHello response
550 * 1 - ClientHello with "abc", no response
551 * 2 - ClientHello with "abc", empty response
552 * 3 - ClientHello with "abc", "defg" response
553 */
554
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100555static int custom_ext_0_cli_add_cb(SSL *s, unsigned int ext_type,
Ben Laurie0a602872014-02-04 23:16:46 +0000556 const unsigned char **out,
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100557 size_t *outlen, int *al, void *arg)
Trevor9cd50f72013-06-13 22:36:45 -0700558 {
559 if (ext_type != CUSTOM_EXT_TYPE_0)
560 custom_ext_error = 1;
Dr. Stephen Henson33f653a2014-08-16 18:16:26 +0100561 return 0; /* Don't send an extension */
Trevor9cd50f72013-06-13 22:36:45 -0700562 }
563
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100564static int custom_ext_0_cli_parse_cb(SSL *s, unsigned int ext_type,
Ben Laurie0a602872014-02-04 23:16:46 +0000565 const unsigned char *in,
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100566 size_t inlen, int *al,
Ben Laurie0a602872014-02-04 23:16:46 +0000567 void *arg)
Trevor9cd50f72013-06-13 22:36:45 -0700568 {
Scott Deboy9dabfce2014-02-04 18:48:59 -0800569 return 1;
Trevor9cd50f72013-06-13 22:36:45 -0700570 }
571
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100572static int custom_ext_1_cli_add_cb(SSL *s, unsigned int ext_type,
Ben Laurie0a602872014-02-04 23:16:46 +0000573 const unsigned char **out,
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100574 size_t *outlen, int *al, void *arg)
Trevor9cd50f72013-06-13 22:36:45 -0700575 {
576 if (ext_type != CUSTOM_EXT_TYPE_1)
577 custom_ext_error = 1;
578 *out = (const unsigned char*)custom_ext_cli_string;
579 *outlen = strlen(custom_ext_cli_string);
580 return 1; /* Send "abc" */
581 }
582
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100583static int custom_ext_1_cli_parse_cb(SSL *s, unsigned int ext_type,
Ben Laurie0a602872014-02-04 23:16:46 +0000584 const unsigned char *in,
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100585 size_t inlen, int *al,
Ben Laurie0a602872014-02-04 23:16:46 +0000586 void *arg)
Trevor9cd50f72013-06-13 22:36:45 -0700587 {
Scott Deboy9dabfce2014-02-04 18:48:59 -0800588 return 1;
Trevor9cd50f72013-06-13 22:36:45 -0700589 }
590
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100591static int custom_ext_2_cli_add_cb(SSL *s, unsigned int ext_type,
Ben Laurie0a602872014-02-04 23:16:46 +0000592 const unsigned char **out,
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100593 size_t *outlen, int *al, void *arg)
Trevor9cd50f72013-06-13 22:36:45 -0700594 {
595 if (ext_type != CUSTOM_EXT_TYPE_2)
596 custom_ext_error = 1;
597 *out = (const unsigned char*)custom_ext_cli_string;
598 *outlen = strlen(custom_ext_cli_string);
599 return 1; /* Send "abc" */
600 }
601
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100602static int custom_ext_2_cli_parse_cb(SSL *s, unsigned int ext_type,
Ben Laurie0a602872014-02-04 23:16:46 +0000603 const unsigned char *in,
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100604 size_t inlen, int *al,
Ben Laurie0a602872014-02-04 23:16:46 +0000605 void *arg)
Trevor9cd50f72013-06-13 22:36:45 -0700606 {
607 if (ext_type != CUSTOM_EXT_TYPE_2)
608 custom_ext_error = 1;
609 if (inlen != 0)
610 custom_ext_error = 1; /* Should be empty response */
611 return 1;
612 }
613
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100614static int custom_ext_3_cli_add_cb(SSL *s, unsigned int ext_type,
Ben Laurie0a602872014-02-04 23:16:46 +0000615 const unsigned char **out,
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100616 size_t *outlen, int *al, void *arg)
Trevor9cd50f72013-06-13 22:36:45 -0700617 {
618 if (ext_type != CUSTOM_EXT_TYPE_3)
619 custom_ext_error = 1;
620 *out = (const unsigned char*)custom_ext_cli_string;
621 *outlen = strlen(custom_ext_cli_string);
622 return 1; /* Send "abc" */
623 }
624
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100625static int custom_ext_3_cli_parse_cb(SSL *s, unsigned int ext_type,
Ben Laurie0a602872014-02-04 23:16:46 +0000626 const unsigned char *in,
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100627 size_t inlen, int *al,
Ben Laurie0a602872014-02-04 23:16:46 +0000628 void *arg)
Trevor9cd50f72013-06-13 22:36:45 -0700629 {
630 if (ext_type != CUSTOM_EXT_TYPE_3)
631 custom_ext_error = 1;
632 if (inlen != strlen(custom_ext_srv_string))
633 custom_ext_error = 1;
634 if (memcmp(custom_ext_srv_string, in, inlen) != 0)
635 custom_ext_error = 1; /* Check for "defg" */
636 return 1;
637 }
638
Dr. Stephen Hensonf47e2032014-08-26 01:20:26 +0100639/* custom_ext_0_cli_add_cb returns 0 - the server won't receive a callback for this extension */
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100640static int custom_ext_0_srv_parse_cb(SSL *s, unsigned int ext_type,
Ben Laurie0a602872014-02-04 23:16:46 +0000641 const unsigned char *in,
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100642 size_t inlen, int *al,
Ben Laurie0a602872014-02-04 23:16:46 +0000643 void *arg)
Trevor9cd50f72013-06-13 22:36:45 -0700644 {
Dr. Stephen Hensonf47e2032014-08-26 01:20:26 +0100645 custom_ext_error = 1;
Scott Deboy9dabfce2014-02-04 18:48:59 -0800646 return 1;
Trevor9cd50f72013-06-13 22:36:45 -0700647 }
648
Dr. Stephen Hensonf47e2032014-08-26 01:20:26 +0100649/* 'add' callbacks are only called if the 'parse' callback is called */
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100650static int custom_ext_0_srv_add_cb(SSL *s, unsigned int ext_type,
Ben Laurie0a602872014-02-04 23:16:46 +0000651 const unsigned char **out,
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100652 size_t *outlen, int *al, void *arg)
Trevor9cd50f72013-06-13 22:36:45 -0700653 {
Dr. Stephen Hensonf47e2032014-08-26 01:20:26 +0100654 /* Error: should not have been called */
655 custom_ext_error = 1;
Dr. Stephen Henson33f653a2014-08-16 18:16:26 +0100656 return 0; /* Don't send an extension */
Trevor9cd50f72013-06-13 22:36:45 -0700657 }
658
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100659static int custom_ext_1_srv_parse_cb(SSL *s, unsigned int ext_type,
Scott Deboye9add062014-02-04 13:08:43 -0800660 const unsigned char *in,
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100661 size_t inlen, int *al,
Scott Deboye9add062014-02-04 13:08:43 -0800662 void *arg)
Trevor9cd50f72013-06-13 22:36:45 -0700663 {
664 if (ext_type != CUSTOM_EXT_TYPE_1)
665 custom_ext_error = 1;
666 /* Check for "abc" */
667 if (inlen != strlen(custom_ext_cli_string))
668 custom_ext_error = 1;
669 if (memcmp(in, custom_ext_cli_string, inlen) != 0)
670 custom_ext_error = 1;
671 return 1;
672 }
673
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100674static int custom_ext_1_srv_add_cb(SSL *s, unsigned int ext_type,
Ben Laurie0a602872014-02-04 23:16:46 +0000675 const unsigned char **out,
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100676 size_t *outlen, int *al, void *arg)
Trevor9cd50f72013-06-13 22:36:45 -0700677 {
Dr. Stephen Henson33f653a2014-08-16 18:16:26 +0100678 return 0; /* Don't send an extension */
Trevor9cd50f72013-06-13 22:36:45 -0700679 }
680
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100681static int custom_ext_2_srv_parse_cb(SSL *s, unsigned int ext_type,
Ben Laurie0a602872014-02-04 23:16:46 +0000682 const unsigned char *in,
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100683 size_t inlen, int *al,
Ben Laurie0a602872014-02-04 23:16:46 +0000684 void *arg)
Trevor9cd50f72013-06-13 22:36:45 -0700685 {
686 if (ext_type != CUSTOM_EXT_TYPE_2)
687 custom_ext_error = 1;
688 /* Check for "abc" */
689 if (inlen != strlen(custom_ext_cli_string))
690 custom_ext_error = 1;
691 if (memcmp(in, custom_ext_cli_string, inlen) != 0)
692 custom_ext_error = 1;
693 return 1;
694 }
695
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100696static int custom_ext_2_srv_add_cb(SSL *s, unsigned int ext_type,
Ben Laurie0a602872014-02-04 23:16:46 +0000697 const unsigned char **out,
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100698 size_t *outlen, int *al, void *arg)
Trevor9cd50f72013-06-13 22:36:45 -0700699 {
700 *out = NULL;
701 *outlen = 0;
702 return 1; /* Send empty extension */
703 }
704
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100705static int custom_ext_3_srv_parse_cb(SSL *s, unsigned int ext_type,
Ben Laurie0a602872014-02-04 23:16:46 +0000706 const unsigned char *in,
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100707 size_t inlen, int *al,
Ben Laurie0a602872014-02-04 23:16:46 +0000708 void *arg)
Trevor9cd50f72013-06-13 22:36:45 -0700709 {
710 if (ext_type != CUSTOM_EXT_TYPE_3)
711 custom_ext_error = 1;
712 /* Check for "abc" */
713 if (inlen != strlen(custom_ext_cli_string))
714 custom_ext_error = 1;
715 if (memcmp(in, custom_ext_cli_string, inlen) != 0)
716 custom_ext_error = 1;
717 return 1;
718 }
719
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100720static int custom_ext_3_srv_add_cb(SSL *s, unsigned int ext_type,
Ben Laurie0a602872014-02-04 23:16:46 +0000721 const unsigned char **out,
Dr. Stephen Hensonde2a9e32014-08-14 13:25:50 +0100722 size_t *outlen, int *al, void *arg)
Trevor9cd50f72013-06-13 22:36:45 -0700723 {
724 *out = (const unsigned char*)custom_ext_srv_string;
725 *outlen = strlen(custom_ext_srv_string);
726 return 1; /* Send "defg" */
727 }
728
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000729static char *cipher=NULL;
Bodo Möller79875771999-10-25 19:36:01 +0000730static int verbose=0;
731static int debug=0;
Bodo Möllerd58d0921999-06-10 16:29:32 +0000732#if 0
733/* Not used yet. */
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000734#ifdef FIONBIO
735static int s_nbio=0;
736#endif
Bodo Möllerd58d0921999-06-10 16:29:32 +0000737#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000738
Ulf Möllerb9d82f42000-01-16 12:21:22 +0000739static const char rnd_seed[] = "string to make the random number generator think it has entropy";
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000740
Bodo Möller563f1502000-03-13 15:06:54 +0000741int doit_biopair(SSL *s_ssl,SSL *c_ssl,long bytes,clock_t *s_time,clock_t *c_time);
Ralf S. Engelschall58964a41998-12-21 10:56:39 +0000742int doit(SSL *s_ssl,SSL *c_ssl,long bytes);
Nils Larsch6e119bb2005-08-25 07:29:54 +0000743static int do_test_cipherlist(void);
Ulf Möller6b691a51999-04-19 21:31:43 +0000744static void sv_usage(void)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000745 {
746 fprintf(stderr,"usage: ssltest [args ...]\n");
747 fprintf(stderr,"\n");
Dr. Stephen Henson086e32a2011-05-19 18:09:02 +0000748#ifdef OPENSSL_FIPS
749 fprintf(stderr,"-F - run test in FIPS mode\n");
750#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000751 fprintf(stderr," -server_auth - check server certificate\n");
752 fprintf(stderr," -client_auth - do client authentication\n");
Richard Levitted9bfe4f2005-04-09 16:07:12 +0000753 fprintf(stderr," -proxy - allow proxy certificates\n");
Richard Levittea7201e92005-01-17 17:06:58 +0000754 fprintf(stderr," -proxy_auth <val> - set proxy policy rights\n");
Kurt Cancemi4eadd112014-09-09 13:48:00 -0400755 fprintf(stderr," -proxy_cond <val> - expression to test proxy policy rights\n");
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000756 fprintf(stderr," -v - more output\n");
Ralf S. Engelschall58964a41998-12-21 10:56:39 +0000757 fprintf(stderr," -d - debug output\n");
758 fprintf(stderr," -reuse - use session-id reuse\n");
759 fprintf(stderr," -num <val> - number of connections to perform\n");
760 fprintf(stderr," -bytes <val> - number of bytes to swap between client/server\n");
Richard Levittebc36ee62001-02-20 08:13:47 +0000761#ifndef OPENSSL_NO_DH
Bodo Möllere4589582000-03-10 13:23:20 +0000762 fprintf(stderr," -dhe1024 - use 1024 bit key (safe prime) for DHE\n");
763 fprintf(stderr," -dhe1024dsa - use 1024 bit key (with 160-bit subprime) for DHE\n");
Bodo Möller77fa04a1999-09-03 16:31:36 +0000764 fprintf(stderr," -no_dhe - disable DHE\n");
765#endif
Bodo Möllerea262262002-08-09 08:56:08 +0000766#ifndef OPENSSL_NO_ECDH
767 fprintf(stderr," -no_ecdhe - disable ECDHE\n");
768#endif
Nils Larschddac1972006-03-10 23:06:27 +0000769#ifndef OPENSSL_NO_PSK
770 fprintf(stderr," -psk arg - PSK in hex (without 0x)\n");
771#endif
Ben Laurieedc032b2011-03-12 17:01:19 +0000772#ifndef OPENSSL_NO_SRP
773 fprintf(stderr," -srpuser user - SRP username to use\n");
774 fprintf(stderr," -srppass arg - password for 'user'\n");
775#endif
Richard Levittebc36ee62001-02-20 08:13:47 +0000776#ifndef OPENSSL_NO_SSL2
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000777 fprintf(stderr," -ssl2 - use SSLv2\n");
778#endif
Dr. Stephen Henson3881d812014-10-29 12:51:31 +0000779#ifndef OPENSSL_NO_SSL3_METHOD
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000780 fprintf(stderr," -ssl3 - use SSLv3\n");
781#endif
Richard Levittebc36ee62001-02-20 08:13:47 +0000782#ifndef OPENSSL_NO_TLS1
Ralf S. Engelschall58964a41998-12-21 10:56:39 +0000783 fprintf(stderr," -tls1 - use TLSv1\n");
784#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000785 fprintf(stderr," -CApath arg - PEM format directory of CA's\n");
786 fprintf(stderr," -CAfile arg - PEM format file of CA's\n");
Bodo Möller7d2509b2000-03-13 19:30:59 +0000787 fprintf(stderr," -cert arg - Server certificate file\n");
788 fprintf(stderr," -key arg - Server key file (default: same as -cert)\n");
789 fprintf(stderr," -c_cert arg - Client certificate file\n");
790 fprintf(stderr," -c_key arg - Client key file (default: same as -c_cert)\n");
Ralf S. Engelschall58964a41998-12-21 10:56:39 +0000791 fprintf(stderr," -cipher arg - The cipher list\n");
Bodo Möller95d29591999-06-12 01:03:40 +0000792 fprintf(stderr," -bio_pair - Use BIO pairs\n");
793 fprintf(stderr," -f - Test even cases that can't work\n");
Bodo Möller563f1502000-03-13 15:06:54 +0000794 fprintf(stderr," -time - measure processor time used by client and server\n");
Richard Levitte23f80f42000-11-30 11:57:31 +0000795 fprintf(stderr," -zlib - use zlib compression\n");
Bodo Möllerea262262002-08-09 08:56:08 +0000796 fprintf(stderr," -rle - use rle compression\n");
797#ifndef OPENSSL_NO_ECDH
798 fprintf(stderr," -named_curve arg - Elliptic curve name to use for ephemeral ECDH keys.\n" \
799 " Use \"openssl ecparam -list_curves\" for all names\n" \
800 " (default is sect163r2).\n");
801#endif
Emilia Kasperfd28a412014-10-27 16:25:17 +0100802 fprintf(stderr," -test_cipherlist - Verifies the order of the ssl cipher lists.\n"
803 " When this option is requested, the cipherlist\n"
804 " tests are run instead of handshake tests.\n");
Piotr Sikora29115752013-11-13 15:20:22 -0800805#ifndef OPENSSL_NO_NEXTPROTONEG
Ben Lauried9a268b2010-09-05 16:35:10 +0000806 fprintf(stderr," -npn_client - have client side offer NPN\n");
807 fprintf(stderr," -npn_server - have server side offer NPN\n");
808 fprintf(stderr," -npn_server_reject - have server reject NPN\n");
809#endif
Trevor9cd50f72013-06-13 22:36:45 -0700810 fprintf(stderr," -serverinfo_file file - have server use this file\n");
Trevora398f822013-05-12 18:55:27 -0700811 fprintf(stderr," -serverinfo_sct - have client offer and expect SCT\n");
812 fprintf(stderr," -serverinfo_tack - have client offer and expect TACK\n");
Trevor9cd50f72013-06-13 22:36:45 -0700813 fprintf(stderr," -custom_ext - try various custom extension callbacks\n");
Adam Langleya8989362013-07-15 15:57:16 -0400814 fprintf(stderr," -alpn_client <string> - have client side offer ALPN\n");
815 fprintf(stderr," -alpn_server <string> - have server side offer ALPN\n");
816 fprintf(stderr," -alpn_expected <string> - the ALPN protocol that should be negotiated\n");
Bodo Möller563f1502000-03-13 15:06:54 +0000817 }
818
Dr. Stephen Hensonf756f1f2014-10-27 14:39:37 +0000819static void print_key_details(BIO *out, EVP_PKEY *key)
820 {
821 int keyid = EVP_PKEY_id(key);
822#ifndef OPENSSL_NO_EC
823 if (keyid == EVP_PKEY_EC)
824 {
825 EC_KEY *ec = EVP_PKEY_get1_EC_KEY(key);
826 int nid;
827 const char *cname;
828 nid = EC_GROUP_get_curve_name(EC_KEY_get0_group(ec));
829 EC_KEY_free(ec);
830 cname = EC_curve_nid2nist(nid);
831 if (!cname)
832 cname = OBJ_nid2sn(nid);
833 BIO_printf(out, "%d bits EC (%s)",
834 EVP_PKEY_bits(key), cname);
835 }
836 else
837#endif
838 {
839 const char *algname;
840 switch (keyid)
841 {
842 case EVP_PKEY_RSA:
843 algname = "RSA";
844 break;
845 case EVP_PKEY_DSA:
846 algname = "DSA";
847 break;
848 case EVP_PKEY_DH:
849 algname = "DH";
850 break;
851 default:
852 algname = OBJ_nid2sn(keyid);
853 break;
854 }
855 BIO_printf(out, "%d bits %s", EVP_PKEY_bits(key), algname);
856 }
857 }
858
Bodo Möller563f1502000-03-13 15:06:54 +0000859static void print_details(SSL *c_ssl, const char *prefix)
860 {
Ben Lauriebabb3792008-10-12 14:32:47 +0000861 const SSL_CIPHER *ciph;
Dr. Stephen Hensonf756f1f2014-10-27 14:39:37 +0000862 int mdnid;
Bodo Möller563f1502000-03-13 15:06:54 +0000863 X509 *cert;
Dr. Stephen Hensonf756f1f2014-10-27 14:39:37 +0000864 EVP_PKEY *pkey;
Bodo Möller563f1502000-03-13 15:06:54 +0000865
866 ciph=SSL_get_current_cipher(c_ssl);
867 BIO_printf(bio_stdout,"%s%s, cipher %s %s",
868 prefix,
869 SSL_get_version(c_ssl),
870 SSL_CIPHER_get_version(ciph),
871 SSL_CIPHER_get_name(ciph));
872 cert=SSL_get_peer_certificate(c_ssl);
873 if (cert != NULL)
874 {
Dr. Stephen Hensonf756f1f2014-10-27 14:39:37 +0000875 pkey = X509_get_pubkey(cert);
Bodo Möller563f1502000-03-13 15:06:54 +0000876 if (pkey != NULL)
877 {
Dr. Stephen Hensonf756f1f2014-10-27 14:39:37 +0000878 BIO_puts(bio_stdout, ", ");
879 print_key_details(bio_stdout, pkey);
Bodo Möller563f1502000-03-13 15:06:54 +0000880 EVP_PKEY_free(pkey);
881 }
882 X509_free(cert);
883 }
Dr. Stephen Hensonf756f1f2014-10-27 14:39:37 +0000884 if (SSL_get_server_tmp_key(c_ssl, &pkey))
885 {
886 BIO_puts(bio_stdout, ", temp key: ");
887 print_key_details(bio_stdout, pkey);
888 EVP_PKEY_free(pkey);
889 }
890 if (SSL_get_peer_signature_nid(c_ssl, &mdnid))
891 BIO_printf(bio_stdout, ", digest=%s", OBJ_nid2sn(mdnid));
Bodo Möller563f1502000-03-13 15:06:54 +0000892 BIO_printf(bio_stdout,"\n");
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000893 }
894
Bodo Möller3ac82fa2000-12-15 16:40:35 +0000895static void lock_dbg_cb(int mode, int type, const char *file, int line)
896 {
897 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */
898 const char *errstr = NULL;
899 int rw;
900
901 rw = mode & (CRYPTO_READ|CRYPTO_WRITE);
902 if (!((rw == CRYPTO_READ) || (rw == CRYPTO_WRITE)))
903 {
904 errstr = "invalid mode";
905 goto err;
906 }
907
Bodo Möller563c05e2003-08-14 10:33:56 +0000908 if (type < 0 || type >= CRYPTO_NUM_LOCKS)
Bodo Möller3ac82fa2000-12-15 16:40:35 +0000909 {
910 errstr = "type out of bounds";
911 goto err;
912 }
913
914 if (mode & CRYPTO_LOCK)
915 {
916 if (modes[type])
917 {
918 errstr = "already locked";
919 /* must not happen in a single-threaded program
920 * (would deadlock) */
921 goto err;
922 }
923
924 modes[type] = rw;
925 }
926 else if (mode & CRYPTO_UNLOCK)
927 {
928 if (!modes[type])
929 {
930 errstr = "not locked";
931 goto err;
932 }
933
934 if (modes[type] != rw)
935 {
936 errstr = (rw == CRYPTO_READ) ?
937 "CRYPTO_r_unlock on write lock" :
938 "CRYPTO_w_unlock on read lock";
939 }
940
941 modes[type] = 0;
942 }
943 else
944 {
945 errstr = "invalid mode";
946 goto err;
947 }
948
949 err:
950 if (errstr)
951 {
952 /* we cannot use bio_err here */
953 fprintf(stderr, "openssl (lock_dbg_cb): %s (mode=%d, type=%d) at %s:%d\n",
954 errstr, mode, type, file, line);
955 }
956 }
957
Bodo Möller761772d2007-09-21 06:54:24 +0000958#ifdef TLSEXT_TYPE_opaque_prf_input
959struct cb_info_st { void *input; size_t len; int ret; };
960struct cb_info_st co1 = { "C", 1, 1 }; /* try to negotiate oqaque PRF input */
961struct cb_info_st co2 = { "C", 1, 2 }; /* insist on oqaque PRF input */
962struct cb_info_st so1 = { "S", 1, 1 }; /* try to negotiate oqaque PRF input */
963struct cb_info_st so2 = { "S", 1, 2 }; /* insist on oqaque PRF input */
964
965int opaque_prf_input_cb(SSL *ssl, void *peerinput, size_t len, void *arg_)
966 {
967 struct cb_info_st *arg = arg_;
968
969 if (arg == NULL)
970 return 1;
971
972 if (!SSL_set_tlsext_opaque_prf_input(ssl, arg->input, arg->len))
973 return 0;
974 return arg->ret;
975 }
976#endif
Nils Larsch6e119bb2005-08-25 07:29:54 +0000977
Ulf Möller6b691a51999-04-19 21:31:43 +0000978int main(int argc, char *argv[])
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000979 {
980 char *CApath=NULL,*CAfile=NULL;
981 int badop=0;
Bodo Möller95d29591999-06-12 01:03:40 +0000982 int bio_pair=0;
983 int force=0;
Ralf S. Engelschall58964a41998-12-21 10:56:39 +0000984 int tls1=0,ssl2=0,ssl3=0,ret=1;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000985 int client_auth=0;
Ralf S. Engelschall58964a41998-12-21 10:56:39 +0000986 int server_auth=0,i;
Richard Levittea7201e92005-01-17 17:06:58 +0000987 struct app_verify_arg app_verify_arg =
Richard Levitted9bfe4f2005-04-09 16:07:12 +0000988 { APP_CALLBACK_STRING, 0, 0, NULL, NULL };
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000989 char *server_cert=TEST_SERVER_CERT;
Bodo Möller65b002f2000-03-13 19:24:39 +0000990 char *server_key=NULL;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000991 char *client_cert=TEST_CLIENT_CERT;
Bodo Möller65b002f2000-03-13 19:24:39 +0000992 char *client_key=NULL;
Nils Larsch3eeaab42005-07-16 12:37:36 +0000993#ifndef OPENSSL_NO_ECDH
Bodo Möllerea262262002-08-09 08:56:08 +0000994 char *named_curve = NULL;
Nils Larsch3eeaab42005-07-16 12:37:36 +0000995#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +0000996 SSL_CTX *s_ctx=NULL;
997 SSL_CTX *c_ctx=NULL;
Nils Larsch4ebb3422005-08-14 21:48:33 +0000998 const SSL_METHOD *meth=NULL;
Ralf S. Engelschall58964a41998-12-21 10:56:39 +0000999 SSL *c_ssl,*s_ssl;
1000 int number=1,reuse=0;
Richard Levitte82423542003-10-06 11:00:15 +00001001 long bytes=256L;
Richard Levittebc36ee62001-02-20 08:13:47 +00001002#ifndef OPENSSL_NO_DH
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001003 DH *dh;
Bodo Möllere4589582000-03-10 13:23:20 +00001004 int dhe1024 = 0, dhe1024dsa = 0;
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001005#endif
Bodo Möllerea262262002-08-09 08:56:08 +00001006#ifndef OPENSSL_NO_ECDH
1007 EC_KEY *ecdh = NULL;
1008#endif
Ben Laurieedc032b2011-03-12 17:01:19 +00001009#ifndef OPENSSL_NO_SRP
1010 /* client */
Ben Laurieedc032b2011-03-12 17:01:19 +00001011 SRP_CLIENT_ARG srp_client_arg = {NULL,NULL};
1012 /* server */
1013 SRP_SERVER_ARG srp_server_arg = {NULL,NULL};
1014#endif
Bodo Möllere4589582000-03-10 13:23:20 +00001015 int no_dhe = 0;
Bodo Möllerea262262002-08-09 08:56:08 +00001016 int no_ecdhe = 0;
Nils Larschddac1972006-03-10 23:06:27 +00001017 int no_psk = 0;
Bodo Möller563f1502000-03-13 15:06:54 +00001018 int print_time = 0;
1019 clock_t s_time = 0, c_time = 0;
Dr. Stephen Henson09b6c2e2005-09-30 23:35:33 +00001020#ifndef OPENSSL_NO_COMP
Dr. Stephen Hensona4c4a7d2012-12-29 23:37:56 +00001021 int comp = 0;
Bodo Möller8df788c2000-11-30 23:41:58 +00001022 COMP_METHOD *cm = NULL;
Richard Levitte82423542003-10-06 11:00:15 +00001023 STACK_OF(SSL_COMP) *ssl_comp_methods = NULL;
Dr. Stephen Henson00a37b52010-04-06 11:18:59 +00001024#endif
Nils Larsch6e119bb2005-08-25 07:29:54 +00001025 int test_cipherlist = 0;
Dr. Stephen Henson086e32a2011-05-19 18:09:02 +00001026#ifdef OPENSSL_FIPS
1027 int fips_mode=0;
1028#endif
Emilia Kasperfd28a412014-10-27 16:25:17 +01001029 int no_protocol = 0;
Bodo Möller563f1502000-03-13 15:06:54 +00001030
Dr. Stephen Hensonde942222014-10-27 14:07:12 +00001031 SSL_CONF_CTX *s_cctx = NULL, *c_cctx = NULL;
1032 STACK_OF(OPENSSL_STRING) *conf_args = NULL;
1033 const char *arg = NULL, *argn = NULL;
1034
Bodo Möller79875771999-10-25 19:36:01 +00001035 verbose = 0;
1036 debug = 0;
1037 cipher = 0;
Bodo Möller1e3a9b62002-11-19 11:56:05 +00001038
Nils Larsche9680892006-03-12 22:16:57 +00001039 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE|BIO_FP_TEXT);
Bodo Möller1e3a9b62002-11-19 11:56:05 +00001040
Bodo Möller3ac82fa2000-12-15 16:40:35 +00001041 CRYPTO_set_locking_callback(lock_dbg_cb);
1042
Bodo Möller10654d32001-03-11 14:49:46 +00001043 /* enable memory leak checking unless explicitly disabled */
1044 if (!((getenv("OPENSSL_DEBUG_MEMORY") != NULL) && (0 == strcmp(getenv("OPENSSL_DEBUG_MEMORY"), "off"))))
1045 {
1046 CRYPTO_malloc_debug_init();
Bodo Möller384eff82001-09-10 09:50:30 +00001047 CRYPTO_set_mem_debug_options(V_CRYPTO_MDEBUG_ALL);
1048 }
1049 else
1050 {
1051 /* OPENSSL_DEBUG_MEMORY=off */
1052 CRYPTO_set_mem_debug_functions(0, 0, 0, 0, 0);
Bodo Möller10654d32001-03-11 14:49:46 +00001053 }
Bodo Möller79875771999-10-25 19:36:01 +00001054 CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001055
Ulf Möllerb9d82f42000-01-16 12:21:22 +00001056 RAND_seed(rnd_seed, sizeof rnd_seed);
1057
Nils Larsche9680892006-03-12 22:16:57 +00001058 bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE|BIO_FP_TEXT);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001059
Dr. Stephen Hensonde942222014-10-27 14:07:12 +00001060 s_cctx = SSL_CONF_CTX_new();
1061 c_cctx = SSL_CONF_CTX_new();
1062
1063 if (!s_cctx || !c_cctx)
1064 {
1065 ERR_print_errors(bio_err);
1066 goto end;
1067 }
1068
1069 SSL_CONF_CTX_set_flags(s_cctx,
1070 SSL_CONF_FLAG_CMDLINE|SSL_CONF_FLAG_SERVER);
1071 if (!SSL_CONF_CTX_set1_prefix(s_cctx, "-s_"))
1072 {
1073 ERR_print_errors(bio_err);
1074 goto end;
1075 }
1076
1077 SSL_CONF_CTX_set_flags(c_cctx,
1078 SSL_CONF_FLAG_CMDLINE|SSL_CONF_FLAG_CLIENT);
1079 if (!SSL_CONF_CTX_set1_prefix(c_cctx, "-c_"))
1080 {
1081 ERR_print_errors(bio_err);
1082 goto end;
1083 }
1084
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001085 argc--;
1086 argv++;
1087
1088 while (argc >= 1)
1089 {
Dr. Stephen Henson086e32a2011-05-19 18:09:02 +00001090 if(!strcmp(*argv,"-F"))
1091 {
1092#ifdef OPENSSL_FIPS
1093 fips_mode=1;
1094#else
Kurt Cancemi4eadd112014-09-09 13:48:00 -04001095 fprintf(stderr,"not compiled with FIPS support, so exiting without running.\n");
Dr. Stephen Henson086e32a2011-05-19 18:09:02 +00001096 EXIT(0);
1097#endif
1098 }
1099 else if (strcmp(*argv,"-server_auth") == 0)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001100 server_auth=1;
1101 else if (strcmp(*argv,"-client_auth") == 0)
1102 client_auth=1;
Richard Levittea7201e92005-01-17 17:06:58 +00001103 else if (strcmp(*argv,"-proxy_auth") == 0)
1104 {
1105 if (--argc < 1) goto bad;
1106 app_verify_arg.proxy_auth= *(++argv);
1107 }
1108 else if (strcmp(*argv,"-proxy_cond") == 0)
1109 {
1110 if (--argc < 1) goto bad;
1111 app_verify_arg.proxy_cond= *(++argv);
1112 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001113 else if (strcmp(*argv,"-v") == 0)
1114 verbose=1;
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001115 else if (strcmp(*argv,"-d") == 0)
1116 debug=1;
1117 else if (strcmp(*argv,"-reuse") == 0)
1118 reuse=1;
Bodo Möller48c843c1999-08-05 11:50:18 +00001119 else if (strcmp(*argv,"-dhe1024") == 0)
Richard Levitte90f5a2b2002-08-14 12:16:27 +00001120 {
1121#ifndef OPENSSL_NO_DH
Bodo Möller48c843c1999-08-05 11:50:18 +00001122 dhe1024=1;
Richard Levitte90f5a2b2002-08-14 12:16:27 +00001123#else
Lutz Jänickeba5ba542002-09-25 20:19:04 +00001124 fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n");
Bodo Möllere4589582000-03-10 13:23:20 +00001125#endif
Richard Levitte90f5a2b2002-08-14 12:16:27 +00001126 }
1127 else if (strcmp(*argv,"-dhe1024dsa") == 0)
1128 {
1129#ifndef OPENSSL_NO_DH
1130 dhe1024dsa=1;
1131#else
Lutz Jänickeba5ba542002-09-25 20:19:04 +00001132 fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n");
Richard Levitte90f5a2b2002-08-14 12:16:27 +00001133#endif
1134 }
Bodo Möller77fa04a1999-09-03 16:31:36 +00001135 else if (strcmp(*argv,"-no_dhe") == 0)
1136 no_dhe=1;
Bodo Möllerea262262002-08-09 08:56:08 +00001137 else if (strcmp(*argv,"-no_ecdhe") == 0)
1138 no_ecdhe=1;
Nils Larschddac1972006-03-10 23:06:27 +00001139 else if (strcmp(*argv,"-psk") == 0)
1140 {
1141 if (--argc < 1) goto bad;
1142 psk_key=*(++argv);
1143#ifndef OPENSSL_NO_PSK
1144 if (strspn(psk_key, "abcdefABCDEF1234567890") != strlen(psk_key))
1145 {
1146 BIO_printf(bio_err,"Not a hex number '%s'\n",*argv);
1147 goto bad;
1148 }
1149#else
1150 no_psk=1;
1151#endif
1152 }
Ben Laurieedc032b2011-03-12 17:01:19 +00001153#ifndef OPENSSL_NO_SRP
1154 else if (strcmp(*argv,"-srpuser") == 0)
1155 {
1156 if (--argc < 1) goto bad;
1157 srp_server_arg.expected_user = srp_client_arg.srplogin= *(++argv);
1158 tls1=1;
1159 }
1160 else if (strcmp(*argv,"-srppass") == 0)
1161 {
1162 if (--argc < 1) goto bad;
1163 srp_server_arg.pass = srp_client_arg.srppassin= *(++argv);
1164 tls1=1;
1165 }
1166#endif
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001167 else if (strcmp(*argv,"-ssl2") == 0)
Emilia Kasperfd28a412014-10-27 16:25:17 +01001168 {
1169#ifdef OPENSSL_NO_SSL2
1170 no_protocol = 1;
1171#endif
1172 ssl2 = 1;
1173 }
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001174 else if (strcmp(*argv,"-tls1") == 0)
Emilia Kasperfd28a412014-10-27 16:25:17 +01001175 {
1176#ifdef OPENSSL_NO_TLS1
1177 no_protocol = 1;
1178#endif
1179 tls1 = 1;
1180 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001181 else if (strcmp(*argv,"-ssl3") == 0)
Emilia Kasperfd28a412014-10-27 16:25:17 +01001182 {
Dr. Stephen Henson3881d812014-10-29 12:51:31 +00001183#ifdef OPENSSL_NO_SSL3_METHOD
Emilia Kasperfd28a412014-10-27 16:25:17 +01001184 no_protocol = 1;
1185#endif
1186 ssl3 = 1;
1187 }
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001188 else if (strncmp(*argv,"-num",4) == 0)
1189 {
1190 if (--argc < 1) goto bad;
1191 number= atoi(*(++argv));
1192 if (number == 0) number=1;
1193 }
1194 else if (strcmp(*argv,"-bytes") == 0)
1195 {
1196 if (--argc < 1) goto bad;
1197 bytes= atol(*(++argv));
1198 if (bytes == 0L) bytes=1L;
1199 i=strlen(argv[0]);
1200 if (argv[0][i-1] == 'k') bytes*=1024L;
1201 if (argv[0][i-1] == 'm') bytes*=1024L*1024L;
1202 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001203 else if (strcmp(*argv,"-cert") == 0)
1204 {
1205 if (--argc < 1) goto bad;
1206 server_cert= *(++argv);
1207 }
1208 else if (strcmp(*argv,"-s_cert") == 0)
1209 {
1210 if (--argc < 1) goto bad;
1211 server_cert= *(++argv);
1212 }
Bodo Möller65b002f2000-03-13 19:24:39 +00001213 else if (strcmp(*argv,"-key") == 0)
1214 {
1215 if (--argc < 1) goto bad;
1216 server_key= *(++argv);
1217 }
1218 else if (strcmp(*argv,"-s_key") == 0)
1219 {
1220 if (--argc < 1) goto bad;
1221 server_key= *(++argv);
1222 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001223 else if (strcmp(*argv,"-c_cert") == 0)
1224 {
1225 if (--argc < 1) goto bad;
1226 client_cert= *(++argv);
1227 }
Bodo Möller65b002f2000-03-13 19:24:39 +00001228 else if (strcmp(*argv,"-c_key") == 0)
1229 {
1230 if (--argc < 1) goto bad;
1231 client_key= *(++argv);
1232 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001233 else if (strcmp(*argv,"-cipher") == 0)
1234 {
1235 if (--argc < 1) goto bad;
1236 cipher= *(++argv);
1237 }
1238 else if (strcmp(*argv,"-CApath") == 0)
1239 {
1240 if (--argc < 1) goto bad;
1241 CApath= *(++argv);
1242 }
1243 else if (strcmp(*argv,"-CAfile") == 0)
1244 {
1245 if (--argc < 1) goto bad;
1246 CAfile= *(++argv);
1247 }
Bodo Möller95d29591999-06-12 01:03:40 +00001248 else if (strcmp(*argv,"-bio_pair") == 0)
1249 {
1250 bio_pair = 1;
1251 }
1252 else if (strcmp(*argv,"-f") == 0)
1253 {
1254 force = 1;
1255 }
Bodo Möller563f1502000-03-13 15:06:54 +00001256 else if (strcmp(*argv,"-time") == 0)
1257 {
1258 print_time = 1;
1259 }
Dr. Stephen Hensona4c4a7d2012-12-29 23:37:56 +00001260#ifndef OPENSSL_NO_COMP
Richard Levitte23f80f42000-11-30 11:57:31 +00001261 else if (strcmp(*argv,"-zlib") == 0)
1262 {
1263 comp = COMP_ZLIB;
1264 }
1265 else if (strcmp(*argv,"-rle") == 0)
1266 {
1267 comp = COMP_RLE;
1268 }
Dr. Stephen Hensona4c4a7d2012-12-29 23:37:56 +00001269#endif
Bodo Möllerea262262002-08-09 08:56:08 +00001270 else if (strcmp(*argv,"-named_curve") == 0)
1271 {
1272 if (--argc < 1) goto bad;
Richard Levitte90f5a2b2002-08-14 12:16:27 +00001273#ifndef OPENSSL_NO_ECDH
Bodo Möllerea262262002-08-09 08:56:08 +00001274 named_curve = *(++argv);
Richard Levitte90f5a2b2002-08-14 12:16:27 +00001275#else
Bodo Möller5e3247d2002-11-05 10:54:40 +00001276 fprintf(stderr,"ignoring -named_curve, since I'm compiled without ECDH\n");
Richard Levitte90f5a2b2002-08-14 12:16:27 +00001277 ++argv;
Bodo Möllerea262262002-08-09 08:56:08 +00001278#endif
Richard Levitte90f5a2b2002-08-14 12:16:27 +00001279 }
Bodo Möller023ec152002-02-28 10:52:56 +00001280 else if (strcmp(*argv,"-app_verify") == 0)
1281 {
Richard Levittea7201e92005-01-17 17:06:58 +00001282 app_verify_arg.app_verify = 1;
Bodo Möller023ec152002-02-28 10:52:56 +00001283 }
Richard Levitted9bfe4f2005-04-09 16:07:12 +00001284 else if (strcmp(*argv,"-proxy") == 0)
1285 {
1286 app_verify_arg.allow_proxy_certs = 1;
1287 }
Nils Larsch6e119bb2005-08-25 07:29:54 +00001288 else if (strcmp(*argv,"-test_cipherlist") == 0)
1289 {
1290 test_cipherlist = 1;
1291 }
Piotr Sikora29115752013-11-13 15:20:22 -08001292#ifndef OPENSSL_NO_NEXTPROTONEG
Ben Lauried9a268b2010-09-05 16:35:10 +00001293 else if (strcmp(*argv,"-npn_client") == 0)
1294 {
1295 npn_client = 1;
1296 }
1297 else if (strcmp(*argv,"-npn_server") == 0)
1298 {
1299 npn_server = 1;
1300 }
1301 else if (strcmp(*argv,"-npn_server_reject") == 0)
1302 {
1303 npn_server_reject = 1;
1304 }
1305#endif
Trevora398f822013-05-12 18:55:27 -07001306 else if (strcmp(*argv,"-serverinfo_sct") == 0)
1307 {
1308 serverinfo_sct = 1;
1309 }
1310 else if (strcmp(*argv,"-serverinfo_tack") == 0)
1311 {
1312 serverinfo_tack = 1;
1313 }
1314 else if (strcmp(*argv,"-serverinfo_file") == 0)
1315 {
1316 if (--argc < 1) goto bad;
1317 serverinfo_file = *(++argv);
1318 }
Trevor9cd50f72013-06-13 22:36:45 -07001319 else if (strcmp(*argv,"-custom_ext") == 0)
1320 {
1321 custom_ext = 1;
1322 }
Adam Langleya8989362013-07-15 15:57:16 -04001323 else if (strcmp(*argv,"-alpn_client") == 0)
1324 {
1325 if (--argc < 1) goto bad;
1326 alpn_client = *(++argv);
1327 }
1328 else if (strcmp(*argv,"-alpn_server") == 0)
1329 {
1330 if (--argc < 1) goto bad;
1331 alpn_server = *(++argv);
1332 }
1333 else if (strcmp(*argv,"-alpn_expected") == 0)
1334 {
1335 if (--argc < 1) goto bad;
1336 alpn_expected = *(++argv);
1337 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001338 else
1339 {
Dr. Stephen Hensonde942222014-10-27 14:07:12 +00001340 int rv;
1341 arg = argv[0];
1342 argn = argv[1];
1343 /* Try to process command using SSL_CONF */
1344 rv = SSL_CONF_cmd_argv(c_cctx, &argc, &argv);
1345 /* If not processed try server */
1346 if (rv == 0)
1347 rv = SSL_CONF_cmd_argv(s_cctx, &argc, &argv);
1348 /* Recognised: store it for later use */
1349 if (rv > 0)
1350 {
1351 if (rv == 1)
1352 argn = NULL;
1353 if (!conf_args)
1354 {
1355 conf_args = sk_OPENSSL_STRING_new_null();
1356 if (!conf_args)
1357 goto end;
1358 }
1359 if (!sk_OPENSSL_STRING_push(conf_args, arg))
1360 goto end;
1361 if (!sk_OPENSSL_STRING_push(conf_args, argn))
1362 goto end;
1363 continue;
1364 }
1365 if (rv == -3)
1366 BIO_printf(bio_err, "Missing argument for %s\n",
1367 arg);
1368 else if (rv < 0)
1369 BIO_printf(bio_err, "Error with command %s\n",
1370 arg);
1371 else if (rv == 0)
1372 BIO_printf(bio_err,"unknown option %s\n", arg);
1373 badop = 1;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001374 break;
1375 }
1376 argc--;
1377 argv++;
1378 }
1379 if (badop)
1380 {
1381bad:
1382 sv_usage();
1383 goto end;
1384 }
1385
Emilia Kasperfd28a412014-10-27 16:25:17 +01001386 /*
1387 * test_cipherlist prevails over protocol switch: we test the cipherlist
1388 * for all enabled protocols.
1389 */
Nils Larsch6e119bb2005-08-25 07:29:54 +00001390 if (test_cipherlist == 1)
1391 {
1392 /* ensure that the cipher list are correctly sorted and exit */
Emilia Kasperfd28a412014-10-27 16:25:17 +01001393 fprintf(stdout, "Testing cipherlist order only. Ignoring all "
1394 "other options.\n");
Nils Larsch6e119bb2005-08-25 07:29:54 +00001395 if (do_test_cipherlist() == 0)
1396 EXIT(1);
1397 ret = 0;
1398 goto end;
1399 }
1400
Emilia Kasperfd28a412014-10-27 16:25:17 +01001401 if (ssl2 + ssl3 + tls1 > 1)
1402 {
1403 fprintf(stderr, "At most one of -ssl2, -ssl3, or -tls1 should "
1404 "be requested.\n");
1405 EXIT(1);
1406 }
1407
1408 /*
1409 * Testing was requested for a compiled-out protocol (e.g. SSLv2).
1410 * Ideally, we would error out, but the generic test wrapper can't know
1411 * when to expect failure. So we do nothing and return success.
1412 */
1413 if (no_protocol)
1414 {
1415 fprintf(stderr, "Testing was requested for a disabled protocol. "
1416 "Skipping tests.\n");
1417 ret = 0;
1418 goto end;
1419 }
1420
Bodo Möller95d29591999-06-12 01:03:40 +00001421 if (!ssl2 && !ssl3 && !tls1 && number > 1 && !reuse && !force)
1422 {
Bodo Möller563f1502000-03-13 15:06:54 +00001423 fprintf(stderr, "This case cannot work. Use -f to perform "
1424 "the test anyway (and\n-d to see what happens), "
1425 "or add one of -ssl2, -ssl3, -tls1, -reuse\n"
1426 "to avoid protocol mismatch.\n");
Richard Levitte55f78ba2002-11-28 18:54:30 +00001427 EXIT(1);
Bodo Möller95d29591999-06-12 01:03:40 +00001428 }
1429
Dr. Stephen Henson086e32a2011-05-19 18:09:02 +00001430#ifdef OPENSSL_FIPS
1431 if(fips_mode)
1432 {
1433 if(!FIPS_mode_set(1))
1434 {
1435 ERR_load_crypto_strings();
1436 ERR_print_errors(BIO_new_fp(stderr,BIO_NOCLOSE));
1437 EXIT(1);
1438 }
1439 else
1440 fprintf(stderr,"*** IN FIPS MODE ***\n");
1441 }
1442#endif
1443
Bodo Möller563f1502000-03-13 15:06:54 +00001444 if (print_time)
1445 {
1446 if (!bio_pair)
1447 {
1448 fprintf(stderr, "Using BIO pair (-bio_pair)\n");
1449 bio_pair = 1;
1450 }
1451 if (number < 50 && !force)
1452 fprintf(stderr, "Warning: For accurate timings, use more connections (e.g. -num 1000)\n");
1453 }
1454
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001455/* if (cipher == NULL) cipher=getenv("SSL_CIPHER"); */
1456
Mark J. Cox413c4f41999-02-16 09:22:21 +00001457 SSL_library_init();
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001458 SSL_load_error_strings();
1459
Dr. Stephen Henson09b6c2e2005-09-30 23:35:33 +00001460#ifndef OPENSSL_NO_COMP
Richard Levittebd68b6b2000-11-30 12:22:35 +00001461 if (comp == COMP_ZLIB) cm = COMP_zlib();
1462 if (comp == COMP_RLE) cm = COMP_rle();
1463 if (cm != NULL)
Richard Levitte23f80f42000-11-30 11:57:31 +00001464 {
Richard Levitte23f80f42000-11-30 11:57:31 +00001465 if (cm->type != NID_undef)
Richard Levittef82ab532003-10-02 10:41:48 +00001466 {
1467 if (SSL_COMP_add_compression_method(comp, cm) != 0)
1468 {
1469 fprintf(stderr,
1470 "Failed to add compression method\n");
1471 ERR_print_errors_fp(stderr);
1472 }
1473 }
Richard Levitte23f80f42000-11-30 11:57:31 +00001474 else
Richard Levitte47517172000-11-30 12:53:15 +00001475 {
Richard Levittebd68b6b2000-11-30 12:22:35 +00001476 fprintf(stderr,
1477 "Warning: %s compression not supported\n",
1478 (comp == COMP_RLE ? "rle" :
1479 (comp == COMP_ZLIB ? "zlib" :
1480 "unknown")));
Richard Levitte47517172000-11-30 12:53:15 +00001481 ERR_print_errors_fp(stderr);
1482 }
Richard Levitte23f80f42000-11-30 11:57:31 +00001483 }
Richard Levitte82423542003-10-06 11:00:15 +00001484 ssl_comp_methods = SSL_COMP_get_compression_methods();
1485 fprintf(stderr, "Available compression methods:\n");
1486 {
Dr. Stephen Hensona08ced72003-10-10 23:07:24 +00001487 int j, n = sk_SSL_COMP_num(ssl_comp_methods);
Richard Levitte82423542003-10-06 11:00:15 +00001488 if (n == 0)
1489 fprintf(stderr, " NONE\n");
1490 else
Dr. Stephen Hensona08ced72003-10-10 23:07:24 +00001491 for (j = 0; j < n; j++)
Richard Levitte82423542003-10-06 11:00:15 +00001492 {
Dr. Stephen Hensona08ced72003-10-10 23:07:24 +00001493 SSL_COMP *c = sk_SSL_COMP_value(ssl_comp_methods, j);
Richard Levitte82423542003-10-06 11:00:15 +00001494 fprintf(stderr, " %d: %s\n", c->id, c->name);
1495 }
1496 }
Dr. Stephen Henson231b98a2005-10-02 12:28:40 +00001497#endif
Richard Levitte23f80f42000-11-30 11:57:31 +00001498
Emilia Kasperfd28a412014-10-27 16:25:17 +01001499/* At this point, ssl2/ssl3/tls1 is only set if the protocol is available.
1500 * (Otherwise we exit early.)
1501 * However the compiler doesn't know this, so we ifdef. */
1502#ifndef OPENSSL_NO_SSL2
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001503 if (ssl2)
1504 meth=SSLv2_method();
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001505 else
Emilia Kasperfd28a412014-10-27 16:25:17 +01001506#endif
1507#ifndef OPENSSL_NO_SSL3
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001508 if (ssl3)
1509 meth=SSLv3_method();
1510 else
Emilia Kasperfd28a412014-10-27 16:25:17 +01001511#endif
1512#ifndef OPENSSL_NO_TLS1
Dr. Stephen Hensonb7c37f22013-02-11 18:17:50 +00001513 if (tls1)
1514 meth=TLSv1_method();
1515 else
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001516#endif
Emilia Kasperfd28a412014-10-27 16:25:17 +01001517 meth=SSLv23_method();
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001518
1519 c_ctx=SSL_CTX_new(meth);
1520 s_ctx=SSL_CTX_new(meth);
1521 if ((c_ctx == NULL) || (s_ctx == NULL))
1522 {
1523 ERR_print_errors(bio_err);
1524 goto end;
1525 }
Dr. Stephen Henson77a926e2014-02-16 12:50:18 +00001526 /* Since we will use low security ciphersuites and keys for
1527 * testing set security level to zero.
1528 */
1529 SSL_CTX_set_security_level(c_ctx, 0);
1530 SSL_CTX_set_security_level(s_ctx, 0);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001531
1532 if (cipher != NULL)
1533 {
1534 SSL_CTX_set_cipher_list(c_ctx,cipher);
1535 SSL_CTX_set_cipher_list(s_ctx,cipher);
1536 }
1537
Dr. Stephen Hensonde942222014-10-27 14:07:12 +00001538 /* Process SSL_CONF arguments */
1539 SSL_CONF_CTX_set_ssl_ctx(c_cctx, c_ctx);
1540 SSL_CONF_CTX_set_ssl_ctx(s_cctx, s_ctx);
1541
1542 for (i = 0; i < sk_OPENSSL_STRING_num(conf_args); i += 2)
1543 {
1544 int rv;
1545 arg = sk_OPENSSL_STRING_value(conf_args, i);
1546 argn = sk_OPENSSL_STRING_value(conf_args, i + 1);
1547 rv = SSL_CONF_cmd(c_cctx, arg, argn);
1548 /* If not recognised use server context */
1549 if (rv == -2)
1550 rv = SSL_CONF_cmd(s_cctx, arg, argn);
1551 if (rv <= 0)
1552 {
1553 BIO_printf(bio_err, "Error processing %s %s\n",
1554 arg, argn ? argn : "");
1555 ERR_print_errors(bio_err);
1556 goto end;
1557 }
1558 }
1559
1560 if (!SSL_CONF_CTX_finish(s_cctx) || !SSL_CONF_CTX_finish(c_cctx))
1561 {
1562 BIO_puts(bio_err, "Error finishing context\n");
1563 ERR_print_errors(bio_err);
1564 goto end;
1565 }
1566
Richard Levittebc36ee62001-02-20 08:13:47 +00001567#ifndef OPENSSL_NO_DH
Bodo Möller77fa04a1999-09-03 16:31:36 +00001568 if (!no_dhe)
Bodo Möller48c843c1999-08-05 11:50:18 +00001569 {
Bodo Möllere4589582000-03-10 13:23:20 +00001570 if (dhe1024dsa)
Bodo Möller48c843c1999-08-05 11:50:18 +00001571 {
Bodo Möllere4589582000-03-10 13:23:20 +00001572 /* use SSL_OP_SINGLE_DH_USE to avoid small subgroup attacks */
Bodo Möller77fa04a1999-09-03 16:31:36 +00001573 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_DH_USE);
Bodo Möllere4589582000-03-10 13:23:20 +00001574 dh=get_dh1024dsa();
Bodo Möller48c843c1999-08-05 11:50:18 +00001575 }
Bodo Möllere4589582000-03-10 13:23:20 +00001576 else if (dhe1024)
1577 dh=get_dh1024();
Bodo Möller77fa04a1999-09-03 16:31:36 +00001578 else
Bodo Möller77fa04a1999-09-03 16:31:36 +00001579 dh=get_dh512();
1580 SSL_CTX_set_tmp_dh(s_ctx,dh);
1581 DH_free(dh);
1582 }
Bodo Möllere4589582000-03-10 13:23:20 +00001583#else
1584 (void)no_dhe;
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001585#endif
1586
Bodo Möllerea262262002-08-09 08:56:08 +00001587#ifndef OPENSSL_NO_ECDH
1588 if (!no_ecdhe)
1589 {
Nils Larsch9dd84052005-05-16 10:11:04 +00001590 int nid;
1591
1592 if (named_curve != NULL)
Bodo Möllerea262262002-08-09 08:56:08 +00001593 {
Nils Larsch9dd84052005-05-16 10:11:04 +00001594 nid = OBJ_sn2nid(named_curve);
1595 if (nid == 0)
1596 {
1597 BIO_printf(bio_err, "unknown curve name (%s)\n", named_curve);
1598 goto end;
Bodo Möllerea262262002-08-09 08:56:08 +00001599 }
Bodo Möllerea262262002-08-09 08:56:08 +00001600 }
Nils Larsch9dd84052005-05-16 10:11:04 +00001601 else
Dr. Stephen Hensonb3310162011-02-12 17:23:32 +00001602#ifdef OPENSSL_NO_EC2M
1603 nid = NID_X9_62_prime256v1;
1604#else
Nils Larsch9dd84052005-05-16 10:11:04 +00001605 nid = NID_sect163r2;
Dr. Stephen Hensonb3310162011-02-12 17:23:32 +00001606#endif
Nils Larsch9dd84052005-05-16 10:11:04 +00001607
1608 ecdh = EC_KEY_new_by_curve_name(nid);
1609 if (ecdh == NULL)
1610 {
1611 BIO_printf(bio_err, "unable to create curve\n");
1612 goto end;
1613 }
1614
1615 SSL_CTX_set_tmp_ecdh(s_ctx, ecdh);
1616 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_ECDH_USE);
1617 EC_KEY_free(ecdh);
Bodo Möllerea262262002-08-09 08:56:08 +00001618 }
1619#else
1620 (void)no_ecdhe;
1621#endif
1622
Richard Levittebc36ee62001-02-20 08:13:47 +00001623#ifndef OPENSSL_NO_RSA
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001624 SSL_CTX_set_tmp_rsa_callback(s_ctx,tmp_rsa_cb);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001625#endif
1626
Bodo Möller761772d2007-09-21 06:54:24 +00001627#ifdef TLSEXT_TYPE_opaque_prf_input
1628 SSL_CTX_set_tlsext_opaque_prf_input_callback(c_ctx, opaque_prf_input_cb);
1629 SSL_CTX_set_tlsext_opaque_prf_input_callback(s_ctx, opaque_prf_input_cb);
1630 SSL_CTX_set_tlsext_opaque_prf_input_callback_arg(c_ctx, &co1); /* or &co2 or NULL */
1631 SSL_CTX_set_tlsext_opaque_prf_input_callback_arg(s_ctx, &so1); /* or &so2 or NULL */
1632#endif
1633
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001634 if (!SSL_CTX_use_certificate_file(s_ctx,server_cert,SSL_FILETYPE_PEM))
1635 {
1636 ERR_print_errors(bio_err);
1637 }
Bodo Möller65b002f2000-03-13 19:24:39 +00001638 else if (!SSL_CTX_use_PrivateKey_file(s_ctx,
1639 (server_key?server_key:server_cert), SSL_FILETYPE_PEM))
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001640 {
1641 ERR_print_errors(bio_err);
1642 goto end;
1643 }
1644
1645 if (client_auth)
1646 {
1647 SSL_CTX_use_certificate_file(c_ctx,client_cert,
1648 SSL_FILETYPE_PEM);
Bodo Möller65b002f2000-03-13 19:24:39 +00001649 SSL_CTX_use_PrivateKey_file(c_ctx,
1650 (client_key?client_key:client_cert),
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001651 SSL_FILETYPE_PEM);
1652 }
1653
1654 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) ||
1655 (!SSL_CTX_set_default_verify_paths(s_ctx)) ||
1656 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) ||
1657 (!SSL_CTX_set_default_verify_paths(c_ctx)))
1658 {
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001659 /* fprintf(stderr,"SSL_load_verify_locations\n"); */
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001660 ERR_print_errors(bio_err);
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001661 /* goto end; */
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001662 }
1663
1664 if (client_auth)
1665 {
Bodo Möller53002dc2000-02-04 11:21:18 +00001666 BIO_printf(bio_err,"client authentication\n");
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001667 SSL_CTX_set_verify(s_ctx,
1668 SSL_VERIFY_PEER|SSL_VERIFY_FAIL_IF_NO_PEER_CERT,
1669 verify_callback);
Richard Levittea7201e92005-01-17 17:06:58 +00001670 SSL_CTX_set_cert_verify_callback(s_ctx, app_verify_callback, &app_verify_arg);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001671 }
1672 if (server_auth)
1673 {
Bodo Möller53002dc2000-02-04 11:21:18 +00001674 BIO_printf(bio_err,"server authentication\n");
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001675 SSL_CTX_set_verify(c_ctx,SSL_VERIFY_PEER,
1676 verify_callback);
Richard Levittea7201e92005-01-17 17:06:58 +00001677 SSL_CTX_set_cert_verify_callback(c_ctx, app_verify_callback, &app_verify_arg);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001678 }
Bodo Möllerb1fe6ca1999-11-16 23:15:41 +00001679
1680 {
1681 int session_id_context = 0;
1682 SSL_CTX_set_session_id_context(s_ctx, (void *)&session_id_context, sizeof session_id_context);
1683 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001684
Nils Larschddac1972006-03-10 23:06:27 +00001685 /* Use PSK only if PSK key is given */
1686 if (psk_key != NULL)
1687 {
1688 /* no_psk is used to avoid putting psk command to openssl tool */
1689 if (no_psk)
1690 {
1691 /* if PSK is not compiled in and psk key is
1692 * given, do nothing and exit successfully */
1693 ret=0;
1694 goto end;
1695 }
1696#ifndef OPENSSL_NO_PSK
1697 SSL_CTX_set_psk_client_callback(c_ctx, psk_client_callback);
1698 SSL_CTX_set_psk_server_callback(s_ctx, psk_server_callback);
1699 if (debug)
1700 BIO_printf(bio_err,"setting PSK identity hint to s_ctx\n");
1701 if (!SSL_CTX_use_psk_identity_hint(s_ctx, "ctx server identity_hint"))
1702 {
1703 BIO_printf(bio_err,"error setting PSK identity hint to s_ctx\n");
1704 ERR_print_errors(bio_err);
1705 goto end;
1706 }
1707#endif
1708 }
Ben Laurieedc032b2011-03-12 17:01:19 +00001709#ifndef OPENSSL_NO_SRP
1710 if (srp_client_arg.srplogin)
1711 {
Dr. Stephen Hensonf2fc3072011-12-14 22:17:06 +00001712 if (!SSL_CTX_set_srp_username(c_ctx, srp_client_arg.srplogin))
Ben Laurieedc032b2011-03-12 17:01:19 +00001713 {
1714 BIO_printf(bio_err,"Unable to set SRP username\n");
1715 goto end;
1716 }
1717 SSL_CTX_set_srp_cb_arg(c_ctx,&srp_client_arg);
1718 SSL_CTX_set_srp_client_pwd_callback(c_ctx, ssl_give_srp_client_pwd_cb);
1719 /*SSL_CTX_set_srp_strength(c_ctx, srp_client_arg.strength);*/
1720 }
1721
1722 if (srp_server_arg.expected_user != NULL)
1723 {
1724 SSL_CTX_set_verify(s_ctx,SSL_VERIFY_NONE,verify_callback);
1725 SSL_CTX_set_srp_cb_arg(s_ctx, &srp_server_arg);
1726 SSL_CTX_set_srp_username_callback(s_ctx, ssl_srp_server_param_cb);
1727 }
1728#endif
Nils Larschddac1972006-03-10 23:06:27 +00001729
Piotr Sikora29115752013-11-13 15:20:22 -08001730#ifndef OPENSSL_NO_NEXTPROTONEG
Ben Lauried9a268b2010-09-05 16:35:10 +00001731 if (npn_client)
1732 {
1733 SSL_CTX_set_next_proto_select_cb(c_ctx, cb_client_npn, NULL);
1734 }
1735 if (npn_server)
1736 {
1737 if (npn_server_reject)
1738 {
1739 BIO_printf(bio_err, "Can't have both -npn_server and -npn_server_reject\n");
1740 goto end;
1741 }
1742 SSL_CTX_set_next_protos_advertised_cb(s_ctx, cb_server_npn, NULL);
1743 }
1744 if (npn_server_reject)
1745 {
1746 SSL_CTX_set_next_protos_advertised_cb(s_ctx, cb_server_rejects_npn, NULL);
1747 }
1748#endif
1749
Trevora398f822013-05-12 18:55:27 -07001750 if (serverinfo_sct)
Dr. Stephen Henson8cafe9e2014-08-19 13:54:38 +01001751 SSL_CTX_add_client_custom_ext(c_ctx, SCT_EXT_TYPE,
Dr. Stephen Henson0cfefe42014-08-19 14:02:50 +01001752 NULL, NULL, NULL,
1753 serverinfo_cli_parse_cb, NULL);
Trevora398f822013-05-12 18:55:27 -07001754 if (serverinfo_tack)
Dr. Stephen Henson8cafe9e2014-08-19 13:54:38 +01001755 SSL_CTX_add_client_custom_ext(c_ctx, TACK_EXT_TYPE,
Dr. Stephen Henson0cfefe42014-08-19 14:02:50 +01001756 NULL, NULL, NULL,
1757 serverinfo_cli_parse_cb, NULL);
Trevora398f822013-05-12 18:55:27 -07001758
1759 if (serverinfo_file)
1760 if (!SSL_CTX_use_serverinfo_file(s_ctx, serverinfo_file))
1761 {
1762 BIO_printf(bio_err, "missing serverinfo file\n");
1763 goto end;
1764 }
1765
Trevor9cd50f72013-06-13 22:36:45 -07001766 if (custom_ext)
1767 {
Dr. Stephen Henson8cafe9e2014-08-19 13:54:38 +01001768 SSL_CTX_add_client_custom_ext(c_ctx, CUSTOM_EXT_TYPE_0,
Dr. Stephen Henson0cfefe42014-08-19 14:02:50 +01001769 custom_ext_0_cli_add_cb,
1770 NULL, NULL,
1771 custom_ext_0_cli_parse_cb, NULL);
Dr. Stephen Henson8cafe9e2014-08-19 13:54:38 +01001772 SSL_CTX_add_client_custom_ext(c_ctx, CUSTOM_EXT_TYPE_1,
Dr. Stephen Henson0cfefe42014-08-19 14:02:50 +01001773 custom_ext_1_cli_add_cb,
1774 NULL, NULL,
1775 custom_ext_1_cli_parse_cb, NULL);
Dr. Stephen Henson8cafe9e2014-08-19 13:54:38 +01001776 SSL_CTX_add_client_custom_ext(c_ctx, CUSTOM_EXT_TYPE_2,
Dr. Stephen Henson0cfefe42014-08-19 14:02:50 +01001777 custom_ext_2_cli_add_cb,
1778 NULL, NULL,
1779 custom_ext_2_cli_parse_cb, NULL);
Dr. Stephen Henson8cafe9e2014-08-19 13:54:38 +01001780 SSL_CTX_add_client_custom_ext(c_ctx, CUSTOM_EXT_TYPE_3,
Dr. Stephen Henson0cfefe42014-08-19 14:02:50 +01001781 custom_ext_3_cli_add_cb,
1782 NULL, NULL,
1783 custom_ext_3_cli_parse_cb, NULL);
Trevor9cd50f72013-06-13 22:36:45 -07001784
1785
Dr. Stephen Henson8cafe9e2014-08-19 13:54:38 +01001786 SSL_CTX_add_server_custom_ext(s_ctx, CUSTOM_EXT_TYPE_0,
Dr. Stephen Henson0cfefe42014-08-19 14:02:50 +01001787 custom_ext_0_srv_add_cb,
1788 NULL, NULL,
1789 custom_ext_0_srv_parse_cb, NULL);
Dr. Stephen Henson8cafe9e2014-08-19 13:54:38 +01001790 SSL_CTX_add_server_custom_ext(s_ctx, CUSTOM_EXT_TYPE_1,
Dr. Stephen Henson0cfefe42014-08-19 14:02:50 +01001791 custom_ext_1_srv_add_cb,
1792 NULL, NULL,
1793 custom_ext_1_srv_parse_cb, NULL);
Dr. Stephen Henson8cafe9e2014-08-19 13:54:38 +01001794 SSL_CTX_add_server_custom_ext(s_ctx, CUSTOM_EXT_TYPE_2,
Dr. Stephen Henson0cfefe42014-08-19 14:02:50 +01001795 custom_ext_2_srv_add_cb,
1796 NULL, NULL,
1797 custom_ext_2_srv_parse_cb, NULL);
Dr. Stephen Henson8cafe9e2014-08-19 13:54:38 +01001798 SSL_CTX_add_server_custom_ext(s_ctx, CUSTOM_EXT_TYPE_3,
Dr. Stephen Henson0cfefe42014-08-19 14:02:50 +01001799 custom_ext_3_srv_add_cb,
1800 NULL, NULL,
1801 custom_ext_3_srv_parse_cb, NULL);
Trevor9cd50f72013-06-13 22:36:45 -07001802 }
1803
Adam Langleya8989362013-07-15 15:57:16 -04001804 if (alpn_server)
1805 SSL_CTX_set_alpn_select_cb(s_ctx, cb_server_alpn, NULL);
1806
1807 if (alpn_client)
1808 {
1809 unsigned short alpn_len;
1810 unsigned char *alpn = next_protos_parse(&alpn_len, alpn_client);
1811
1812 if (alpn == NULL)
1813 {
1814 BIO_printf(bio_err, "Error parsing -alpn_client argument\n");
1815 goto end;
1816 }
1817 SSL_CTX_set_alpn_protos(c_ctx, alpn, alpn_len);
1818 OPENSSL_free(alpn);
1819 }
1820
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001821 c_ssl=SSL_new(c_ctx);
1822 s_ssl=SSL_new(s_ctx);
1823
Richard Levittebc36ee62001-02-20 08:13:47 +00001824#ifndef OPENSSL_NO_KRB5
Richard Levittef9b3bff2000-11-30 22:53:34 +00001825 if (c_ssl && c_ssl->kssl_ctx)
1826 {
Ben Laurie54a656e2002-11-13 15:43:43 +00001827 char localhost[MAXHOSTNAMELEN+2];
Richard Levittef9b3bff2000-11-30 22:53:34 +00001828
Ben Laurie54a656e2002-11-13 15:43:43 +00001829 if (gethostname(localhost, sizeof localhost-1) == 0)
Richard Levittef9b3bff2000-11-30 22:53:34 +00001830 {
Ben Laurie54a656e2002-11-13 15:43:43 +00001831 localhost[sizeof localhost-1]='\0';
1832 if(strlen(localhost) == sizeof localhost-1)
1833 {
1834 BIO_printf(bio_err,"localhost name too long\n");
Richard Levitte31be2da2002-11-26 10:09:36 +00001835 goto end;
Ben Laurie54a656e2002-11-13 15:43:43 +00001836 }
Richard Levittef9b3bff2000-11-30 22:53:34 +00001837 kssl_ctx_setstring(c_ssl->kssl_ctx, KSSL_SERVER,
1838 localhost);
1839 }
1840 }
Richard Levittebc36ee62001-02-20 08:13:47 +00001841#endif /* OPENSSL_NO_KRB5 */
Richard Levittef9b3bff2000-11-30 22:53:34 +00001842
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001843 for (i=0; i<number; i++)
1844 {
1845 if (!reuse) SSL_set_session(c_ssl,NULL);
Bodo Möller95d29591999-06-12 01:03:40 +00001846 if (bio_pair)
Bodo Möller563f1502000-03-13 15:06:54 +00001847 ret=doit_biopair(s_ssl,c_ssl,bytes,&s_time,&c_time);
Bodo Möller95d29591999-06-12 01:03:40 +00001848 else
1849 ret=doit(s_ssl,c_ssl,bytes);
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001850 }
1851
1852 if (!verbose)
1853 {
Bodo Möller563f1502000-03-13 15:06:54 +00001854 print_details(c_ssl, "");
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001855 }
1856 if ((number > 1) || (bytes > 1L))
Bodo Möller53002dc2000-02-04 11:21:18 +00001857 BIO_printf(bio_stdout, "%d handshakes of %ld bytes done\n",number,bytes);
Bodo Möller563f1502000-03-13 15:06:54 +00001858 if (print_time)
1859 {
Bodo Möller617d71b2000-03-26 12:27:30 +00001860#ifdef CLOCKS_PER_SEC
1861 /* "To determine the time in seconds, the value returned
1862 * by the clock function should be divided by the value
1863 * of the macro CLOCKS_PER_SEC."
1864 * -- ISO/IEC 9899 */
Bodo Möller563f1502000-03-13 15:06:54 +00001865 BIO_printf(bio_stdout, "Approximate total server time: %6.2f s\n"
1866 "Approximate total client time: %6.2f s\n",
1867 (double)s_time/CLOCKS_PER_SEC,
1868 (double)c_time/CLOCKS_PER_SEC);
Bodo Möller617d71b2000-03-26 12:27:30 +00001869#else
1870 /* "`CLOCKS_PER_SEC' undeclared (first use this function)"
1871 * -- cc on NeXTstep/OpenStep */
1872 BIO_printf(bio_stdout,
1873 "Approximate total server time: %6.2f units\n"
1874 "Approximate total client time: %6.2f units\n",
1875 (double)s_time,
1876 (double)c_time);
1877#endif
Bodo Möller563f1502000-03-13 15:06:54 +00001878 }
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00001879
1880 SSL_free(s_ssl);
1881 SSL_free(c_ssl);
1882
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001883end:
1884 if (s_ctx != NULL) SSL_CTX_free(s_ctx);
1885 if (c_ctx != NULL) SSL_CTX_free(c_ctx);
1886
Dr. Stephen Hensonde942222014-10-27 14:07:12 +00001887 if (s_cctx)
1888 SSL_CONF_CTX_free(s_cctx);
1889 if (c_cctx)
1890 SSL_CONF_CTX_free(c_cctx);
1891 sk_OPENSSL_STRING_free(conf_args);
1892
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001893 if (bio_stdout != NULL) BIO_free(bio_stdout);
1894
Richard Levittebc36ee62001-02-20 08:13:47 +00001895#ifndef OPENSSL_NO_RSA
Bodo Möller46b3bd52000-04-06 22:25:49 +00001896 free_tmp_rsa();
1897#endif
Richard Levitte0b13e9f2003-01-30 17:39:26 +00001898#ifndef OPENSSL_NO_ENGINE
Bodo Möllerb8e2f832001-07-04 20:55:36 +00001899 ENGINE_cleanup();
Richard Levitte0b13e9f2003-01-30 17:39:26 +00001900#endif
Geoff Thorpe79aa04e2001-09-01 20:02:13 +00001901 CRYPTO_cleanup_all_ex_data();
Ralf S. Engelschalldfeab061998-12-21 11:00:56 +00001902 ERR_free_strings();
Geoff Thorpe4c329692008-08-06 15:54:15 +00001903 ERR_remove_thread_state(NULL);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001904 EVP_cleanup();
1905 CRYPTO_mem_leaks(bio_err);
Bodo Möller79875771999-10-25 19:36:01 +00001906 if (bio_err != NULL) BIO_free(bio_err);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001907 EXIT(ret);
Andy Polyakov19bd66f2005-08-03 19:56:36 +00001908 return ret;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001909 }
1910
Bodo Möller563f1502000-03-13 15:06:54 +00001911int doit_biopair(SSL *s_ssl, SSL *c_ssl, long count,
1912 clock_t *s_time, clock_t *c_time)
Bodo Möller95d29591999-06-12 01:03:40 +00001913 {
1914 long cw_num = count, cr_num = count, sw_num = count, sr_num = count;
1915 BIO *s_ssl_bio = NULL, *c_ssl_bio = NULL;
1916 BIO *server = NULL, *server_io = NULL, *client = NULL, *client_io = NULL;
Bodo Möller95d29591999-06-12 01:03:40 +00001917 int ret = 1;
1918
1919 size_t bufsiz = 256; /* small buffer for testing */
1920
1921 if (!BIO_new_bio_pair(&server, bufsiz, &server_io, bufsiz))
1922 goto err;
1923 if (!BIO_new_bio_pair(&client, bufsiz, &client_io, bufsiz))
1924 goto err;
1925
1926 s_ssl_bio = BIO_new(BIO_f_ssl());
1927 if (!s_ssl_bio)
1928 goto err;
1929
1930 c_ssl_bio = BIO_new(BIO_f_ssl());
1931 if (!c_ssl_bio)
1932 goto err;
1933
1934 SSL_set_connect_state(c_ssl);
1935 SSL_set_bio(c_ssl, client, client);
1936 (void)BIO_set_ssl(c_ssl_bio, c_ssl, BIO_NOCLOSE);
1937
1938 SSL_set_accept_state(s_ssl);
1939 SSL_set_bio(s_ssl, server, server);
1940 (void)BIO_set_ssl(s_ssl_bio, s_ssl, BIO_NOCLOSE);
1941
1942 do
1943 {
1944 /* c_ssl_bio: SSL filter BIO
1945 *
1946 * client: pseudo-I/O for SSL library
1947 *
1948 * client_io: client's SSL communication; usually to be
1949 * relayed over some I/O facility, but in this
1950 * test program, we're the server, too:
1951 *
1952 * server_io: server's SSL communication
1953 *
1954 * server: pseudo-I/O for SSL library
1955 *
1956 * s_ssl_bio: SSL filter BIO
1957 *
1958 * The client and the server each employ a "BIO pair":
1959 * client + client_io, server + server_io.
1960 * BIO pairs are symmetric. A BIO pair behaves similar
1961 * to a non-blocking socketpair (but both endpoints must
1962 * be handled by the same thread).
Bodo Möller7eea36b1999-07-12 18:50:34 +00001963 * [Here we could connect client and server to the ends
1964 * of a single BIO pair, but then this code would be less
1965 * suitable as an example for BIO pairs in general.]
Bodo Möller95d29591999-06-12 01:03:40 +00001966 *
1967 * Useful functions for querying the state of BIO pair endpoints:
1968 *
1969 * BIO_ctrl_pending(bio) number of bytes we can read now
Bodo Möllerf50c0492000-02-04 00:56:09 +00001970 * BIO_ctrl_get_read_request(bio) number of bytes needed to fulfil
Bodo Möller95d29591999-06-12 01:03:40 +00001971 * other side's read attempt
Ulf Möller657e60f2000-02-03 23:23:24 +00001972 * BIO_ctrl_get_write_guarantee(bio) number of bytes we can write now
Bodo Möller95d29591999-06-12 01:03:40 +00001973 *
1974 * ..._read_request is never more than ..._write_guarantee;
1975 * it depends on the application which one you should use.
1976 */
1977
1978 /* We have non-blocking behaviour throughout this test program, but
1979 * can be sure that there is *some* progress in each iteration; so
1980 * we don't have to worry about ..._SHOULD_READ or ..._SHOULD_WRITE
1981 * -- we just try everything in each iteration
1982 */
1983
1984 {
1985 /* CLIENT */
1986
1987 MS_STATIC char cbuf[1024*8];
1988 int i, r;
Bodo Möller563f1502000-03-13 15:06:54 +00001989 clock_t c_clock = clock();
Bodo Möller95d29591999-06-12 01:03:40 +00001990
Bodo Möller896e4fe2002-11-05 13:54:41 +00001991 memset(cbuf, 0, sizeof(cbuf));
1992
Bodo Möller95d29591999-06-12 01:03:40 +00001993 if (debug)
1994 if (SSL_in_init(c_ssl))
1995 printf("client waiting in SSL_connect - %s\n",
1996 SSL_state_string_long(c_ssl));
1997
1998 if (cw_num > 0)
1999 {
2000 /* Write to server. */
2001
2002 if (cw_num > (long)sizeof cbuf)
2003 i = sizeof cbuf;
2004 else
2005 i = (int)cw_num;
2006 r = BIO_write(c_ssl_bio, cbuf, i);
Bodo Möller29159a41999-08-09 16:33:34 +00002007 if (r < 0)
Bodo Möller95d29591999-06-12 01:03:40 +00002008 {
2009 if (!BIO_should_retry(c_ssl_bio))
2010 {
2011 fprintf(stderr,"ERROR in CLIENT\n");
2012 goto err;
2013 }
2014 /* BIO_should_retry(...) can just be ignored here.
2015 * The library expects us to call BIO_write with
2016 * the same arguments again, and that's what we will
2017 * do in the next iteration. */
2018 }
2019 else if (r == 0)
2020 {
2021 fprintf(stderr,"SSL CLIENT STARTUP FAILED\n");
2022 goto err;
2023 }
2024 else
2025 {
2026 if (debug)
2027 printf("client wrote %d\n", r);
2028 cw_num -= r;
2029 }
2030 }
2031
2032 if (cr_num > 0)
2033 {
2034 /* Read from server. */
2035
2036 r = BIO_read(c_ssl_bio, cbuf, sizeof(cbuf));
2037 if (r < 0)
2038 {
2039 if (!BIO_should_retry(c_ssl_bio))
2040 {
2041 fprintf(stderr,"ERROR in CLIENT\n");
2042 goto err;
2043 }
2044 /* Again, "BIO_should_retry" can be ignored. */
2045 }
2046 else if (r == 0)
2047 {
2048 fprintf(stderr,"SSL CLIENT STARTUP FAILED\n");
2049 goto err;
2050 }
2051 else
2052 {
2053 if (debug)
2054 printf("client read %d\n", r);
2055 cr_num -= r;
2056 }
2057 }
Bodo Möller563f1502000-03-13 15:06:54 +00002058
2059 /* c_time and s_time increments will typically be very small
2060 * (depending on machine speed and clock tick intervals),
2061 * but sampling over a large number of connections should
2062 * result in fairly accurate figures. We cannot guarantee
2063 * a lot, however -- if each connection lasts for exactly
2064 * one clock tick, it will be counted only for the client
2065 * or only for the server or even not at all.
2066 */
2067 *c_time += (clock() - c_clock);
Bodo Möller95d29591999-06-12 01:03:40 +00002068 }
2069
2070 {
2071 /* SERVER */
2072
2073 MS_STATIC char sbuf[1024*8];
2074 int i, r;
Bodo Möller563f1502000-03-13 15:06:54 +00002075 clock_t s_clock = clock();
Bodo Möller95d29591999-06-12 01:03:40 +00002076
Bodo Möller896e4fe2002-11-05 13:54:41 +00002077 memset(sbuf, 0, sizeof(sbuf));
2078
Bodo Möller95d29591999-06-12 01:03:40 +00002079 if (debug)
2080 if (SSL_in_init(s_ssl))
2081 printf("server waiting in SSL_accept - %s\n",
2082 SSL_state_string_long(s_ssl));
2083
2084 if (sw_num > 0)
2085 {
2086 /* Write to client. */
2087
2088 if (sw_num > (long)sizeof sbuf)
2089 i = sizeof sbuf;
2090 else
2091 i = (int)sw_num;
2092 r = BIO_write(s_ssl_bio, sbuf, i);
Bodo Möller29159a41999-08-09 16:33:34 +00002093 if (r < 0)
Bodo Möller95d29591999-06-12 01:03:40 +00002094 {
2095 if (!BIO_should_retry(s_ssl_bio))
2096 {
2097 fprintf(stderr,"ERROR in SERVER\n");
2098 goto err;
2099 }
2100 /* Ignore "BIO_should_retry". */
2101 }
2102 else if (r == 0)
2103 {
2104 fprintf(stderr,"SSL SERVER STARTUP FAILED\n");
2105 goto err;
2106 }
2107 else
2108 {
2109 if (debug)
2110 printf("server wrote %d\n", r);
2111 sw_num -= r;
2112 }
2113 }
2114
2115 if (sr_num > 0)
2116 {
2117 /* Read from client. */
2118
2119 r = BIO_read(s_ssl_bio, sbuf, sizeof(sbuf));
2120 if (r < 0)
2121 {
2122 if (!BIO_should_retry(s_ssl_bio))
2123 {
2124 fprintf(stderr,"ERROR in SERVER\n");
2125 goto err;
2126 }
2127 /* blah, blah */
2128 }
2129 else if (r == 0)
2130 {
2131 fprintf(stderr,"SSL SERVER STARTUP FAILED\n");
2132 goto err;
2133 }
2134 else
2135 {
2136 if (debug)
2137 printf("server read %d\n", r);
2138 sr_num -= r;
2139 }
2140 }
Bodo Möller563f1502000-03-13 15:06:54 +00002141
2142 *s_time += (clock() - s_clock);
Bodo Möller95d29591999-06-12 01:03:40 +00002143 }
2144
2145 {
2146 /* "I/O" BETWEEN CLIENT AND SERVER. */
2147
Bodo Möller95d29591999-06-12 01:03:40 +00002148 size_t r1, r2;
Bodo Möller6f7af151999-09-10 14:03:21 +00002149 BIO *io1 = server_io, *io2 = client_io;
2150 /* we use the non-copying interface for io1
2151 * and the standard BIO_write/BIO_read interface for io2
2152 */
2153
Bodo Möller95d29591999-06-12 01:03:40 +00002154 static int prev_progress = 1;
2155 int progress = 0;
2156
Bodo Möller6f7af151999-09-10 14:03:21 +00002157 /* io1 to io2 */
Bodo Möller95d29591999-06-12 01:03:40 +00002158 do
2159 {
Bodo Möller6f7af151999-09-10 14:03:21 +00002160 size_t num;
Bodo Möllerb52f3812002-04-29 11:03:06 +00002161 int r;
Bodo Möller6f7af151999-09-10 14:03:21 +00002162
2163 r1 = BIO_ctrl_pending(io1);
2164 r2 = BIO_ctrl_get_write_guarantee(io2);
Bodo Möller95d29591999-06-12 01:03:40 +00002165
2166 num = r1;
2167 if (r2 < num)
2168 num = r2;
2169 if (num)
2170 {
Bodo Möller6f7af151999-09-10 14:03:21 +00002171 char *dataptr;
2172
Bodo Möller95d29591999-06-12 01:03:40 +00002173 if (INT_MAX < num) /* yeah, right */
2174 num = INT_MAX;
2175
Bodo Möller6f7af151999-09-10 14:03:21 +00002176 r = BIO_nread(io1, &dataptr, (int)num);
2177 assert(r > 0);
2178 assert(r <= (int)num);
2179 /* possibly r < num (non-contiguous data) */
2180 num = r;
2181 r = BIO_write(io2, dataptr, (int)num);
Bodo Möller95d29591999-06-12 01:03:40 +00002182 if (r != (int)num) /* can't happen */
2183 {
2184 fprintf(stderr, "ERROR: BIO_write could not write "
2185 "BIO_ctrl_get_write_guarantee() bytes");
2186 goto err;
2187 }
2188 progress = 1;
2189
2190 if (debug)
Bodo Möller6f7af151999-09-10 14:03:21 +00002191 printf((io1 == client_io) ?
2192 "C->S relaying: %d bytes\n" :
2193 "S->C relaying: %d bytes\n",
2194 (int)num);
Bodo Möller95d29591999-06-12 01:03:40 +00002195 }
2196 }
2197 while (r1 && r2);
2198
Bodo Möller6f7af151999-09-10 14:03:21 +00002199 /* io2 to io1 */
2200 {
2201 size_t num;
2202 int r;
Bodo Möller95d29591999-06-12 01:03:40 +00002203
Bodo Möller6f7af151999-09-10 14:03:21 +00002204 r1 = BIO_ctrl_pending(io2);
2205 r2 = BIO_ctrl_get_read_request(io1);
2206 /* here we could use ..._get_write_guarantee instead of
2207 * ..._get_read_request, but by using the latter
2208 * we test restartability of the SSL implementation
2209 * more thoroughly */
Bodo Möller95d29591999-06-12 01:03:40 +00002210 num = r1;
2211 if (r2 < num)
2212 num = r2;
2213 if (num)
2214 {
Bodo Möller6f7af151999-09-10 14:03:21 +00002215 char *dataptr;
2216
Bodo Möller95d29591999-06-12 01:03:40 +00002217 if (INT_MAX < num)
2218 num = INT_MAX;
Bodo Möller6f7af151999-09-10 14:03:21 +00002219
2220 if (num > 1)
Bodo Möllercb0369d1999-09-10 16:41:01 +00002221 --num; /* test restartability even more thoroughly */
Bodo Möller95d29591999-06-12 01:03:40 +00002222
Bodo Möller234c7372002-03-14 09:48:54 +00002223 r = BIO_nwrite0(io1, &dataptr);
Bodo Möller6f7af151999-09-10 14:03:21 +00002224 assert(r > 0);
Richard Levittecc129752002-04-29 10:29:38 +00002225 if (r < (int)num)
Bodo Möller234c7372002-03-14 09:48:54 +00002226 num = r;
Bodo Möller6f7af151999-09-10 14:03:21 +00002227 r = BIO_read(io2, dataptr, (int)num);
Bodo Möller95d29591999-06-12 01:03:40 +00002228 if (r != (int)num) /* can't happen */
2229 {
2230 fprintf(stderr, "ERROR: BIO_read could not read "
2231 "BIO_ctrl_pending() bytes");
2232 goto err;
2233 }
Bodo Möller95d29591999-06-12 01:03:40 +00002234 progress = 1;
Bodo Möller234c7372002-03-14 09:48:54 +00002235 r = BIO_nwrite(io1, &dataptr, (int)num);
2236 if (r != (int)num) /* can't happen */
2237 {
2238 fprintf(stderr, "ERROR: BIO_nwrite() did not accept "
2239 "BIO_nwrite0() bytes");
2240 goto err;
2241 }
Bodo Möller6f7af151999-09-10 14:03:21 +00002242
Bodo Möller95d29591999-06-12 01:03:40 +00002243 if (debug)
Bodo Möller6f7af151999-09-10 14:03:21 +00002244 printf((io2 == client_io) ?
2245 "C->S relaying: %d bytes\n" :
2246 "S->C relaying: %d bytes\n",
2247 (int)num);
Bodo Möller95d29591999-06-12 01:03:40 +00002248 }
Bodo Möller6f7af151999-09-10 14:03:21 +00002249 } /* no loop, BIO_ctrl_get_read_request now returns 0 anyway */
Bodo Möller95d29591999-06-12 01:03:40 +00002250
2251 if (!progress && !prev_progress)
2252 if (cw_num > 0 || cr_num > 0 || sw_num > 0 || sr_num > 0)
Bodo Möller95d29591999-06-12 01:03:40 +00002253 {
2254 fprintf(stderr, "ERROR: got stuck\n");
Bodo Möllerd7fcc7f1999-06-12 11:07:52 +00002255 if (strcmp("SSLv2", SSL_get_version(c_ssl)) == 0)
2256 {
2257 fprintf(stderr, "This can happen for SSL2 because "
2258 "CLIENT-FINISHED and SERVER-VERIFY are written \n"
2259 "concurrently ...");
2260 if (strncmp("2SCF", SSL_state_string(c_ssl), 4) == 0
2261 && strncmp("2SSV", SSL_state_string(s_ssl), 4) == 0)
2262 {
2263 fprintf(stderr, " ok.\n");
2264 goto end;
2265 }
2266 }
2267 fprintf(stderr, " ERROR.\n");
Bodo Möller95d29591999-06-12 01:03:40 +00002268 goto err;
2269 }
2270 prev_progress = progress;
2271 }
2272 }
2273 while (cw_num > 0 || cr_num > 0 || sw_num > 0 || sr_num > 0);
2274
Bodo Möller95d29591999-06-12 01:03:40 +00002275 if (verbose)
Bodo Möller563f1502000-03-13 15:06:54 +00002276 print_details(c_ssl, "DONE via BIO pair: ");
Piotr Sikora29115752013-11-13 15:20:22 -08002277#ifndef OPENSSL_NO_NEXTPROTONEG
Ben Lauried9a268b2010-09-05 16:35:10 +00002278 if (verify_npn(c_ssl, s_ssl) < 0)
2279 {
2280 ret = 1;
2281 goto end;
2282 }
2283#endif
Trevora398f822013-05-12 18:55:27 -07002284 if (verify_serverinfo() < 0)
2285 {
Dr. Stephen Henson06f5d122014-08-11 22:03:21 +01002286 fprintf(stderr, "Server info verify error\n");
Trevora398f822013-05-12 18:55:27 -07002287 ret = 1;
2288 goto err;
2289 }
Adam Langleya8989362013-07-15 15:57:16 -04002290 if (verify_alpn(c_ssl, s_ssl) < 0)
2291 {
2292 ret = 1;
2293 goto err;
2294 }
Trevora398f822013-05-12 18:55:27 -07002295
Trevor9cd50f72013-06-13 22:36:45 -07002296 if (custom_ext_error)
2297 {
Dr. Stephen Henson06f5d122014-08-11 22:03:21 +01002298 fprintf(stderr, "Custom extension error\n");
Trevor9cd50f72013-06-13 22:36:45 -07002299 ret = 1;
2300 goto err;
2301 }
2302
Bodo Möller563f1502000-03-13 15:06:54 +00002303end:
Bodo Möller95d29591999-06-12 01:03:40 +00002304 ret = 0;
2305
2306 err:
2307 ERR_print_errors(bio_err);
2308
2309 if (server)
2310 BIO_free(server);
2311 if (server_io)
2312 BIO_free(server_io);
2313 if (client)
2314 BIO_free(client);
2315 if (client_io)
2316 BIO_free(client_io);
2317 if (s_ssl_bio)
2318 BIO_free(s_ssl_bio);
2319 if (c_ssl_bio)
2320 BIO_free(c_ssl_bio);
2321
2322 return ret;
2323 }
2324
2325
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002326#define W_READ 1
2327#define W_WRITE 2
2328#define C_DONE 1
2329#define S_DONE 2
2330
Ulf Möller6b691a51999-04-19 21:31:43 +00002331int doit(SSL *s_ssl, SSL *c_ssl, long count)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002332 {
Andy Polyakov77a27a52014-06-11 20:40:51 +02002333 char *cbuf=NULL,*sbuf=NULL;
2334 long bufsiz;
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002335 long cw_num=count,cr_num=count;
2336 long sw_num=count,sr_num=count;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002337 int ret=1;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002338 BIO *c_to_s=NULL;
2339 BIO *s_to_c=NULL;
2340 BIO *c_bio=NULL;
2341 BIO *s_bio=NULL;
2342 int c_r,c_w,s_r,s_w;
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002343 int i,j;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002344 int done=0;
2345 int c_write,s_write;
2346 int do_server=0,do_client=0;
Andy Polyakov77a27a52014-06-11 20:40:51 +02002347 int max_frag = 5*1024;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002348
Andy Polyakov77a27a52014-06-11 20:40:51 +02002349 bufsiz = count>40*1024 ? 40*1024 : count;
2350
2351 if ((cbuf = OPENSSL_malloc(bufsiz))==NULL) goto err;
2352 if ((sbuf = OPENSSL_malloc(bufsiz))==NULL) goto err;
2353
2354 memset(cbuf,0,bufsiz);
2355 memset(sbuf,0,bufsiz);
Bodo Möller896e4fe2002-11-05 13:54:41 +00002356
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002357 c_to_s=BIO_new(BIO_s_mem());
2358 s_to_c=BIO_new(BIO_s_mem());
2359 if ((s_to_c == NULL) || (c_to_s == NULL))
2360 {
2361 ERR_print_errors(bio_err);
2362 goto err;
2363 }
2364
2365 c_bio=BIO_new(BIO_f_ssl());
2366 s_bio=BIO_new(BIO_f_ssl());
2367 if ((c_bio == NULL) || (s_bio == NULL))
2368 {
2369 ERR_print_errors(bio_err);
2370 goto err;
2371 }
2372
2373 SSL_set_connect_state(c_ssl);
2374 SSL_set_bio(c_ssl,s_to_c,c_to_s);
Andy Polyakov77a27a52014-06-11 20:40:51 +02002375 SSL_set_max_send_fragment(c_ssl,max_frag);
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002376 BIO_set_ssl(c_bio,c_ssl,BIO_NOCLOSE);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002377
2378 SSL_set_accept_state(s_ssl);
2379 SSL_set_bio(s_ssl,c_to_s,s_to_c);
Andy Polyakov77a27a52014-06-11 20:40:51 +02002380 SSL_set_max_send_fragment(s_ssl,max_frag);
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002381 BIO_set_ssl(s_bio,s_ssl,BIO_NOCLOSE);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002382
2383 c_r=0; s_r=1;
2384 c_w=1; s_w=0;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002385 c_write=1,s_write=0;
2386
2387 /* We can always do writes */
2388 for (;;)
2389 {
2390 do_server=0;
2391 do_client=0;
2392
2393 i=(int)BIO_pending(s_bio);
2394 if ((i && s_r) || s_w) do_server=1;
2395
2396 i=(int)BIO_pending(c_bio);
2397 if ((i && c_r) || c_w) do_client=1;
2398
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002399 if (do_server && debug)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002400 {
2401 if (SSL_in_init(s_ssl))
2402 printf("server waiting in SSL_accept - %s\n",
2403 SSL_state_string_long(s_ssl));
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002404/* else if (s_write)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002405 printf("server:SSL_write()\n");
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002406 else
2407 printf("server:SSL_read()\n"); */
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002408 }
2409
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002410 if (do_client && debug)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002411 {
2412 if (SSL_in_init(c_ssl))
2413 printf("client waiting in SSL_connect - %s\n",
2414 SSL_state_string_long(c_ssl));
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002415/* else if (c_write)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002416 printf("client:SSL_write()\n");
2417 else
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002418 printf("client:SSL_read()\n"); */
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002419 }
2420
2421 if (!do_client && !do_server)
2422 {
2423 fprintf(stdout,"ERROR IN STARTUP\n");
2424 ERR_print_errors(bio_err);
2425 break;
2426 }
2427 if (do_client && !(done & C_DONE))
2428 {
2429 if (c_write)
2430 {
Andy Polyakov77a27a52014-06-11 20:40:51 +02002431 j = (cw_num > bufsiz) ?
2432 (int)bufsiz : (int)cw_num;
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002433 i=BIO_write(c_bio,cbuf,j);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002434 if (i < 0)
2435 {
2436 c_r=0;
2437 c_w=0;
2438 if (BIO_should_retry(c_bio))
2439 {
2440 if (BIO_should_read(c_bio))
2441 c_r=1;
2442 if (BIO_should_write(c_bio))
2443 c_w=1;
2444 }
2445 else
2446 {
2447 fprintf(stderr,"ERROR in CLIENT\n");
2448 ERR_print_errors(bio_err);
2449 goto err;
2450 }
2451 }
2452 else if (i == 0)
2453 {
2454 fprintf(stderr,"SSL CLIENT STARTUP FAILED\n");
2455 goto err;
2456 }
2457 else
2458 {
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002459 if (debug)
2460 printf("client wrote %d\n",i);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002461 /* ok */
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002462 s_r=1;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002463 c_write=0;
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002464 cw_num-=i;
Andy Polyakov77a27a52014-06-11 20:40:51 +02002465 if (max_frag>1029)
2466 SSL_set_max_send_fragment(c_ssl,max_frag-=5);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002467 }
2468 }
2469 else
2470 {
Andy Polyakov77a27a52014-06-11 20:40:51 +02002471 i=BIO_read(c_bio,cbuf,bufsiz);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002472 if (i < 0)
2473 {
2474 c_r=0;
2475 c_w=0;
2476 if (BIO_should_retry(c_bio))
2477 {
2478 if (BIO_should_read(c_bio))
2479 c_r=1;
2480 if (BIO_should_write(c_bio))
2481 c_w=1;
2482 }
2483 else
2484 {
2485 fprintf(stderr,"ERROR in CLIENT\n");
2486 ERR_print_errors(bio_err);
2487 goto err;
2488 }
2489 }
2490 else if (i == 0)
2491 {
2492 fprintf(stderr,"SSL CLIENT STARTUP FAILED\n");
2493 goto err;
2494 }
2495 else
2496 {
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002497 if (debug)
2498 printf("client read %d\n",i);
2499 cr_num-=i;
2500 if (sw_num > 0)
2501 {
2502 s_write=1;
2503 s_w=1;
2504 }
2505 if (cr_num <= 0)
2506 {
2507 s_write=1;
2508 s_w=1;
2509 done=S_DONE|C_DONE;
2510 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002511 }
2512 }
2513 }
2514
2515 if (do_server && !(done & S_DONE))
2516 {
2517 if (!s_write)
2518 {
Andy Polyakov77a27a52014-06-11 20:40:51 +02002519 i=BIO_read(s_bio,sbuf,bufsiz);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002520 if (i < 0)
2521 {
2522 s_r=0;
2523 s_w=0;
2524 if (BIO_should_retry(s_bio))
2525 {
2526 if (BIO_should_read(s_bio))
2527 s_r=1;
2528 if (BIO_should_write(s_bio))
2529 s_w=1;
2530 }
2531 else
2532 {
2533 fprintf(stderr,"ERROR in SERVER\n");
2534 ERR_print_errors(bio_err);
2535 goto err;
2536 }
2537 }
2538 else if (i == 0)
2539 {
2540 ERR_print_errors(bio_err);
2541 fprintf(stderr,"SSL SERVER STARTUP FAILED in SSL_read\n");
2542 goto err;
2543 }
2544 else
2545 {
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002546 if (debug)
2547 printf("server read %d\n",i);
2548 sr_num-=i;
2549 if (cw_num > 0)
2550 {
2551 c_write=1;
2552 c_w=1;
2553 }
2554 if (sr_num <= 0)
2555 {
2556 s_write=1;
2557 s_w=1;
2558 c_write=0;
2559 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002560 }
2561 }
2562 else
2563 {
Andy Polyakov77a27a52014-06-11 20:40:51 +02002564 j = (sw_num > bufsiz) ?
2565 (int)bufsiz : (int)sw_num;
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002566 i=BIO_write(s_bio,sbuf,j);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002567 if (i < 0)
2568 {
2569 s_r=0;
2570 s_w=0;
2571 if (BIO_should_retry(s_bio))
2572 {
2573 if (BIO_should_read(s_bio))
2574 s_r=1;
2575 if (BIO_should_write(s_bio))
2576 s_w=1;
2577 }
2578 else
2579 {
2580 fprintf(stderr,"ERROR in SERVER\n");
2581 ERR_print_errors(bio_err);
2582 goto err;
2583 }
2584 }
2585 else if (i == 0)
2586 {
2587 ERR_print_errors(bio_err);
2588 fprintf(stderr,"SSL SERVER STARTUP FAILED in SSL_write\n");
2589 goto err;
2590 }
2591 else
2592 {
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002593 if (debug)
2594 printf("server wrote %d\n",i);
2595 sw_num-=i;
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002596 s_write=0;
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002597 c_r=1;
2598 if (sw_num <= 0)
2599 done|=S_DONE;
Andy Polyakov77a27a52014-06-11 20:40:51 +02002600 if (max_frag>1029)
2601 SSL_set_max_send_fragment(s_ssl,max_frag-=5);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002602 }
2603 }
2604 }
2605
2606 if ((done & S_DONE) && (done & C_DONE)) break;
2607 }
2608
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002609 if (verbose)
Bodo Möller563f1502000-03-13 15:06:54 +00002610 print_details(c_ssl, "DONE: ");
Piotr Sikora29115752013-11-13 15:20:22 -08002611#ifndef OPENSSL_NO_NEXTPROTONEG
Ben Lauried9a268b2010-09-05 16:35:10 +00002612 if (verify_npn(c_ssl, s_ssl) < 0)
2613 {
2614 ret = 1;
2615 goto err;
2616 }
2617#endif
Trevora398f822013-05-12 18:55:27 -07002618 if (verify_serverinfo() < 0)
2619 {
Dr. Stephen Henson06f5d122014-08-11 22:03:21 +01002620 fprintf(stderr, "Server info verify error\n");
Trevora398f822013-05-12 18:55:27 -07002621 ret = 1;
2622 goto err;
2623 }
Trevor9cd50f72013-06-13 22:36:45 -07002624 if (custom_ext_error)
2625 {
Dr. Stephen Henson06f5d122014-08-11 22:03:21 +01002626 fprintf(stderr, "Custom extension error\n");
Trevor9cd50f72013-06-13 22:36:45 -07002627 ret = 1;
2628 goto err;
2629 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002630 ret=0;
2631err:
2632 /* We have to set the BIO's to NULL otherwise they will be
Richard Levitte26a3a482000-06-01 22:19:21 +00002633 * OPENSSL_free()ed twice. Once when th s_ssl is SSL_free()ed and
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002634 * again when c_ssl is SSL_free()ed.
2635 * This is a hack required because s_ssl and c_ssl are sharing the same
2636 * BIO structure and SSL_set_bio() and SSL_free() automatically
2637 * BIO_free non NULL entries.
2638 * You should not normally do this or be required to do this */
2639 if (s_ssl != NULL)
2640 {
2641 s_ssl->rbio=NULL;
2642 s_ssl->wbio=NULL;
2643 }
2644 if (c_ssl != NULL)
2645 {
2646 c_ssl->rbio=NULL;
2647 c_ssl->wbio=NULL;
2648 }
2649
2650 if (c_to_s != NULL) BIO_free(c_to_s);
2651 if (s_to_c != NULL) BIO_free(s_to_c);
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00002652 if (c_bio != NULL) BIO_free_all(c_bio);
2653 if (s_bio != NULL) BIO_free_all(s_bio);
Andy Polyakov77a27a52014-06-11 20:40:51 +02002654
2655 if (cbuf) OPENSSL_free(cbuf);
2656 if (sbuf) OPENSSL_free(sbuf);
2657
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002658 return(ret);
2659 }
2660
Richard Levittea7201e92005-01-17 17:06:58 +00002661static int get_proxy_auth_ex_data_idx(void)
2662 {
2663 static volatile int idx = -1;
2664 if (idx < 0)
2665 {
2666 CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX);
2667 if (idx < 0)
2668 {
2669 idx = X509_STORE_CTX_get_ex_new_index(0,
2670 "SSLtest for verify callback", NULL,NULL,NULL);
2671 }
2672 CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX);
2673 }
2674 return idx;
2675 }
2676
Bodo Möller396f6311999-09-08 21:58:13 +00002677static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002678 {
2679 char *s,buf[256];
2680
Ben Laurie54a656e2002-11-13 15:43:43 +00002681 s=X509_NAME_oneline(X509_get_subject_name(ctx->current_cert),buf,
2682 sizeof buf);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002683 if (s != NULL)
2684 {
2685 if (ok)
Richard Levittea7201e92005-01-17 17:06:58 +00002686 fprintf(stderr,"depth=%d %s\n",
2687 ctx->error_depth,buf);
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002688 else
Richard Levitted9bfe4f2005-04-09 16:07:12 +00002689 {
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002690 fprintf(stderr,"depth=%d error=%d %s\n",
2691 ctx->error_depth,ctx->error,buf);
Richard Levitted9bfe4f2005-04-09 16:07:12 +00002692 }
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002693 }
2694
2695 if (ok == 0)
2696 {
Richard Levitted9bfe4f2005-04-09 16:07:12 +00002697 fprintf(stderr,"Error string: %s\n",
2698 X509_verify_cert_error_string(ctx->error));
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002699 switch (ctx->error)
2700 {
2701 case X509_V_ERR_CERT_NOT_YET_VALID:
2702 case X509_V_ERR_CERT_HAS_EXPIRED:
2703 case X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT:
Richard Levitted9bfe4f2005-04-09 16:07:12 +00002704 fprintf(stderr," ... ignored.\n");
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002705 ok=1;
2706 }
2707 }
2708
Richard Levittea7201e92005-01-17 17:06:58 +00002709 if (ok == 1)
2710 {
2711 X509 *xs = ctx->current_cert;
2712#if 0
2713 X509 *xi = ctx->current_issuer;
2714#endif
2715
2716 if (xs->ex_flags & EXFLAG_PROXY)
2717 {
2718 unsigned int *letters =
2719 X509_STORE_CTX_get_ex_data(ctx,
2720 get_proxy_auth_ex_data_idx());
2721
2722 if (letters)
2723 {
2724 int found_any = 0;
2725 int i;
2726 PROXY_CERT_INFO_EXTENSION *pci =
2727 X509_get_ext_d2i(xs, NID_proxyCertInfo,
2728 NULL, NULL);
2729
2730 switch (OBJ_obj2nid(pci->proxyPolicy->policyLanguage))
2731 {
2732 case NID_Independent:
2733 /* Completely meaningless in this
2734 program, as there's no way to
2735 grant explicit rights to a
2736 specific PrC. Basically, using
2737 id-ppl-Independent is the perfect
2738 way to grant no rights at all. */
2739 fprintf(stderr, " Independent proxy certificate");
2740 for (i = 0; i < 26; i++)
2741 letters[i] = 0;
2742 break;
2743 case NID_id_ppl_inheritAll:
2744 /* This is basically a NOP, we
2745 simply let the current rights
2746 stand as they are. */
2747 fprintf(stderr, " Proxy certificate inherits all");
2748 break;
2749 default:
2750 s = (char *)
2751 pci->proxyPolicy->policy->data;
2752 i = pci->proxyPolicy->policy->length;
2753
2754 /* The algorithm works as follows:
2755 it is assumed that previous
2756 iterations or the initial granted
2757 rights has already set some elements
2758 of `letters'. What we need to do is
2759 to clear those that weren't granted
2760 by the current PrC as well. The
2761 easiest way to do this is to add 1
2762 to all the elements whose letters
2763 are given with the current policy.
2764 That way, all elements that are set
2765 by the current policy and were
2766 already set by earlier policies and
2767 through the original grant of rights
2768 will get the value 2 or higher.
2769 The last thing to do is to sweep
2770 through `letters' and keep the
2771 elements having the value 2 as set,
2772 and clear all the others. */
2773
2774 fprintf(stderr, " Certificate proxy rights = %*.*s", i, i, s);
2775 while(i-- > 0)
2776 {
Ben Lauriea51a9722005-06-29 11:02:15 +00002777 int c = *s++;
Richard Levittea7201e92005-01-17 17:06:58 +00002778 if (isascii(c) && isalpha(c))
2779 {
2780 if (islower(c))
2781 c = toupper(c);
2782 letters[c - 'A']++;
2783 }
2784 }
2785 for (i = 0; i < 26; i++)
2786 if (letters[i] < 2)
2787 letters[i] = 0;
2788 else
2789 letters[i] = 1;
2790 }
2791
2792 found_any = 0;
2793 fprintf(stderr,
2794 ", resulting proxy rights = ");
2795 for(i = 0; i < 26; i++)
2796 if (letters[i])
2797 {
2798 fprintf(stderr, "%c", i + 'A');
2799 found_any = 1;
2800 }
2801 if (!found_any)
2802 fprintf(stderr, "none");
2803 fprintf(stderr, "\n");
2804
2805 PROXY_CERT_INFO_EXTENSION_free(pci);
2806 }
2807 }
2808 }
2809
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00002810 return(ok);
2811 }
2812
Richard Levittea7201e92005-01-17 17:06:58 +00002813static void process_proxy_debug(int indent, const char *format, ...)
2814 {
2815 static const char indentation[] =
2816 ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
2817 ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"; /* That's 80 > */
2818 char my_format[256];
2819 va_list args;
2820
2821 BIO_snprintf(my_format, sizeof(my_format), "%*.*s %s",
2822 indent, indent, indentation, format);
2823
2824 va_start(args, format);
2825 vfprintf(stderr, my_format, args);
2826 va_end(args);
2827 }
2828/* Priority levels:
2829 0 [!]var, ()
2830 1 & ^
2831 2 |
2832*/
2833static int process_proxy_cond_adders(unsigned int letters[26],
2834 const char *cond, const char **cond_end, int *pos, int indent);
2835static int process_proxy_cond_val(unsigned int letters[26],
2836 const char *cond, const char **cond_end, int *pos, int indent)
2837 {
Ben Lauriea51a9722005-06-29 11:02:15 +00002838 int c;
Richard Levittea7201e92005-01-17 17:06:58 +00002839 int ok = 1;
2840 int negate = 0;
2841
Ben Lauriea51a9722005-06-29 11:02:15 +00002842 while(isspace((int)*cond))
Richard Levittea7201e92005-01-17 17:06:58 +00002843 {
2844 cond++; (*pos)++;
2845 }
2846 c = *cond;
2847
2848 if (debug)
2849 process_proxy_debug(indent,
2850 "Start process_proxy_cond_val at position %d: %s\n",
2851 *pos, cond);
2852
2853 while(c == '!')
2854 {
2855 negate = !negate;
2856 cond++; (*pos)++;
Ben Lauriea51a9722005-06-29 11:02:15 +00002857 while(isspace((int)*cond))
Richard Levittea7201e92005-01-17 17:06:58 +00002858 {
2859 cond++; (*pos)++;
2860 }
2861 c = *cond;
2862 }
2863
2864 if (c == '(')
2865 {
2866 cond++; (*pos)++;
2867 ok = process_proxy_cond_adders(letters, cond, cond_end, pos,
2868 indent + 1);
2869 cond = *cond_end;
2870 if (ok < 0)
2871 goto end;
Ben Lauriea51a9722005-06-29 11:02:15 +00002872 while(isspace((int)*cond))
Richard Levittea7201e92005-01-17 17:06:58 +00002873 {
2874 cond++; (*pos)++;
2875 }
2876 c = *cond;
2877 if (c != ')')
2878 {
2879 fprintf(stderr,
2880 "Weird condition character in position %d: "
2881 "%c\n", *pos, c);
2882 ok = -1;
2883 goto end;
2884 }
2885 cond++; (*pos)++;
2886 }
2887 else if (isascii(c) && isalpha(c))
2888 {
2889 if (islower(c))
2890 c = toupper(c);
2891 ok = letters[c - 'A'];
2892 cond++; (*pos)++;
2893 }
2894 else
2895 {
2896 fprintf(stderr,
2897 "Weird condition character in position %d: "
2898 "%c\n", *pos, c);
2899 ok = -1;
2900 goto end;
2901 }
2902 end:
2903 *cond_end = cond;
2904 if (ok >= 0 && negate)
2905 ok = !ok;
2906
2907 if (debug)
2908 process_proxy_debug(indent,
2909 "End process_proxy_cond_val at position %d: %s, returning %d\n",
2910 *pos, cond, ok);
2911
2912 return ok;
2913 }
2914static int process_proxy_cond_multipliers(unsigned int letters[26],
2915 const char *cond, const char **cond_end, int *pos, int indent)
2916 {
2917 int ok;
2918 char c;
2919
2920 if (debug)
2921 process_proxy_debug(indent,
2922 "Start process_proxy_cond_multipliers at position %d: %s\n",
2923 *pos, cond);
2924
2925 ok = process_proxy_cond_val(letters, cond, cond_end, pos, indent + 1);
2926 cond = *cond_end;
2927 if (ok < 0)
2928 goto end;
2929
2930 while(ok >= 0)
2931 {
Ben Lauriea51a9722005-06-29 11:02:15 +00002932 while(isspace((int)*cond))
Richard Levittea7201e92005-01-17 17:06:58 +00002933 {
2934 cond++; (*pos)++;
2935 }
2936 c = *cond;
2937
2938 switch(c)
2939 {
2940 case '&':
2941 case '^':
2942 {
2943 int save_ok = ok;
2944
2945 cond++; (*pos)++;
2946 ok = process_proxy_cond_val(letters,
2947 cond, cond_end, pos, indent + 1);
2948 cond = *cond_end;
2949 if (ok < 0)
2950 break;
2951
2952 switch(c)
2953 {
2954 case '&':
2955 ok &= save_ok;
2956 break;
2957 case '^':
2958 ok ^= save_ok;
2959 break;
2960 default:
2961 fprintf(stderr, "SOMETHING IS SERIOUSLY WRONG!"
2962 " STOPPING\n");
2963 EXIT(1);
2964 }
2965 }
2966 break;
2967 default:
2968 goto end;
2969 }
2970 }
2971 end:
2972 if (debug)
2973 process_proxy_debug(indent,
2974 "End process_proxy_cond_multipliers at position %d: %s, returning %d\n",
2975 *pos, cond, ok);
2976
2977 *cond_end = cond;
2978 return ok;
2979 }
2980static int process_proxy_cond_adders(unsigned int letters[26],
2981 const char *cond, const char **cond_end, int *pos, int indent)
2982 {
2983 int ok;
2984 char c;
2985
2986 if (debug)
2987 process_proxy_debug(indent,
2988 "Start process_proxy_cond_adders at position %d: %s\n",
2989 *pos, cond);
2990
2991 ok = process_proxy_cond_multipliers(letters, cond, cond_end, pos,
2992 indent + 1);
2993 cond = *cond_end;
2994 if (ok < 0)
2995 goto end;
2996
2997 while(ok >= 0)
2998 {
Ben Lauriea51a9722005-06-29 11:02:15 +00002999 while(isspace((int)*cond))
Richard Levittea7201e92005-01-17 17:06:58 +00003000 {
3001 cond++; (*pos)++;
3002 }
3003 c = *cond;
3004
3005 switch(c)
3006 {
3007 case '|':
3008 {
3009 int save_ok = ok;
3010
3011 cond++; (*pos)++;
3012 ok = process_proxy_cond_multipliers(letters,
3013 cond, cond_end, pos, indent + 1);
3014 cond = *cond_end;
3015 if (ok < 0)
3016 break;
3017
3018 switch(c)
3019 {
3020 case '|':
3021 ok |= save_ok;
3022 break;
3023 default:
3024 fprintf(stderr, "SOMETHING IS SERIOUSLY WRONG!"
3025 " STOPPING\n");
3026 EXIT(1);
3027 }
3028 }
3029 break;
3030 default:
3031 goto end;
3032 }
3033 }
3034 end:
3035 if (debug)
3036 process_proxy_debug(indent,
3037 "End process_proxy_cond_adders at position %d: %s, returning %d\n",
3038 *pos, cond, ok);
3039
3040 *cond_end = cond;
3041 return ok;
3042 }
3043
3044static int process_proxy_cond(unsigned int letters[26],
3045 const char *cond, const char **cond_end)
3046 {
3047 int pos = 1;
3048 return process_proxy_cond_adders(letters, cond, cond_end, &pos, 1);
3049 }
3050
Bodo Möller023ec152002-02-28 10:52:56 +00003051static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg)
3052 {
Bodo Möller023ec152002-02-28 10:52:56 +00003053 int ok=1;
Richard Levittea7201e92005-01-17 17:06:58 +00003054 struct app_verify_arg *cb_arg = arg;
3055 unsigned int letters[26]; /* only used with proxy_auth */
Bodo Möller023ec152002-02-28 10:52:56 +00003056
Richard Levittea7201e92005-01-17 17:06:58 +00003057 if (cb_arg->app_verify)
Bodo Möller023ec152002-02-28 10:52:56 +00003058 {
Richard Levittea7201e92005-01-17 17:06:58 +00003059 char *s = NULL,buf[256];
3060
3061 fprintf(stderr, "In app_verify_callback, allowing cert. ");
3062 fprintf(stderr, "Arg is: %s\n", cb_arg->string);
Nils Larsch35e85102005-05-10 11:55:28 +00003063 fprintf(stderr, "Finished printing do we have a context? 0x%p a cert? 0x%p\n",
Dr. Stephen Hensonf7951232005-05-12 22:39:42 +00003064 (void *)ctx, (void *)ctx->cert);
Richard Levittea7201e92005-01-17 17:06:58 +00003065 if (ctx->cert)
3066 s=X509_NAME_oneline(X509_get_subject_name(ctx->cert),buf,256);
3067 if (s != NULL)
3068 {
Bodo Möller023ec152002-02-28 10:52:56 +00003069 fprintf(stderr,"cert depth=%d %s\n",ctx->error_depth,buf);
Richard Levittea7201e92005-01-17 17:06:58 +00003070 }
3071 return(1);
3072 }
3073 if (cb_arg->proxy_auth)
3074 {
3075 int found_any = 0, i;
3076 char *sp;
3077
3078 for(i = 0; i < 26; i++)
3079 letters[i] = 0;
3080 for(sp = cb_arg->proxy_auth; *sp; sp++)
3081 {
Ben Lauriea51a9722005-06-29 11:02:15 +00003082 int c = *sp;
Richard Levittea7201e92005-01-17 17:06:58 +00003083 if (isascii(c) && isalpha(c))
3084 {
3085 if (islower(c))
3086 c = toupper(c);
3087 letters[c - 'A'] = 1;
3088 }
3089 }
3090
3091 fprintf(stderr,
3092 " Initial proxy rights = ");
3093 for(i = 0; i < 26; i++)
3094 if (letters[i])
3095 {
3096 fprintf(stderr, "%c", i + 'A');
3097 found_any = 1;
3098 }
3099 if (!found_any)
3100 fprintf(stderr, "none");
3101 fprintf(stderr, "\n");
3102
3103 X509_STORE_CTX_set_ex_data(ctx,
3104 get_proxy_auth_ex_data_idx(),letters);
Bodo Möller023ec152002-02-28 10:52:56 +00003105 }
Richard Levitted9bfe4f2005-04-09 16:07:12 +00003106 if (cb_arg->allow_proxy_certs)
3107 {
3108 X509_STORE_CTX_set_flags(ctx, X509_V_FLAG_ALLOW_PROXY_CERTS);
3109 }
Bodo Möller023ec152002-02-28 10:52:56 +00003110
Richard Levittea7201e92005-01-17 17:06:58 +00003111#ifndef OPENSSL_NO_X509_VERIFY
Richard Levittea7201e92005-01-17 17:06:58 +00003112 ok = X509_verify_cert(ctx);
Richard Levittea7201e92005-01-17 17:06:58 +00003113#endif
3114
3115 if (cb_arg->proxy_auth)
3116 {
Dr. Stephen Hensonbab53402009-01-07 23:44:27 +00003117 if (ok > 0)
Richard Levittea7201e92005-01-17 17:06:58 +00003118 {
3119 const char *cond_end = NULL;
3120
3121 ok = process_proxy_cond(letters,
3122 cb_arg->proxy_cond, &cond_end);
3123
3124 if (ok < 0)
3125 EXIT(3);
3126 if (*cond_end)
3127 {
3128 fprintf(stderr, "Stopped processing condition before it's end.\n");
3129 ok = 0;
3130 }
3131 if (!ok)
3132 fprintf(stderr, "Proxy rights check with condition '%s' proved invalid\n",
3133 cb_arg->proxy_cond);
3134 else
3135 fprintf(stderr, "Proxy rights check with condition '%s' proved valid\n",
3136 cb_arg->proxy_cond);
3137 }
3138 }
Bodo Möller023ec152002-02-28 10:52:56 +00003139 return(ok);
3140 }
3141
Richard Levittebc36ee62001-02-20 08:13:47 +00003142#ifndef OPENSSL_NO_RSA
Bodo Möller46b3bd52000-04-06 22:25:49 +00003143static RSA *rsa_tmp=NULL;
3144
Ulf Möllerdf63a381999-06-09 16:33:18 +00003145static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength)
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00003146 {
Geoff Thorpebcfea9f2004-04-26 15:31:35 +00003147 BIGNUM *bn = NULL;
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00003148 if (rsa_tmp == NULL)
3149 {
Geoff Thorpebcfea9f2004-04-26 15:31:35 +00003150 bn = BN_new();
Geoff Thorpee9224c72002-12-08 05:24:31 +00003151 rsa_tmp = RSA_new();
Geoff Thorpebcfea9f2004-04-26 15:31:35 +00003152 if(!bn || !rsa_tmp || !BN_set_word(bn, RSA_F4))
Geoff Thorpee9224c72002-12-08 05:24:31 +00003153 {
3154 BIO_printf(bio_err, "Memory error...");
3155 goto end;
3156 }
Ben Laurie60e31c31999-02-21 21:58:59 +00003157 BIO_printf(bio_err,"Generating temp (%d bit) RSA key...",keylength);
Bodo Möllerd58d0921999-06-10 16:29:32 +00003158 (void)BIO_flush(bio_err);
Geoff Thorpebcfea9f2004-04-26 15:31:35 +00003159 if(!RSA_generate_key_ex(rsa_tmp,keylength,bn,NULL))
Geoff Thorpee9224c72002-12-08 05:24:31 +00003160 {
Richard Levitte3ae70932003-04-03 23:39:48 +00003161 BIO_printf(bio_err, "Error generating key.");
Geoff Thorpee9224c72002-12-08 05:24:31 +00003162 RSA_free(rsa_tmp);
3163 rsa_tmp = NULL;
3164 }
3165end:
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00003166 BIO_printf(bio_err,"\n");
Bodo Möllerd58d0921999-06-10 16:29:32 +00003167 (void)BIO_flush(bio_err);
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00003168 }
Geoff Thorpebcfea9f2004-04-26 15:31:35 +00003169 if(bn) BN_free(bn);
Ralf S. Engelschall58964a41998-12-21 10:56:39 +00003170 return(rsa_tmp);
3171 }
Bodo Möller46b3bd52000-04-06 22:25:49 +00003172
3173static void free_tmp_rsa(void)
3174 {
3175 if (rsa_tmp != NULL)
3176 {
3177 RSA_free(rsa_tmp);
3178 rsa_tmp = NULL;
3179 }
3180 }
Ulf Möller79df9d61999-04-27 03:19:12 +00003181#endif
Bodo Möller53002dc2000-02-04 11:21:18 +00003182
Richard Levittebc36ee62001-02-20 08:13:47 +00003183#ifndef OPENSSL_NO_DH
Bodo Möllere4589582000-03-10 13:23:20 +00003184/* These DH parameters have been generated as follows:
3185 * $ openssl dhparam -C -noout 512
3186 * $ openssl dhparam -C -noout 1024
3187 * $ openssl dhparam -C -noout -dsaparam 1024
3188 * (The third function has been renamed to avoid name conflicts.)
3189 */
Richard Levittef3f316f2000-10-22 12:45:33 +00003190static DH *get_dh512()
Bodo Möller53002dc2000-02-04 11:21:18 +00003191 {
Bodo Möllere4589582000-03-10 13:23:20 +00003192 static unsigned char dh512_p[]={
3193 0xCB,0xC8,0xE1,0x86,0xD0,0x1F,0x94,0x17,0xA6,0x99,0xF0,0xC6,
3194 0x1F,0x0D,0xAC,0xB6,0x25,0x3E,0x06,0x39,0xCA,0x72,0x04,0xB0,
3195 0x6E,0xDA,0xC0,0x61,0xE6,0x7A,0x77,0x25,0xE8,0x3B,0xB9,0x5F,
3196 0x9A,0xB6,0xB5,0xFE,0x99,0x0B,0xA1,0x93,0x4E,0x35,0x33,0xB8,
3197 0xE1,0xF1,0x13,0x4F,0x59,0x1A,0xD2,0x57,0xC0,0x26,0x21,0x33,
3198 0x02,0xC5,0xAE,0x23,
3199 };
3200 static unsigned char dh512_g[]={
3201 0x02,
3202 };
3203 DH *dh;
Bodo Möller53002dc2000-02-04 11:21:18 +00003204
Bodo Möllere4589582000-03-10 13:23:20 +00003205 if ((dh=DH_new()) == NULL) return(NULL);
3206 dh->p=BN_bin2bn(dh512_p,sizeof(dh512_p),NULL);
3207 dh->g=BN_bin2bn(dh512_g,sizeof(dh512_g),NULL);
3208 if ((dh->p == NULL) || (dh->g == NULL))
3209 { DH_free(dh); return(NULL); }
3210 return(dh);
3211 }
Bodo Möller53002dc2000-02-04 11:21:18 +00003212
Richard Levittef3f316f2000-10-22 12:45:33 +00003213static DH *get_dh1024()
Bodo Möllere4589582000-03-10 13:23:20 +00003214 {
3215 static unsigned char dh1024_p[]={
3216 0xF8,0x81,0x89,0x7D,0x14,0x24,0xC5,0xD1,0xE6,0xF7,0xBF,0x3A,
3217 0xE4,0x90,0xF4,0xFC,0x73,0xFB,0x34,0xB5,0xFA,0x4C,0x56,0xA2,
3218 0xEA,0xA7,0xE9,0xC0,0xC0,0xCE,0x89,0xE1,0xFA,0x63,0x3F,0xB0,
3219 0x6B,0x32,0x66,0xF1,0xD1,0x7B,0xB0,0x00,0x8F,0xCA,0x87,0xC2,
3220 0xAE,0x98,0x89,0x26,0x17,0xC2,0x05,0xD2,0xEC,0x08,0xD0,0x8C,
3221 0xFF,0x17,0x52,0x8C,0xC5,0x07,0x93,0x03,0xB1,0xF6,0x2F,0xB8,
3222 0x1C,0x52,0x47,0x27,0x1B,0xDB,0xD1,0x8D,0x9D,0x69,0x1D,0x52,
3223 0x4B,0x32,0x81,0xAA,0x7F,0x00,0xC8,0xDC,0xE6,0xD9,0xCC,0xC1,
3224 0x11,0x2D,0x37,0x34,0x6C,0xEA,0x02,0x97,0x4B,0x0E,0xBB,0xB1,
3225 0x71,0x33,0x09,0x15,0xFD,0xDD,0x23,0x87,0x07,0x5E,0x89,0xAB,
3226 0x6B,0x7C,0x5F,0xEC,0xA6,0x24,0xDC,0x53,
3227 };
3228 static unsigned char dh1024_g[]={
3229 0x02,
3230 };
3231 DH *dh;
3232
3233 if ((dh=DH_new()) == NULL) return(NULL);
3234 dh->p=BN_bin2bn(dh1024_p,sizeof(dh1024_p),NULL);
3235 dh->g=BN_bin2bn(dh1024_g,sizeof(dh1024_g),NULL);
3236 if ((dh->p == NULL) || (dh->g == NULL))
3237 { DH_free(dh); return(NULL); }
3238 return(dh);
3239 }
3240
Richard Levittef3f316f2000-10-22 12:45:33 +00003241static DH *get_dh1024dsa()
Bodo Möllere4589582000-03-10 13:23:20 +00003242 {
3243 static unsigned char dh1024_p[]={
3244 0xC8,0x00,0xF7,0x08,0x07,0x89,0x4D,0x90,0x53,0xF3,0xD5,0x00,
3245 0x21,0x1B,0xF7,0x31,0xA6,0xA2,0xDA,0x23,0x9A,0xC7,0x87,0x19,
3246 0x3B,0x47,0xB6,0x8C,0x04,0x6F,0xFF,0xC6,0x9B,0xB8,0x65,0xD2,
3247 0xC2,0x5F,0x31,0x83,0x4A,0xA7,0x5F,0x2F,0x88,0x38,0xB6,0x55,
3248 0xCF,0xD9,0x87,0x6D,0x6F,0x9F,0xDA,0xAC,0xA6,0x48,0xAF,0xFC,
3249 0x33,0x84,0x37,0x5B,0x82,0x4A,0x31,0x5D,0xE7,0xBD,0x52,0x97,
3250 0xA1,0x77,0xBF,0x10,0x9E,0x37,0xEA,0x64,0xFA,0xCA,0x28,0x8D,
3251 0x9D,0x3B,0xD2,0x6E,0x09,0x5C,0x68,0xC7,0x45,0x90,0xFD,0xBB,
3252 0x70,0xC9,0x3A,0xBB,0xDF,0xD4,0x21,0x0F,0xC4,0x6A,0x3C,0xF6,
3253 0x61,0xCF,0x3F,0xD6,0x13,0xF1,0x5F,0xBC,0xCF,0xBC,0x26,0x9E,
3254 0xBC,0x0B,0xBD,0xAB,0x5D,0xC9,0x54,0x39,
3255 };
3256 static unsigned char dh1024_g[]={
3257 0x3B,0x40,0x86,0xE7,0xF3,0x6C,0xDE,0x67,0x1C,0xCC,0x80,0x05,
3258 0x5A,0xDF,0xFE,0xBD,0x20,0x27,0x74,0x6C,0x24,0xC9,0x03,0xF3,
3259 0xE1,0x8D,0xC3,0x7D,0x98,0x27,0x40,0x08,0xB8,0x8C,0x6A,0xE9,
3260 0xBB,0x1A,0x3A,0xD6,0x86,0x83,0x5E,0x72,0x41,0xCE,0x85,0x3C,
3261 0xD2,0xB3,0xFC,0x13,0xCE,0x37,0x81,0x9E,0x4C,0x1C,0x7B,0x65,
3262 0xD3,0xE6,0xA6,0x00,0xF5,0x5A,0x95,0x43,0x5E,0x81,0xCF,0x60,
3263 0xA2,0x23,0xFC,0x36,0xA7,0x5D,0x7A,0x4C,0x06,0x91,0x6E,0xF6,
3264 0x57,0xEE,0x36,0xCB,0x06,0xEA,0xF5,0x3D,0x95,0x49,0xCB,0xA7,
3265 0xDD,0x81,0xDF,0x80,0x09,0x4A,0x97,0x4D,0xA8,0x22,0x72,0xA1,
3266 0x7F,0xC4,0x70,0x56,0x70,0xE8,0x20,0x10,0x18,0x8F,0x2E,0x60,
3267 0x07,0xE7,0x68,0x1A,0x82,0x5D,0x32,0xA2,
3268 };
3269 DH *dh;
3270
3271 if ((dh=DH_new()) == NULL) return(NULL);
3272 dh->p=BN_bin2bn(dh1024_p,sizeof(dh1024_p),NULL);
3273 dh->g=BN_bin2bn(dh1024_g,sizeof(dh1024_g),NULL);
3274 if ((dh->p == NULL) || (dh->g == NULL))
3275 { DH_free(dh); return(NULL); }
3276 dh->length = 160;
3277 return(dh);
Bodo Möller53002dc2000-02-04 11:21:18 +00003278 }
Nils Larschf71165b2006-02-24 17:58:43 +00003279#endif
Nils Larsch6e119bb2005-08-25 07:29:54 +00003280
Nils Larschddac1972006-03-10 23:06:27 +00003281#ifndef OPENSSL_NO_PSK
3282/* convert the PSK key (psk_key) in ascii to binary (psk) */
3283static int psk_key2bn(const char *pskkey, unsigned char *psk,
3284 unsigned int max_psk_len)
3285 {
3286 int ret;
3287 BIGNUM *bn = NULL;
3288
3289 ret = BN_hex2bn(&bn, pskkey);
3290 if (!ret)
3291 {
3292 BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", pskkey);
3293 if (bn)
3294 BN_free(bn);
3295 return 0;
3296 }
3297 if (BN_num_bytes(bn) > (int)max_psk_len)
3298 {
3299 BIO_printf(bio_err,"psk buffer of callback is too small (%d) for key (%d)\n",
3300 max_psk_len, BN_num_bytes(bn));
3301 BN_free(bn);
3302 return 0;
3303 }
3304 ret = BN_bn2bin(bn, psk);
3305 BN_free(bn);
3306 return ret;
3307 }
3308
3309static unsigned int psk_client_callback(SSL *ssl, const char *hint, char *identity,
3310 unsigned int max_identity_len, unsigned char *psk,
3311 unsigned int max_psk_len)
3312 {
3313 int ret;
3314 unsigned int psk_len = 0;
3315
Nils Larsche9680892006-03-12 22:16:57 +00003316 ret = BIO_snprintf(identity, max_identity_len, "Client_identity");
Nils Larschddac1972006-03-10 23:06:27 +00003317 if (ret < 0)
3318 goto out_err;
3319 if (debug)
3320 fprintf(stderr, "client: created identity '%s' len=%d\n", identity, ret);
3321 ret = psk_key2bn(psk_key, psk, max_psk_len);
3322 if (ret < 0)
3323 goto out_err;
3324 psk_len = ret;
3325out_err:
3326 return psk_len;
3327 }
3328
3329static unsigned int psk_server_callback(SSL *ssl, const char *identity,
3330 unsigned char *psk, unsigned int max_psk_len)
3331 {
3332 unsigned int psk_len=0;
3333
3334 if (strcmp(identity, "Client_identity") != 0)
3335 {
3336 BIO_printf(bio_err, "server: PSK error: client identity not found\n");
3337 return 0;
3338 }
3339 psk_len=psk_key2bn(psk_key, psk, max_psk_len);
3340 return psk_len;
3341 }
3342#endif
3343
Nils Larsch6e119bb2005-08-25 07:29:54 +00003344static int do_test_cipherlist(void)
3345 {
3346 int i = 0;
3347 const SSL_METHOD *meth;
Ben Lauriebabb3792008-10-12 14:32:47 +00003348 const SSL_CIPHER *ci, *tci = NULL;
Nils Larsch6e119bb2005-08-25 07:29:54 +00003349
Nils Larsch00fe8652006-01-15 17:35:28 +00003350#ifndef OPENSSL_NO_SSL2
Nils Larsch6e119bb2005-08-25 07:29:54 +00003351 fprintf(stderr, "testing SSLv2 cipher list order: ");
3352 meth = SSLv2_method();
3353 while ((ci = meth->get_cipher(i++)) != NULL)
3354 {
3355 if (tci != NULL)
3356 if (ci->id >= tci->id)
3357 {
3358 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
3359 return 0;
3360 }
3361 tci = ci;
3362 }
3363 fprintf(stderr, "ok\n");
Nils Larsch00fe8652006-01-15 17:35:28 +00003364#endif
3365#ifndef OPENSSL_NO_SSL3
Nils Larsch6e119bb2005-08-25 07:29:54 +00003366 fprintf(stderr, "testing SSLv3 cipher list order: ");
3367 meth = SSLv3_method();
3368 tci = NULL;
3369 while ((ci = meth->get_cipher(i++)) != NULL)
3370 {
3371 if (tci != NULL)
3372 if (ci->id >= tci->id)
3373 {
3374 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
3375 return 0;
3376 }
3377 tci = ci;
3378 }
3379 fprintf(stderr, "ok\n");
Nils Larsch00fe8652006-01-15 17:35:28 +00003380#endif
3381#ifndef OPENSSL_NO_TLS1
Nils Larsch6e119bb2005-08-25 07:29:54 +00003382 fprintf(stderr, "testing TLSv1 cipher list order: ");
3383 meth = TLSv1_method();
3384 tci = NULL;
3385 while ((ci = meth->get_cipher(i++)) != NULL)
3386 {
3387 if (tci != NULL)
3388 if (ci->id >= tci->id)
3389 {
3390 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
3391 return 0;
3392 }
3393 tci = ci;
3394 }
3395 fprintf(stderr, "ok\n");
Nils Larsch00fe8652006-01-15 17:35:28 +00003396#endif
Nils Larsch6e119bb2005-08-25 07:29:54 +00003397
3398 return 1;
3399 }