|
| int | app_init (long mesgwin) |
| |
| int | str2fmt (char *s) |
| |
| void | program_name (char *in, char *out, int size) |
| |
| int | chopup_args (ARGS *arg, char *buf, int *argc, char **argv[]) |
| |
| int | dump_cert_text (BIO *out, X509 *x) |
| |
| int | setup_ui_method (void) |
| |
| void | destroy_ui_method (void) |
| |
| int | password_callback (char *buf, int bufsiz, int verify, PW_CB_DATA *cb_tmp) |
| |
| int | app_passwd (BIO *err, char *arg1, char *arg2, char **pass1, char **pass2) |
| |
| int | add_oid_section (BIO *err, CONF *conf) |
| |
| X509 * | load_cert (BIO *err, const char *file, int format, const char *pass, ENGINE *e, const char *cert_descrip) |
| |
| EVP_PKEY * | load_key (BIO *err, const char *file, int format, int maybe_stdin, const char *pass, ENGINE *e, const char *key_descrip) |
| |
| EVP_PKEY * | load_pubkey (BIO *err, const char *file, int format, int maybe_stdin, const char *pass, ENGINE *e, const char *key_descrip) |
| |
| | STACK_OF (X509) |
| |
| | STACK_OF (X509_CRL) |
| |
| int | set_cert_ex (unsigned long *flags, const char *arg) |
| |
| int | set_name_ex (unsigned long *flags, const char *arg) |
| |
| int | set_ext_copy (int *copy_type, const char *arg) |
| |
| int | copy_extensions (X509 *x, X509_REQ *req, int copy_type) |
| |
| void | print_name (BIO *out, const char *title, X509_NAME *nm, unsigned long lflags) |
| |
| X509_STORE * | setup_verify (BIO *bp, char *CAfile, char *CApath) |
| |
| ENGINE * | setup_engine (BIO *err, const char *engine, int debug) |
| |
| int | load_config (BIO *err, CONF *cnf) |
| |
| char * | make_config_name () |
| |
| int | index_name_cmp (const OPENSSL_CSTRING *a, const OPENSSL_CSTRING *b) |
| |
| int | save_serial (char *serialfile, char *suffix, BIGNUM *serial, ASN1_INTEGER **retai) |
| |
| int | rotate_serial (char *serialfile, char *new_suffix, char *old_suffix) |
| |
| int | rand_serial (BIGNUM *b, ASN1_INTEGER *ai) |
| |
| CA_DB * | load_index (char *dbfile, DB_ATTR *db_attr) |
| |
| int | index_index (CA_DB *db) |
| |
| int | save_index (const char *dbfile, const char *suffix, CA_DB *db) |
| |
| int | rotate_index (const char *dbfile, const char *new_suffix, const char *old_suffix) |
| |
| void | free_index (CA_DB *db) |
| |
| int | parse_yesno (const char *str, int def) |
| |
| X509_NAME * | parse_name (char *subject, long chtype, int multirdn) |
| |
| int | args_verify (char ***pargs, int *pargc, int *badarg, BIO *err, X509_VERIFY_PARAM **pm) |
| |
| int | bio_to_mem (unsigned char **out, int maxlen, BIO *in) |
| |
| int | pkey_ctrl_string (EVP_PKEY_CTX *ctx, char *value) |
| |
| void | policies_print (BIO *out, X509_STORE_CTX *ctx) |
| |
| void | jpake_client_auth (BIO *out, BIO *conn, const char *secret) |
| |
| void | jpake_server_auth (BIO *out, BIO *conn, const char *secret) |
| |
| unsigned char * | next_protos_parse (unsigned short *outlen, const char *in) |
| |
| double | app_tminterval (int stop, int usertime) |
| |
| int | app_isdir (const char *name) |
| |
| int | raw_read_stdin (void *buf, int siz) |
| |
| int | raw_write_stdout (const void *buf, int siz) |
| |