Ralf S. Engelschall | 06d5b16 | 1999-01-02 12:59:33 +0000 | [diff] [blame] | 1 | /* apps/openssl.c */ |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 3 | * All rights reserved. |
| 4 | * |
| 5 | * This package is an SSL implementation written |
| 6 | * by Eric Young (eay@cryptsoft.com). |
| 7 | * The implementation was written so as to conform with Netscapes SSL. |
| 8 | * |
| 9 | * This library is free for commercial and non-commercial use as long as |
| 10 | * the following conditions are aheared to. The following conditions |
| 11 | * apply to all code found in this distribution, be it the RC4, RSA, |
| 12 | * lhash, DES, etc., code; not just the SSL code. The SSL documentation |
| 13 | * included with this distribution is covered by the same copyright terms |
| 14 | * except that the holder is Tim Hudson (tjh@cryptsoft.com). |
| 15 | * |
| 16 | * Copyright remains Eric Young's, and as such any Copyright notices in |
| 17 | * the code are not to be removed. |
| 18 | * If this package is used in a product, Eric Young should be given attribution |
| 19 | * as the author of the parts of the library used. |
| 20 | * This can be in the form of a textual message at program startup or |
| 21 | * in documentation (online or textual) provided with the package. |
| 22 | * |
| 23 | * Redistribution and use in source and binary forms, with or without |
| 24 | * modification, are permitted provided that the following conditions |
| 25 | * are met: |
| 26 | * 1. Redistributions of source code must retain the copyright |
| 27 | * notice, this list of conditions and the following disclaimer. |
| 28 | * 2. Redistributions in binary form must reproduce the above copyright |
| 29 | * notice, this list of conditions and the following disclaimer in the |
| 30 | * documentation and/or other materials provided with the distribution. |
| 31 | * 3. All advertising materials mentioning features or use of this software |
| 32 | * must display the following acknowledgement: |
| 33 | * "This product includes cryptographic software written by |
| 34 | * Eric Young (eay@cryptsoft.com)" |
| 35 | * The word 'cryptographic' can be left out if the rouines from the library |
| 36 | * being used are not cryptographic related :-). |
| 37 | * 4. If you include any Windows specific code (or a derivative thereof) from |
| 38 | * the apps directory (application code) you must include an acknowledgement: |
| 39 | * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" |
| 40 | * |
| 41 | * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND |
| 42 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 43 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 44 | * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 45 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 46 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 47 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 48 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 49 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 50 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 51 | * SUCH DAMAGE. |
| 52 | * |
| 53 | * The licence and distribution terms for any publically available version or |
| 54 | * derivative of this code cannot be changed. i.e. this code cannot simply be |
| 55 | * copied and put under another distribution licence |
| 56 | * [including the GNU Public Licence.] |
| 57 | */ |
Bodo Möller | 3ac82fa | 2000-12-15 16:40:35 +0000 | [diff] [blame] | 58 | /* ==================================================================== |
Bodo Möller | f3dea9a | 2006-06-09 15:44:59 +0000 | [diff] [blame] | 59 | * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. |
Bodo Möller | 3ac82fa | 2000-12-15 16:40:35 +0000 | [diff] [blame] | 60 | * |
| 61 | * Redistribution and use in source and binary forms, with or without |
| 62 | * modification, are permitted provided that the following conditions |
| 63 | * are met: |
| 64 | * |
| 65 | * 1. Redistributions of source code must retain the above copyright |
| 66 | * notice, this list of conditions and the following disclaimer. |
| 67 | * |
| 68 | * 2. Redistributions in binary form must reproduce the above copyright |
| 69 | * notice, this list of conditions and the following disclaimer in |
| 70 | * the documentation and/or other materials provided with the |
| 71 | * distribution. |
| 72 | * |
| 73 | * 3. All advertising materials mentioning features or use of this |
| 74 | * software must display the following acknowledgment: |
| 75 | * "This product includes software developed by the OpenSSL Project |
| 76 | * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" |
| 77 | * |
| 78 | * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to |
| 79 | * endorse or promote products derived from this software without |
| 80 | * prior written permission. For written permission, please contact |
| 81 | * openssl-core@openssl.org. |
| 82 | * |
| 83 | * 5. Products derived from this software may not be called "OpenSSL" |
| 84 | * nor may "OpenSSL" appear in their names without prior written |
| 85 | * permission of the OpenSSL Project. |
| 86 | * |
| 87 | * 6. Redistributions of any form whatsoever must retain the following |
| 88 | * acknowledgment: |
| 89 | * "This product includes software developed by the OpenSSL Project |
| 90 | * for use in the OpenSSL Toolkit (http://www.openssl.org/)" |
| 91 | * |
| 92 | * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY |
| 93 | * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 94 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 95 | * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR |
| 96 | * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 97 | * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 98 | * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 99 | * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 100 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
| 101 | * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 102 | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 103 | * OF THE POSSIBILITY OF SUCH DAMAGE. |
| 104 | * ==================================================================== |
| 105 | * |
| 106 | * This product includes cryptographic software written by Eric Young |
| 107 | * (eay@cryptsoft.com). This product includes software written by Tim |
| 108 | * Hudson (tjh@cryptsoft.com). |
| 109 | * |
| 110 | */ |
| 111 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 112 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 113 | #include <stdio.h> |
| 114 | #include <string.h> |
| 115 | #include <stdlib.h> |
Richard Levitte | 1f515cf | 2000-03-18 09:09:31 +0000 | [diff] [blame] | 116 | #define OPENSSL_C /* tells apps.h to use complete apps_startup() */ |
Lutz Jänicke | 7b63c0f | 2002-07-10 07:01:54 +0000 | [diff] [blame] | 117 | #include "apps.h" |
Bodo Möller | ec57782 | 1999-04-23 22:13:45 +0000 | [diff] [blame] | 118 | #include <openssl/bio.h> |
| 119 | #include <openssl/crypto.h> |
| 120 | #include <openssl/lhash.h> |
| 121 | #include <openssl/conf.h> |
| 122 | #include <openssl/x509.h> |
| 123 | #include <openssl/pem.h> |
| 124 | #include <openssl/ssl.h> |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 125 | #ifndef OPENSSL_NO_ENGINE |
Geoff Thorpe | 1372965 | 2001-09-12 02:39:06 +0000 | [diff] [blame] | 126 | #include <openssl/engine.h> |
Richard Levitte | 0b13e9f | 2003-01-30 17:39:26 +0000 | [diff] [blame] | 127 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 128 | #define USE_SOCKETS /* needed for the _O_BINARY defs in the MS world */ |
Bodo Möller | 29a28ee | 2000-02-05 21:28:09 +0000 | [diff] [blame] | 129 | #include "progs.h" |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 130 | #include "s_apps.h" |
Bodo Möller | ec57782 | 1999-04-23 22:13:45 +0000 | [diff] [blame] | 131 | #include <openssl/err.h> |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 132 | |
Geoff Thorpe | d0fa136 | 2000-12-08 20:02:01 +0000 | [diff] [blame] | 133 | /* The LHASH callbacks ("hash" & "cmp") have been replaced by functions with the |
| 134 | * base prototypes (we cast each variable inside the function to the required |
| 135 | * type of "FUNCTION*"). This removes the necessity for macro-generated wrapper |
| 136 | * functions. */ |
| 137 | |
Ben Laurie | 3c1d6bb | 2008-05-26 11:24:29 +0000 | [diff] [blame] | 138 | static LHASH_OF(FUNCTION) *prog_init(void ); |
| 139 | static int do_cmd(LHASH_OF(FUNCTION) *prog,int argc,char *argv[]); |
Dr. Stephen Henson | 0b33dac | 2006-04-04 18:16:03 +0000 | [diff] [blame] | 140 | static void list_pkey(BIO *out); |
Dr. Stephen Henson | 5ba4bf3 | 2006-07-09 00:53:45 +0000 | [diff] [blame] | 141 | static void list_cipher(BIO *out); |
| 142 | static void list_md(BIO *out); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 143 | char *default_config_file=NULL; |
| 144 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 145 | /* Make sure there is only one when MONOLITH is defined */ |
| 146 | #ifdef MONOLITH |
Richard Levitte | 0e2cc42 | 2002-10-09 15:36:23 +0000 | [diff] [blame] | 147 | CONF *config=NULL; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 148 | BIO *bio_err=NULL; |
| 149 | #endif |
| 150 | |
Bodo Möller | 3ac82fa | 2000-12-15 16:40:35 +0000 | [diff] [blame] | 151 | |
| 152 | static void lock_dbg_cb(int mode, int type, const char *file, int line) |
| 153 | { |
| 154 | static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */ |
| 155 | const char *errstr = NULL; |
| 156 | int rw; |
| 157 | |
| 158 | rw = mode & (CRYPTO_READ|CRYPTO_WRITE); |
| 159 | if (!((rw == CRYPTO_READ) || (rw == CRYPTO_WRITE))) |
| 160 | { |
| 161 | errstr = "invalid mode"; |
| 162 | goto err; |
| 163 | } |
| 164 | |
Bodo Möller | 563c05e | 2003-08-14 10:33:56 +0000 | [diff] [blame] | 165 | if (type < 0 || type >= CRYPTO_NUM_LOCKS) |
Bodo Möller | 3ac82fa | 2000-12-15 16:40:35 +0000 | [diff] [blame] | 166 | { |
| 167 | errstr = "type out of bounds"; |
| 168 | goto err; |
| 169 | } |
| 170 | |
| 171 | if (mode & CRYPTO_LOCK) |
| 172 | { |
| 173 | if (modes[type]) |
| 174 | { |
| 175 | errstr = "already locked"; |
| 176 | /* must not happen in a single-threaded program |
| 177 | * (would deadlock) */ |
| 178 | goto err; |
| 179 | } |
| 180 | |
| 181 | modes[type] = rw; |
| 182 | } |
| 183 | else if (mode & CRYPTO_UNLOCK) |
| 184 | { |
| 185 | if (!modes[type]) |
| 186 | { |
| 187 | errstr = "not locked"; |
| 188 | goto err; |
| 189 | } |
| 190 | |
| 191 | if (modes[type] != rw) |
| 192 | { |
| 193 | errstr = (rw == CRYPTO_READ) ? |
| 194 | "CRYPTO_r_unlock on write lock" : |
| 195 | "CRYPTO_w_unlock on read lock"; |
| 196 | } |
| 197 | |
| 198 | modes[type] = 0; |
| 199 | } |
| 200 | else |
| 201 | { |
| 202 | errstr = "invalid mode"; |
| 203 | goto err; |
| 204 | } |
| 205 | |
| 206 | err: |
| 207 | if (errstr) |
| 208 | { |
| 209 | /* we cannot use bio_err here */ |
| 210 | fprintf(stderr, "openssl (lock_dbg_cb): %s (mode=%d, type=%d) at %s:%d\n", |
| 211 | errstr, mode, type, file, line); |
| 212 | } |
| 213 | } |
| 214 | |
| 215 | |
Richard Levitte | 8ecef24 | 2011-03-20 13:15:33 +0000 | [diff] [blame^] | 216 | int main(int Argc, char *_Argv[]) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 217 | { |
| 218 | ARGS arg; |
Richard Levitte | dfee50e | 2002-04-06 19:00:50 +0000 | [diff] [blame] | 219 | #define PROG_NAME_SIZE 39 |
| 220 | char pname[PROG_NAME_SIZE+1]; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 221 | FUNCTION f,*fp; |
Nils Larsch | 7d72723 | 2005-04-05 19:11:19 +0000 | [diff] [blame] | 222 | MS_STATIC const char *prompt; |
| 223 | MS_STATIC char buf[1024]; |
Ben Laurie | 54a656e | 2002-11-13 15:43:43 +0000 | [diff] [blame] | 224 | char *to_free=NULL; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 225 | int n,i,ret=0; |
| 226 | int argc; |
| 227 | char **argv,*p; |
Ben Laurie | 3c1d6bb | 2008-05-26 11:24:29 +0000 | [diff] [blame] | 228 | LHASH_OF(FUNCTION) *prog=NULL; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 229 | long errline; |
Richard Levitte | 8ecef24 | 2011-03-20 13:15:33 +0000 | [diff] [blame^] | 230 | |
| 231 | #if defined( OPENSSL_SYS_VMS) && !defined( VMS_TRUST_ARGV) |
| 232 | /* 2011-03-08 SMS. |
| 233 | * "HP C V7.3-009 on OpenVMS Alpha V8.3" with 64-bit |
| 234 | * pointers (at least) may not NULL-terminate argv[] |
| 235 | * as expected. If necessary, use a (properly) |
| 236 | * NULL-terminated duplicate of argv[]. |
| 237 | */ |
| 238 | /* 2011-03-20 RL. |
| 239 | * Additionally, when the argument vector is full of |
| 240 | * 32-bit pointers and we have a 64-bit pointer size |
| 241 | * everywhere else, we need to make a copy of it using |
| 242 | * 64-bit pointers. Hence the odd conditinal. |
| 243 | */ |
| 244 | char **Argv = NULL; |
| 245 | int free_Argv = 0; |
| 246 | |
| 247 | if (_Argv[ Argc] != NULL |
| 248 | # if defined(__INITIAL_POINTER_SIZE) |
| 249 | || sizeof(_Argv) < (__INITIAL_POINTER_SIZE / 8) |
| 250 | # endif |
| 251 | ) |
| 252 | { |
| 253 | int i; |
| 254 | Argv = OPENSSL_malloc( (Argc+ 1)* sizeof( char *)); |
| 255 | if (Argv == NULL) |
| 256 | { ret = -1; goto end; } |
| 257 | for(i = 0; i < Argc; i++) |
| 258 | Argv[i] = _Argv[i]; |
| 259 | Argv[ Argc] = NULL; |
| 260 | free_Argv = 1; |
| 261 | } |
| 262 | else |
| 263 | { |
| 264 | /* 2011-03-20 RL. |
| 265 | * If we didn't copy the argument vector, then simply |
| 266 | * assign our variable. This will never happen when |
| 267 | * the argument vector pointer size was smaller than |
| 268 | * the initial pointer size, so even if the case might |
| 269 | * look unsafe, it isn't, it's just there to shut the |
| 270 | * compiler up. |
| 271 | */ |
| 272 | Argv = (char **)_Argv; |
| 273 | } |
| 274 | #else |
| 275 | char **Argv = _Argv; |
| 276 | #endif |
| 277 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 278 | arg.data=NULL; |
| 279 | arg.count=0; |
| 280 | |
Bodo Möller | 055076c | 2002-11-18 13:37:40 +0000 | [diff] [blame] | 281 | if (bio_err == NULL) |
| 282 | if ((bio_err=BIO_new(BIO_s_file())) != NULL) |
| 283 | BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); |
| 284 | |
Bodo Möller | 384eff8 | 2001-09-10 09:50:30 +0000 | [diff] [blame] | 285 | if (getenv("OPENSSL_DEBUG_MEMORY") != NULL) /* if not defined, use compiled-in library defaults */ |
Bodo Möller | 10654d3 | 2001-03-11 14:49:46 +0000 | [diff] [blame] | 286 | { |
| 287 | if (!(0 == strcmp(getenv("OPENSSL_DEBUG_MEMORY"), "off"))) |
| 288 | { |
| 289 | CRYPTO_malloc_debug_init(); |
Bodo Möller | 384eff8 | 2001-09-10 09:50:30 +0000 | [diff] [blame] | 290 | CRYPTO_set_mem_debug_options(V_CRYPTO_MDEBUG_ALL); |
| 291 | } |
| 292 | else |
| 293 | { |
| 294 | /* OPENSSL_DEBUG_MEMORY=off */ |
| 295 | CRYPTO_set_mem_debug_functions(0, 0, 0, 0, 0); |
Bodo Möller | 10654d3 | 2001-03-11 14:49:46 +0000 | [diff] [blame] | 296 | } |
| 297 | } |
Bodo Möller | 4fd2ead | 2000-01-15 03:08:52 +0000 | [diff] [blame] | 298 | CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON); |
| 299 | |
Bodo Möller | 3ac82fa | 2000-12-15 16:40:35 +0000 | [diff] [blame] | 300 | #if 0 |
| 301 | if (getenv("OPENSSL_DEBUG_LOCKING") != NULL) |
| 302 | #endif |
| 303 | { |
| 304 | CRYPTO_set_locking_callback(lock_dbg_cb); |
| 305 | } |
| 306 | |
Bodo Möller | 4fd2ead | 2000-01-15 03:08:52 +0000 | [diff] [blame] | 307 | apps_startup(); |
| 308 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 309 | /* Lets load up our environment a little */ |
Ralf S. Engelschall | 06d5b16 | 1999-01-02 12:59:33 +0000 | [diff] [blame] | 310 | p=getenv("OPENSSL_CONF"); |
| 311 | if (p == NULL) |
| 312 | p=getenv("SSLEAY_CONF"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 313 | if (p == NULL) |
Ben Laurie | 54a656e | 2002-11-13 15:43:43 +0000 | [diff] [blame] | 314 | p=to_free=make_config_name(); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 315 | |
| 316 | default_config_file=p; |
| 317 | |
Dr. Stephen Henson | b7a26e6 | 2001-06-28 11:41:50 +0000 | [diff] [blame] | 318 | config=NCONF_new(NULL); |
| 319 | i=NCONF_load(config,p,&errline); |
Dr. Stephen Henson | 6ca4879 | 2001-10-21 01:05:53 +0000 | [diff] [blame] | 320 | if (i == 0) |
| 321 | { |
Bodo Möller | 1a489c9 | 2008-09-15 20:41:24 +0000 | [diff] [blame] | 322 | if (ERR_GET_REASON(ERR_peek_last_error()) |
| 323 | == CONF_R_NO_SUCH_FILE) |
| 324 | { |
| 325 | BIO_printf(bio_err, |
| 326 | "WARNING: can't open config file: %s\n",p); |
| 327 | ERR_clear_error(); |
| 328 | NCONF_free(config); |
| 329 | config = NULL; |
| 330 | } |
| 331 | else |
| 332 | { |
| 333 | ERR_print_errors(bio_err); |
| 334 | NCONF_free(config); |
| 335 | exit(1); |
| 336 | } |
Dr. Stephen Henson | 6ca4879 | 2001-10-21 01:05:53 +0000 | [diff] [blame] | 337 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 338 | |
| 339 | prog=prog_init(); |
| 340 | |
| 341 | /* first check the program name */ |
Ben Laurie | 54a656e | 2002-11-13 15:43:43 +0000 | [diff] [blame] | 342 | program_name(Argv[0],pname,sizeof pname); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 343 | |
| 344 | f.name=pname; |
Ben Laurie | 3c1d6bb | 2008-05-26 11:24:29 +0000 | [diff] [blame] | 345 | fp=lh_FUNCTION_retrieve(prog,&f); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 346 | if (fp != NULL) |
| 347 | { |
| 348 | Argv[0]=pname; |
| 349 | ret=fp->func(Argc,Argv); |
| 350 | goto end; |
| 351 | } |
| 352 | |
| 353 | /* ok, now check that there are not arguments, if there are, |
| 354 | * run with them, shifting the ssleay off the front */ |
| 355 | if (Argc != 1) |
| 356 | { |
| 357 | Argc--; |
| 358 | Argv++; |
| 359 | ret=do_cmd(prog,Argc,Argv); |
| 360 | if (ret < 0) ret=0; |
| 361 | goto end; |
| 362 | } |
| 363 | |
Ralf S. Engelschall | 06d5b16 | 1999-01-02 12:59:33 +0000 | [diff] [blame] | 364 | /* ok, lets enter the old 'OpenSSL>' mode */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 365 | |
| 366 | for (;;) |
| 367 | { |
| 368 | ret=0; |
| 369 | p=buf; |
Ben Laurie | 54a656e | 2002-11-13 15:43:43 +0000 | [diff] [blame] | 370 | n=sizeof buf; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 371 | i=0; |
| 372 | for (;;) |
| 373 | { |
| 374 | p[0]='\0'; |
| 375 | if (i++) |
| 376 | prompt=">"; |
Ralf S. Engelschall | 06d5b16 | 1999-01-02 12:59:33 +0000 | [diff] [blame] | 377 | else prompt="OpenSSL> "; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 378 | fputs(prompt,stdout); |
| 379 | fflush(stdout); |
Dr. Stephen Henson | 0e039aa | 2009-10-04 16:42:56 +0000 | [diff] [blame] | 380 | if (!fgets(p,n,stdin)) |
| 381 | goto end; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 382 | if (p[0] == '\0') goto end; |
| 383 | i=strlen(p); |
| 384 | if (i <= 1) break; |
| 385 | if (p[i-2] != '\\') break; |
| 386 | i-=2; |
| 387 | p+=i; |
| 388 | n-=i; |
| 389 | } |
| 390 | if (!chopup_args(&arg,buf,&argc,&argv)) break; |
| 391 | |
| 392 | ret=do_cmd(prog,argc,argv); |
| 393 | if (ret < 0) |
| 394 | { |
| 395 | ret=0; |
| 396 | goto end; |
| 397 | } |
| 398 | if (ret != 0) |
| 399 | BIO_printf(bio_err,"error in %s\n",argv[0]); |
Bodo Möller | d58d092 | 1999-06-10 16:29:32 +0000 | [diff] [blame] | 400 | (void)BIO_flush(bio_err); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 401 | } |
| 402 | BIO_printf(bio_err,"bad exit\n"); |
| 403 | ret=1; |
| 404 | end: |
Ben Laurie | 54a656e | 2002-11-13 15:43:43 +0000 | [diff] [blame] | 405 | if (to_free) |
| 406 | OPENSSL_free(to_free); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 407 | if (config != NULL) |
| 408 | { |
Dr. Stephen Henson | b7a26e6 | 2001-06-28 11:41:50 +0000 | [diff] [blame] | 409 | NCONF_free(config); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 410 | config=NULL; |
| 411 | } |
Ben Laurie | 3c1d6bb | 2008-05-26 11:24:29 +0000 | [diff] [blame] | 412 | if (prog != NULL) lh_FUNCTION_free(prog); |
Richard Levitte | 26a3a48 | 2000-06-01 22:19:21 +0000 | [diff] [blame] | 413 | if (arg.data != NULL) OPENSSL_free(arg.data); |
Bodo Möller | c2222c2 | 2001-09-10 18:47:33 +0000 | [diff] [blame] | 414 | |
Richard Levitte | 870d986 | 2001-06-23 16:31:41 +0000 | [diff] [blame] | 415 | apps_shutdown(); |
Richard Levitte | 2102374 | 2001-04-26 16:08:10 +0000 | [diff] [blame] | 416 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 417 | CRYPTO_mem_leaks(bio_err); |
| 418 | if (bio_err != NULL) |
| 419 | { |
| 420 | BIO_free(bio_err); |
| 421 | bio_err=NULL; |
| 422 | } |
Richard Levitte | 8ecef24 | 2011-03-20 13:15:33 +0000 | [diff] [blame^] | 423 | #if defined( OPENSSL_SYS_VMS) && !defined( VMS_TRUST_ARGV) |
| 424 | /* Free any duplicate Argv[] storage. */ |
| 425 | if (free_Argv) |
| 426 | { |
| 427 | OPENSSL_free(Argv); |
| 428 | } |
| 429 | #endif |
Richard Levitte | 1c3e4a3 | 2002-12-03 16:33:03 +0000 | [diff] [blame] | 430 | OPENSSL_EXIT(ret); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 431 | } |
| 432 | |
Bodo Möller | fc8ee06 | 1999-04-11 02:49:35 +0000 | [diff] [blame] | 433 | #define LIST_STANDARD_COMMANDS "list-standard-commands" |
| 434 | #define LIST_MESSAGE_DIGEST_COMMANDS "list-message-digest-commands" |
Dr. Stephen Henson | 5ba4bf3 | 2006-07-09 00:53:45 +0000 | [diff] [blame] | 435 | #define LIST_MESSAGE_DIGEST_ALGORITHMS "list-message-digest-algorithms" |
Bodo Möller | fc8ee06 | 1999-04-11 02:49:35 +0000 | [diff] [blame] | 436 | #define LIST_CIPHER_COMMANDS "list-cipher-commands" |
Dr. Stephen Henson | 5ba4bf3 | 2006-07-09 00:53:45 +0000 | [diff] [blame] | 437 | #define LIST_CIPHER_ALGORITHMS "list-cipher-algorithms" |
Dr. Stephen Henson | 0b33dac | 2006-04-04 18:16:03 +0000 | [diff] [blame] | 438 | #define LIST_PUBLIC_KEY_ALGORITHMS "list-public-key-algorithms" |
Bodo Möller | fc8ee06 | 1999-04-11 02:49:35 +0000 | [diff] [blame] | 439 | |
Dr. Stephen Henson | 5ba4bf3 | 2006-07-09 00:53:45 +0000 | [diff] [blame] | 440 | |
Ben Laurie | 3c1d6bb | 2008-05-26 11:24:29 +0000 | [diff] [blame] | 441 | static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 442 | { |
| 443 | FUNCTION f,*fp; |
| 444 | int i,ret=1,tp,nl; |
| 445 | |
| 446 | if ((argc <= 0) || (argv[0] == NULL)) |
| 447 | { ret=0; goto end; } |
| 448 | f.name=argv[0]; |
Ben Laurie | 3c1d6bb | 2008-05-26 11:24:29 +0000 | [diff] [blame] | 449 | fp=lh_FUNCTION_retrieve(prog,&f); |
Dr. Stephen Henson | aaf35f1 | 2009-03-30 11:31:50 +0000 | [diff] [blame] | 450 | if (fp == NULL) |
| 451 | { |
| 452 | if (EVP_get_digestbyname(argv[0])) |
| 453 | { |
| 454 | f.type = FUNC_TYPE_MD; |
| 455 | f.func = dgst_main; |
| 456 | fp = &f; |
| 457 | } |
| 458 | else if (EVP_get_cipherbyname(argv[0])) |
| 459 | { |
| 460 | f.type = FUNC_TYPE_CIPHER; |
| 461 | f.func = enc_main; |
| 462 | fp = &f; |
| 463 | } |
| 464 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 465 | if (fp != NULL) |
| 466 | { |
| 467 | ret=fp->func(argc,argv); |
| 468 | } |
Bodo Möller | 46c4647 | 2000-03-13 20:31:46 +0000 | [diff] [blame] | 469 | else if ((strncmp(argv[0],"no-",3)) == 0) |
| 470 | { |
| 471 | BIO *bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE); |
Richard Levitte | bc36ee6 | 2001-02-20 08:13:47 +0000 | [diff] [blame] | 472 | #ifdef OPENSSL_SYS_VMS |
Richard Levitte | 645749e | 2000-09-20 13:55:50 +0000 | [diff] [blame] | 473 | { |
| 474 | BIO *tmpbio = BIO_new(BIO_f_linebuffer()); |
| 475 | bio_stdout = BIO_push(tmpbio, bio_stdout); |
| 476 | } |
| 477 | #endif |
Bodo Möller | 46c4647 | 2000-03-13 20:31:46 +0000 | [diff] [blame] | 478 | f.name=argv[0]+3; |
Ben Laurie | 3c1d6bb | 2008-05-26 11:24:29 +0000 | [diff] [blame] | 479 | ret = (lh_FUNCTION_retrieve(prog,&f) != NULL); |
Bodo Möller | 46c4647 | 2000-03-13 20:31:46 +0000 | [diff] [blame] | 480 | if (!ret) |
| 481 | BIO_printf(bio_stdout, "%s\n", argv[0]); |
| 482 | else |
| 483 | BIO_printf(bio_stdout, "%s\n", argv[0]+3); |
Richard Levitte | 645749e | 2000-09-20 13:55:50 +0000 | [diff] [blame] | 484 | BIO_free_all(bio_stdout); |
Bodo Möller | 46c4647 | 2000-03-13 20:31:46 +0000 | [diff] [blame] | 485 | goto end; |
| 486 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 487 | else if ((strcmp(argv[0],"quit") == 0) || |
| 488 | (strcmp(argv[0],"q") == 0) || |
| 489 | (strcmp(argv[0],"exit") == 0) || |
| 490 | (strcmp(argv[0],"bye") == 0)) |
| 491 | { |
| 492 | ret= -1; |
| 493 | goto end; |
| 494 | } |
Bodo Möller | fc8ee06 | 1999-04-11 02:49:35 +0000 | [diff] [blame] | 495 | else if ((strcmp(argv[0],LIST_STANDARD_COMMANDS) == 0) || |
| 496 | (strcmp(argv[0],LIST_MESSAGE_DIGEST_COMMANDS) == 0) || |
Dr. Stephen Henson | 5ba4bf3 | 2006-07-09 00:53:45 +0000 | [diff] [blame] | 497 | (strcmp(argv[0],LIST_MESSAGE_DIGEST_ALGORITHMS) == 0) || |
Dr. Stephen Henson | 0b33dac | 2006-04-04 18:16:03 +0000 | [diff] [blame] | 498 | (strcmp(argv[0],LIST_CIPHER_COMMANDS) == 0) || |
Dr. Stephen Henson | 5ba4bf3 | 2006-07-09 00:53:45 +0000 | [diff] [blame] | 499 | (strcmp(argv[0],LIST_CIPHER_ALGORITHMS) == 0) || |
Dr. Stephen Henson | 0b33dac | 2006-04-04 18:16:03 +0000 | [diff] [blame] | 500 | (strcmp(argv[0],LIST_PUBLIC_KEY_ALGORITHMS) == 0)) |
Bodo Möller | fc8ee06 | 1999-04-11 02:49:35 +0000 | [diff] [blame] | 501 | { |
| 502 | int list_type; |
| 503 | BIO *bio_stdout; |
| 504 | |
| 505 | if (strcmp(argv[0],LIST_STANDARD_COMMANDS) == 0) |
| 506 | list_type = FUNC_TYPE_GENERAL; |
| 507 | else if (strcmp(argv[0],LIST_MESSAGE_DIGEST_COMMANDS) == 0) |
| 508 | list_type = FUNC_TYPE_MD; |
Dr. Stephen Henson | 5ba4bf3 | 2006-07-09 00:53:45 +0000 | [diff] [blame] | 509 | else if (strcmp(argv[0],LIST_MESSAGE_DIGEST_ALGORITHMS) == 0) |
| 510 | list_type = FUNC_TYPE_MD_ALG; |
Dr. Stephen Henson | 0b33dac | 2006-04-04 18:16:03 +0000 | [diff] [blame] | 511 | else if (strcmp(argv[0],LIST_PUBLIC_KEY_ALGORITHMS) == 0) |
| 512 | list_type = FUNC_TYPE_PKEY; |
Dr. Stephen Henson | 5ba4bf3 | 2006-07-09 00:53:45 +0000 | [diff] [blame] | 513 | else if (strcmp(argv[0],LIST_CIPHER_ALGORITHMS) == 0) |
| 514 | list_type = FUNC_TYPE_CIPHER_ALG; |
Bodo Möller | fc8ee06 | 1999-04-11 02:49:35 +0000 | [diff] [blame] | 515 | else /* strcmp(argv[0],LIST_CIPHER_COMMANDS) == 0 */ |
| 516 | list_type = FUNC_TYPE_CIPHER; |
| 517 | bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE); |
Richard Levitte | bc36ee6 | 2001-02-20 08:13:47 +0000 | [diff] [blame] | 518 | #ifdef OPENSSL_SYS_VMS |
Richard Levitte | 645749e | 2000-09-20 13:55:50 +0000 | [diff] [blame] | 519 | { |
| 520 | BIO *tmpbio = BIO_new(BIO_f_linebuffer()); |
| 521 | bio_stdout = BIO_push(tmpbio, bio_stdout); |
| 522 | } |
| 523 | #endif |
Dr. Stephen Henson | 53ec880 | 2006-04-04 18:47:20 +0000 | [diff] [blame] | 524 | |
| 525 | if (!load_config(bio_err, NULL)) |
| 526 | goto end; |
| 527 | |
Dr. Stephen Henson | 0b33dac | 2006-04-04 18:16:03 +0000 | [diff] [blame] | 528 | if (list_type == FUNC_TYPE_PKEY) |
| 529 | list_pkey(bio_stdout); |
Dr. Stephen Henson | 5ba4bf3 | 2006-07-09 00:53:45 +0000 | [diff] [blame] | 530 | if (list_type == FUNC_TYPE_MD_ALG) |
| 531 | list_md(bio_stdout); |
| 532 | if (list_type == FUNC_TYPE_CIPHER_ALG) |
| 533 | list_cipher(bio_stdout); |
Dr. Stephen Henson | 0b33dac | 2006-04-04 18:16:03 +0000 | [diff] [blame] | 534 | else |
| 535 | { |
| 536 | for (fp=functions; fp->name != NULL; fp++) |
| 537 | if (fp->type == list_type) |
| 538 | BIO_printf(bio_stdout, "%s\n", |
| 539 | fp->name); |
| 540 | } |
Richard Levitte | 645749e | 2000-09-20 13:55:50 +0000 | [diff] [blame] | 541 | BIO_free_all(bio_stdout); |
Bodo Möller | fc8ee06 | 1999-04-11 02:49:35 +0000 | [diff] [blame] | 542 | ret=0; |
| 543 | goto end; |
| 544 | } |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 545 | else |
| 546 | { |
Ralf S. Engelschall | 06d5b16 | 1999-01-02 12:59:33 +0000 | [diff] [blame] | 547 | BIO_printf(bio_err,"openssl:Error: '%s' is an invalid command.\n", |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 548 | argv[0]); |
Ralf S. Engelschall | 06d5b16 | 1999-01-02 12:59:33 +0000 | [diff] [blame] | 549 | BIO_printf(bio_err, "\nStandard commands"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 550 | i=0; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 551 | tp=0; |
| 552 | for (fp=functions; fp->name != NULL; fp++) |
| 553 | { |
| 554 | nl=0; |
Bodo Möller | f3dea9a | 2006-06-09 15:44:59 +0000 | [diff] [blame] | 555 | #ifdef OPENSSL_NO_CAMELLIA |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 556 | if (((i++) % 5) == 0) |
Bodo Möller | f3dea9a | 2006-06-09 15:44:59 +0000 | [diff] [blame] | 557 | #else |
| 558 | if (((i++) % 4) == 0) |
| 559 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 560 | { |
| 561 | BIO_printf(bio_err,"\n"); |
| 562 | nl=1; |
| 563 | } |
| 564 | if (fp->type != tp) |
| 565 | { |
| 566 | tp=fp->type; |
| 567 | if (!nl) BIO_printf(bio_err,"\n"); |
| 568 | if (tp == FUNC_TYPE_MD) |
| 569 | { |
| 570 | i=1; |
| 571 | BIO_printf(bio_err, |
Ralf S. Engelschall | 06d5b16 | 1999-01-02 12:59:33 +0000 | [diff] [blame] | 572 | "\nMessage Digest commands (see the `dgst' command for more details)\n"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 573 | } |
| 574 | else if (tp == FUNC_TYPE_CIPHER) |
| 575 | { |
| 576 | i=1; |
Ralf S. Engelschall | 06d5b16 | 1999-01-02 12:59:33 +0000 | [diff] [blame] | 577 | BIO_printf(bio_err,"\nCipher commands (see the `enc' command for more details)\n"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 578 | } |
| 579 | } |
Bodo Möller | f3dea9a | 2006-06-09 15:44:59 +0000 | [diff] [blame] | 580 | #ifdef OPENSSL_NO_CAMELLIA |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 581 | BIO_printf(bio_err,"%-15s",fp->name); |
Bodo Möller | f3dea9a | 2006-06-09 15:44:59 +0000 | [diff] [blame] | 582 | #else |
| 583 | BIO_printf(bio_err,"%-18s",fp->name); |
| 584 | #endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 585 | } |
Ralf S. Engelschall | 06d5b16 | 1999-01-02 12:59:33 +0000 | [diff] [blame] | 586 | BIO_printf(bio_err,"\n\n"); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 587 | ret=0; |
| 588 | } |
| 589 | end: |
| 590 | return(ret); |
| 591 | } |
| 592 | |
Ben Laurie | 50acf46 | 1999-01-09 19:15:59 +0000 | [diff] [blame] | 593 | static int SortFnByName(const void *_f1,const void *_f2) |
| 594 | { |
| 595 | const FUNCTION *f1=_f1; |
| 596 | const FUNCTION *f2=_f2; |
| 597 | |
| 598 | if(f1->type != f2->type) |
| 599 | return f1->type-f2->type; |
| 600 | return strcmp(f1->name,f2->name); |
| 601 | } |
| 602 | |
Dr. Stephen Henson | 0b33dac | 2006-04-04 18:16:03 +0000 | [diff] [blame] | 603 | static void list_pkey(BIO *out) |
| 604 | { |
| 605 | int i; |
| 606 | for (i = 0; i < EVP_PKEY_asn1_get_count(); i++) |
| 607 | { |
| 608 | const EVP_PKEY_ASN1_METHOD *ameth; |
| 609 | int pkey_id, pkey_base_id, pkey_flags; |
| 610 | const char *pinfo, *pem_str; |
| 611 | ameth = EVP_PKEY_asn1_get0(i); |
| 612 | EVP_PKEY_asn1_get0_info(&pkey_id, &pkey_base_id, &pkey_flags, |
| 613 | &pinfo, &pem_str, ameth); |
| 614 | if (pkey_flags & ASN1_PKEY_ALIAS) |
| 615 | { |
| 616 | BIO_printf(out, "Name: %s\n", |
| 617 | OBJ_nid2ln(pkey_id)); |
| 618 | BIO_printf(out, "\tType: Alias to %s\n", |
| 619 | OBJ_nid2ln(pkey_base_id)); |
| 620 | } |
| 621 | else |
| 622 | { |
| 623 | BIO_printf(out, "Name: %s\n", pinfo); |
| 624 | BIO_printf(out, "\tType: %s Algorithm\n", |
| 625 | pkey_flags & ASN1_PKEY_DYNAMIC ? |
| 626 | "External" : "Builtin"); |
| 627 | BIO_printf(out, "\tOID: %s\n", OBJ_nid2ln(pkey_id)); |
| 628 | if (pem_str == NULL) |
| 629 | pem_str = "(none)"; |
| 630 | BIO_printf(out, "\tPEM string: %s\n", pem_str); |
| 631 | } |
| 632 | |
| 633 | } |
| 634 | } |
| 635 | |
Dr. Stephen Henson | 5ba4bf3 | 2006-07-09 00:53:45 +0000 | [diff] [blame] | 636 | static void list_cipher_fn(const EVP_CIPHER *c, |
| 637 | const char *from, const char *to, void *arg) |
| 638 | { |
| 639 | if (c) |
| 640 | BIO_printf(arg, "%s\n", EVP_CIPHER_name(c)); |
| 641 | else |
| 642 | { |
| 643 | if (!from) |
| 644 | from = "<undefined>"; |
| 645 | if (!to) |
| 646 | to = "<undefined>"; |
| 647 | BIO_printf(arg, "%s => %s\n", from, to); |
| 648 | } |
| 649 | } |
| 650 | |
| 651 | static void list_cipher(BIO *out) |
| 652 | { |
| 653 | EVP_CIPHER_do_all_sorted(list_cipher_fn, out); |
| 654 | } |
| 655 | |
| 656 | static void list_md_fn(const EVP_MD *m, |
| 657 | const char *from, const char *to, void *arg) |
| 658 | { |
| 659 | if (m) |
| 660 | BIO_printf(arg, "%s\n", EVP_MD_name(m)); |
| 661 | else |
| 662 | { |
| 663 | if (!from) |
| 664 | from = "<undefined>"; |
| 665 | if (!to) |
| 666 | to = "<undefined>"; |
| 667 | BIO_printf(arg, "%s => %s\n", from, to); |
| 668 | } |
| 669 | } |
| 670 | |
| 671 | static void list_md(BIO *out) |
| 672 | { |
| 673 | EVP_MD_do_all_sorted(list_md_fn, out); |
| 674 | } |
| 675 | |
Ben Laurie | 3c1d6bb | 2008-05-26 11:24:29 +0000 | [diff] [blame] | 676 | static int MS_CALLBACK function_cmp(const FUNCTION *a, const FUNCTION *b) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 677 | { |
Ben Laurie | 3c1d6bb | 2008-05-26 11:24:29 +0000 | [diff] [blame] | 678 | return strncmp(a->name,b->name,8); |
| 679 | } |
Dr. Stephen Henson | ab3eafd | 2008-05-31 19:17:25 +0000 | [diff] [blame] | 680 | static IMPLEMENT_LHASH_COMP_FN(function, FUNCTION) |
Ben Laurie | 3c1d6bb | 2008-05-26 11:24:29 +0000 | [diff] [blame] | 681 | |
| 682 | static unsigned long MS_CALLBACK function_hash(const FUNCTION *a) |
| 683 | { |
| 684 | return lh_strhash(a->name); |
| 685 | } |
Dr. Stephen Henson | ab3eafd | 2008-05-31 19:17:25 +0000 | [diff] [blame] | 686 | static IMPLEMENT_LHASH_HASH_FN(function, FUNCTION) |
Ben Laurie | 3c1d6bb | 2008-05-26 11:24:29 +0000 | [diff] [blame] | 687 | |
| 688 | static LHASH_OF(FUNCTION) *prog_init(void) |
| 689 | { |
| 690 | LHASH_OF(FUNCTION) *ret; |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 691 | FUNCTION *f; |
Nils Larsch | 7d72723 | 2005-04-05 19:11:19 +0000 | [diff] [blame] | 692 | size_t i; |
Ben Laurie | 50acf46 | 1999-01-09 19:15:59 +0000 | [diff] [blame] | 693 | |
| 694 | /* Purely so it looks nice when the user hits ? */ |
| 695 | for(i=0,f=functions ; f->name != NULL ; ++f,++i) |
| 696 | ; |
| 697 | qsort(functions,i,sizeof *functions,SortFnByName); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 698 | |
Ben Laurie | 3c1d6bb | 2008-05-26 11:24:29 +0000 | [diff] [blame] | 699 | if ((ret=lh_FUNCTION_new()) == NULL) |
Geoff Thorpe | 385d813 | 2000-12-01 20:31:52 +0000 | [diff] [blame] | 700 | return(NULL); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 701 | |
| 702 | for (f=functions; f->name != NULL; f++) |
Dr. Stephen Henson | d4cdbab | 2008-07-04 23:12:52 +0000 | [diff] [blame] | 703 | (void)lh_FUNCTION_insert(ret,f); |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 704 | return(ret); |
| 705 | } |
| 706 | |