Home
last modified time | relevance | path

Searched defs:options (Results 1 – 24 of 24) sorted by relevance

/mbedtls-development/programs/ssl/
A Dssl_client2.c441 struct options struct
443 const char *server_name; /* hostname of the server (client only) */
444 const char *server_addr; /* address of the server (client only) */
445 const char *server_port; /* port on which the ssl service runs */
446 int debug_level; /* level of debugging */
447 int nbio; /* should I/O be blocking? */
450 int max_resend; /* DTLS times to resend on read timeout */
459 int psk_opaque;
507 int cid_enabled_renego; /* whether to use the CID extension or not
511 const char *context_file; /* the file to write a serialized connection
[all …]
A Dssl_server2.c558 struct options struct
560 const char *server_addr; /* address on which the ssl service runs */
561 const char *server_port; /* port on which the ssl service runs */
562 int debug_level; /* level of debugging */
567 uint16_t buffer_size; /* IO buffer size */
580 int async_private_error; /* inject error in async private callback */
582 int psk_opaque;
583 int psk_list_opaque;
632 int cid_enabled_renego; /* whether to use the CID extension or not
636 const char *context_file; /* the file to write a serialized connection
[all …]
A Dssl_mail_client.c145 struct options struct
147 const char *server_name; /* hostname of the server (client only) */
148 const char *server_port; /* port on which the ssl service runs */
149 int debug_level; /* level of debugging */
150 int authentication; /* if authentication is required */
151 int mode; /* SSL/TLS (0) or STARTTLS (1) */
152 const char *user_name; /* username to use for authentication */
153 const char *user_pwd; /* password to use for authentication */
154 const char *mail_from; /* E-Mail address to use as sender */
155 const char *mail_to; /* E-Mail address to use as recipient */
[all …]
/mbedtls-development/programs/x509/
A Dcert_write.c156 struct options struct
158 const char *issuer_crt; /* filename of the issuer certificate */
159 const char *request_file; /* filename of the certificate request */
160 const char *subject_key; /* filename of the subject key file */
161 const char *issuer_key; /* filename of the issuer key file */
162 const char *subject_pwd; /* password for the subject key file */
163 const char *issuer_pwd; /* password for the issuer key file */
164 const char *output_file; /* where to store the constructed CRT */
165 const char *subject_name; /* subject name for certificate */
166 const char *issuer_name; /* issuer name for certificate */
[all …]
A Dcert_req.c107 struct options struct
109 const char *filename; /* filename of the key file */
110 const char *password; /* password for the key file */
111 int debug_level; /* level of debugging */
112 const char *output_file; /* where to store the constructed key file */
113 const char *subject_name; /* subject name for certificate request */
114 unsigned char key_usage; /* key usage flags */
115 int force_key_usage; /* Force adding the KeyUsage extension */
116 unsigned char ns_cert_type; /* NS cert type */
117 int force_ns_cert_type; /* Force adding NsCertType extension */
[all …]
A Dcert_app.c101 struct options struct
103 int mode; /* the mode to run the application in */
104 const char *filename; /* filename of the certificate file */
105 const char *ca_file; /* the file with the CA certificate(s) */
106 const char *crl_file; /* the file with the CRL to use */
107 const char *ca_path; /* the path with the CA certificate(s) reside */
108 const char *server_name; /* hostname of the server (client only) */
109 const char *server_port; /* port on which the ssl service runs */
110 int debug_level; /* level of debugging */
111 int permissive; /* permissive parsing */
A Dload_roots.c95 struct options struct
97 const char **filenames; /* NULL-terminated list of file names */
98 unsigned iterations; /* Number of iterations to time */
99 int prime_cache; /* Prime the disk read cache? */
A Dcrl_app.c64 struct options struct
66 const char *filename; /* filename of the certificate file */
A Dreq_app.c64 struct options struct
66 const char *filename; /* filename of the certificate request */
/mbedtls-development/programs/test/
A Dudp_proxy.c145 static struct options struct
147 const char *server_addr; /* address to forward packets to */
148 const char *server_port; /* port to forward packets to */
149 const char *listen_addr; /* address for accepting client connections */
150 const char *listen_port; /* port for accepting client connections */
152 int duplicate; /* duplicate 1 in N packets (none if 0) */
153 int delay; /* delay 1 packet in N (none if 0) */
154 int delay_ccs; /* delay ChangeCipherSpec */
155 char* delay_cli[MAX_DELAYED_HS]; /* handshake types of messages from
158 char* delay_srv[MAX_DELAYED_HS]; /* handshake types of messages from
[all …]
/mbedtls-development/programs/pkey/
A Dgen_key.c138 struct options struct
140 int type; /* the type of key to generate */
141 int rsa_keysize; /* length of key in bits */
142 int ec_curve; /* curve identifier for EC keys */
143 const char *filename; /* filename of the key file */
144 int format; /* the output format to use */
145 int use_dev_random; /* use /dev/random as entropy source */
A Dkey_app.c80 struct options struct
82 int mode; /* the mode to run the application in */
83 const char *filename; /* filename of the key file */
84 const char *password; /* password for the private key */
85 const char *password_file; /* password_file for the private key */
A Dkey_app_writer.c108 struct options struct
110 int mode; /* the mode to run the application in */
111 const char *filename; /* filename of the key file */
112 int output_mode; /* the output mode to use */
113 const char *output_file; /* where to store the constructed key file */
114 int output_format; /* the output format to use */
/mbedtls-development/tests/scripts/
A Dtest_config_script.py83 def list_presets(options): argument
98 def run_one(options, args, stem_prefix='', input_file=None): argument
150 def run_all(options): argument
A Dpsa_collect_statuses.py82 def collect_status_logs(options): argument
A Dtest_psa_constant_names.py101 def __init__(self, options) -> None: argument
A Dcheck_test_cases.py33 def __init__(self, options): argument
A Dgenerate_psa_tests.py705 def __init__(self, options) -> None: argument
711 def get_option(options, name: str, default: T) -> T: argument
/mbedtls-development/programs/util/
A Dpem2der.c66 struct options struct
68 const char *filename; /* filename of the input file */
69 const char *output_file; /* where to store the output */
/mbedtls-development/scripts/
A Dassemble_changelog.py316 def list_merges(some_hash, target, *options):
441 def list_files_to_merge(options): argument
450 def merge_entries(options): argument
471 def show_file_timestamps(options): argument
481 def set_defaults(options): argument
/mbedtls-development/programs/fuzz/
A Dfuzz_client.c47 uint16_t options; in LLVMFuzzerTestOneInput() local
A Dfuzz_server.c50 uint8_t options; in LLVMFuzzerTestOneInput() local
/mbedtls-development/docs/architecture/testing/
A Dinvasive-testing.md63 #### Rules for function substitution
221 #### Guidelines for compile-time options
/mbedtls-development/library/
A Dpk.c334 int mbedtls_pk_verify_ext( mbedtls_pk_type_t type, const void *options, in mbedtls_pk_verify_ext()

Completed in 37 milliseconds