]> git.ipfire.org Git - thirdparty/openssl.git/blame - apps/include/apps.h
VMS: move copy_argc to its own module and make it an aux source
[thirdparty/openssl.git] / apps / include / apps.h
CommitLineData
846e33c7 1/*
39556e63 2 * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
a661b653 3 *
dffa7520 4 * Licensed under the Apache License 2.0 (the "License"). You may not use
846e33c7
RS
5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
7 * https://www.openssl.org/source/license.html
a661b653 8 */
d02b48c6
RE
9
10#ifndef HEADER_APPS_H
0f113f3e
MC
11# define HEADER_APPS_H
12
4cff10dc 13# include "e_os.h" /* struct timeval for DTLS */
07016a8a 14# include "internal/nelem.h"
3b061a00 15# include <assert.h>
0f113f3e 16
3e3c7c36 17# include <sys/types.h>
c7d5ea26
VD
18# ifndef OPENSSL_NO_POSIX_IO
19# include <sys/stat.h>
20# include <fcntl.h>
21# endif
22
568b8020 23# include <openssl/e_os2.h>
03f887ca 24# include <openssl/ossl_typ.h>
0f113f3e
MC
25# include <openssl/bio.h>
26# include <openssl/x509.h>
0f113f3e
MC
27# include <openssl/conf.h>
28# include <openssl/txt_db.h>
3c27208f
RS
29# include <openssl/engine.h>
30# include <openssl/ocsp.h>
1fbab1dc 31# include <signal.h>
a43ce58f
SL
32# include "apps_ui.h"
33# include "opt.h"
34# include "fmt.h"
d02b48c6 35
7e1b7485
RS
36# if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WINCE)
37# define openssl_fdset(a,b) FD_SET((unsigned int)a, b)
38# else
39# define openssl_fdset(a,b) FD_SET(a, b)
40# endif
41
18295f0c
RL
42/*
43 * quick macro when you need to pass an unsigned char instead of a char.
44 * this is true for some implementations of the is*() functions, for
45 * example.
46 */
47#define _UC(c) ((unsigned char)(c))
48
3ee1eac2
RS
49void app_RAND_load_conf(CONF *c, const char *section);
50void app_RAND_write(void);
a31011e8 51
d02b48c6 52extern char *default_config_file;
7e1b7485
RS
53extern BIO *bio_in;
54extern BIO *bio_out;
d02b48c6 55extern BIO *bio_err;
adfc3786
MC
56extern const unsigned char tls13_aes128gcmsha256_id[];
57extern const unsigned char tls13_aes256gcmsha384_id[];
10ee7246
MC
58extern BIO_ADDR *ourpeer;
59
39556e63
RL
60BIO_METHOD *apps_bf_prefix(void);
61/*
62 * The control used to set the prefix with BIO_ctrl()
63 * We make it high enough so the chance of ever clashing with the BIO library
64 * remains unlikely for the foreseeable future and beyond.
65 */
66#define PREFIX_CTRL_SET_PREFIX (1 << 15)
71bb86f0
RL
67/*
68 * apps_bf_prefix() returns a dynamically created BIO_METHOD, which we
69 * need to destroy at some point. When created internally, it's stored
70 * in an internal pointer which can be freed with the following function
71 */
72void destroy_prefix_method(void);
39556e63 73
a60994df
RL
74BIO *dup_bio_in(int format);
75BIO *dup_bio_out(int format);
149bd5d6 76BIO *dup_bio_err(int format);
bdd58d98
RL
77BIO *bio_open_owner(const char *filename, int format, int private);
78BIO *bio_open_default(const char *filename, char mode, int format);
79BIO *bio_open_default_quiet(const char *filename, char mode, int format);
bfa470a4 80CONF *app_load_config_bio(BIO *in, const char *filename);
296f54ee
RL
81CONF *app_load_config(const char *filename);
82CONF *app_load_config_quiet(const char *filename);
83int app_load_modules(const CONF *config);
7e1b7485 84void unbuffer(FILE *fp);
e1b9840e 85void wait_for_async(SSL *s);
75dd6c1a
MC
86# if defined(OPENSSL_SYS_MSDOS)
87int has_stdin_waiting(void);
88# endif
d02b48c6 89
a0754084 90void corrupt_signature(const ASN1_STRING *signature);
dc047d31
DSH
91int set_cert_times(X509 *x, const char *startdate, const char *enddate,
92 int days);
17ebf85a 93
0f113f3e 94typedef struct args_st {
7e1b7485
RS
95 int size;
96 int argc;
97 char **argv;
0f113f3e 98} ARGS;
7bf7333d 99
368058d0
RL
100/*
101 * VMS C only for now, implemented in vms_decc_init.c
102 * If other C compilers forget to terminate argv with NULL, this function
103 * can be re-used.
104 */
105char **copy_argv(int *argc, char *argv[]);
4e155ec4
AP
106/*
107 * Win32-specific argv initialization that splits OS-supplied UNICODE
108 * command line string to array of UTF8-encoded strings.
109 */
110void win32_utf8argv(int *argc, char **argv[]);
087ca80a 111
229446df
RS
112/* We need both wrap and the "real" function because libcrypto uses both. */
113int wrap_password_callback(char *buf, int bufsiz, int verify, void *cb_data);
2fe5adc3 114
7e1b7485 115int chopup_args(ARGS *arg, char *buf);
0f113f3e 116# ifdef HEADER_X509_H
954ef7ef 117int dump_cert_text(BIO *out, X509 *x);
0f113f3e
MC
118void print_name(BIO *out, const char *title, X509_NAME *nm,
119 unsigned long lflags);
120# endif
2ac6115d
RL
121void print_bignum_var(BIO *, const BIGNUM *, const char*,
122 int, unsigned char *);
7e1b7485 123void print_array(BIO *, const char *, int, const unsigned char *);
b5c4209b
DB
124int set_nameopt(const char *arg);
125unsigned long get_nameopt(void);
8ca533e3 126int set_cert_ex(unsigned long *flags, const char *arg);
a657546f 127int set_name_ex(unsigned long *flags, const char *arg);
791bd0cd
DSH
128int set_ext_copy(int *copy_type, const char *arg);
129int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
cc696296 130int app_passwd(const char *arg1, const char *arg2, char **pass1, char **pass2);
7e1b7485 131int add_oid_section(CONF *conf);
a773b52a 132X509 *load_cert(const char *file, int format, const char *cert_descrip);
0090a686 133X509_CRL *load_crl(const char *infile, int format);
7e1b7485 134EVP_PKEY *load_key(const char *file, int format, int maybe_stdin,
0f113f3e 135 const char *pass, ENGINE *e, const char *key_descrip);
7e1b7485 136EVP_PKEY *load_pubkey(const char *file, int format, int maybe_stdin,
0f113f3e 137 const char *pass, ENGINE *e, const char *key_descrip);
0996dc54 138int load_certs(const char *file, STACK_OF(X509) **certs, int format,
a773b52a 139 const char *pass, const char *cert_descrip);
0996dc54 140int load_crls(const char *file, STACK_OF(X509_CRL) **crls, int format,
a773b52a 141 const char *pass, const char *cert_descrip);
cc696296 142X509_STORE *setup_verify(const char *CAfile, const char *CApath,
2b6bcb70 143 int noCAfile, int noCApath);
5da65ef2
RP
144__owur int ctx_set_verify_locations(SSL_CTX *ctx, const char *CAfile,
145 const char *CApath, int noCAfile,
146 int noCApath);
ca74c38d 147
b5369582
RP
148#ifndef OPENSSL_NO_CT
149
ca74c38d
RP
150/*
151 * Sets the file to load the Certificate Transparency log list from.
152 * If path is NULL, loads from the default file path.
153 * Returns 1 on success, 0 otherwise.
154 */
5da65ef2 155__owur int ctx_set_ctlog_list_file(SSL_CTX *ctx, const char *path);
dd696a55 156
b5369582
RP
157#endif
158
7e1b7485 159ENGINE *setup_engine(const char *engine, int debug);
dd1abd44 160void release_engine(ENGINE *e);
907c6c86 161
0f113f3e 162# ifndef OPENSSL_NO_OCSP
7e1b7485 163OCSP_RESPONSE *process_responder(OCSP_REQUEST *req,
0f113f3e
MC
164 const char *host, const char *path,
165 const char *port, int use_ssl,
82c49427 166 STACK_OF(CONF_VALUE) *headers,
0f113f3e
MC
167 int req_timeout);
168# endif
67c8e7f4 169
ee306a13
DSH
170/* Functions defined in ca.c and also used in ocsp.c */
171int unpack_revinfo(ASN1_TIME **prevtm, int *preason, ASN1_OBJECT **phold,
0f113f3e
MC
172 ASN1_GENERALIZEDTIME **pinvtm, const char *str);
173
174# define DB_type 0
175# define DB_exp_date 1
176# define DB_rev_date 2
177# define DB_serial 3 /* index - unique */
178# define DB_file 4
179# define DB_name 5 /* index - unique when active and not
180 * disabled */
181# define DB_NUMBER 6
182
06a79af2
F
183# define DB_TYPE_REV 'R' /* Revoked */
184# define DB_TYPE_EXP 'E' /* Expired */
185# define DB_TYPE_VAL 'V' /* Valid ; inserted with: ca ... -valid */
186# define DB_TYPE_SUSP 'S' /* Suspended */
0f113f3e
MC
187
188typedef struct db_attr_st {
189 int unique_subject;
190} DB_ATTR;
191typedef struct ca_db_st {
192 DB_ATTR attributes;
193 TXT_DB *db;
c7d5ea26
VD
194 char *dbfname;
195# ifndef OPENSSL_NO_POSIX_IO
196 struct stat dbst;
197# endif
0f113f3e 198} CA_DB;
f85b68cd 199
68dc6824 200void* app_malloc(int sz, const char *what);
cc696296
F
201BIGNUM *load_serial(const char *serialfile, int create, ASN1_INTEGER **retai);
202int save_serial(const char *serialfile, const char *suffix, const BIGNUM *serial,
0f113f3e 203 ASN1_INTEGER **retai);
cc696296
F
204int rotate_serial(const char *serialfile, const char *new_suffix,
205 const char *old_suffix);
64674bcc 206int rand_serial(BIGNUM *b, ASN1_INTEGER *ai);
cc696296 207CA_DB *load_index(const char *dbfile, DB_ATTR *dbattr);
f85b68cd 208int index_index(CA_DB *db);
7d727231 209int save_index(const char *dbfile, const char *suffix, CA_DB *db);
0f113f3e
MC
210int rotate_index(const char *dbfile, const char *new_suffix,
211 const char *old_suffix);
f85b68cd 212void free_index(CA_DB *db);
0f113f3e
MC
213# define index_name_cmp_noconst(a, b) \
214 index_name_cmp((const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, a), \
215 (const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, b))
c869da88 216int index_name_cmp(const OPENSSL_CSTRING *a, const OPENSSL_CSTRING *b);
ff990440 217int parse_yesno(const char *str, int def);
ee306a13 218
db4c08f0 219X509_NAME *parse_name(const char *str, long chtype, int multirdn);
ecf3a1fb 220void policies_print(X509_STORE_CTX *ctx);
a9164153 221int bio_to_mem(unsigned char **out, int maxlen, BIO *in);
0c20802c 222int pkey_ctrl_string(EVP_PKEY_CTX *ctx, const char *value);
7e1b7485 223int init_gen_str(EVP_PKEY_CTX **pctx,
0f113f3e 224 const char *algname, ENGINE *e, int do_param);
7e1b7485 225int do_X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md,
0f113f3e 226 STACK_OF(OPENSSL_STRING) *sigopts);
7e1b7485 227int do_X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md,
0f113f3e 228 STACK_OF(OPENSSL_STRING) *sigopts);
7e1b7485 229int do_X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md,
0f113f3e 230 STACK_OF(OPENSSL_STRING) *sigopts);
14e35350 231
f3b7bdad 232extern char *psk_key;
14e35350 233
eee6c81a 234
817cd0d5 235unsigned char *next_protos_parse(size_t *outlen, const char *in);
71fa4513 236
a70da5b3 237void print_cert_checks(BIO *bio, X509 *x,
0f113f3e
MC
238 const char *checkhost,
239 const char *checkemail, const char *checkip);
a70da5b3 240
0090a686
DSH
241void store_setup_crl_download(X509_STORE *st);
242
0f113f3e
MC
243# define EXT_COPY_NONE 0
244# define EXT_COPY_ADD 1
245# define EXT_COPY_ALL 2
246
247# define NETSCAPE_CERT_HDR "certificate"
248
249# define APP_PASS_LEN 1024
250
ffb46830
RS
251/*
252 * IETF RFC 5280 says serial number must be <= 20 bytes. Use 159 bits
253 * so that the first bit will never be one, so that the DER encoding
254 * rules won't force a leading octet.
255 */
256# define SERIAL_RAND_BITS 159
64674bcc 257
ffa10187 258int app_isdir(const char *);
7e1b7485 259int app_access(const char *, int flag);
51e5133d
RL
260int fileno_stdin(void);
261int fileno_stdout(void);
0f113f3e
MC
262int raw_read_stdin(void *, int);
263int raw_write_stdout(const void *, int);
0a39d8f2 264
0f113f3e
MC
265# define TM_START 0
266# define TM_STOP 1
267double app_tminterval(int stop, int usertime);
ee2ffc27 268
20967afb
RS
269void make_uppercase(char *string);
270
acc00492
F
271typedef struct verify_options_st {
272 int depth;
273 int quiet;
274 int error;
275 int return_error;
276} VERIFY_CB_ARGS;
277
278extern VERIFY_CB_ARGS verify_args;
df2ee0e2 279
ee2ffc27 280#endif