Searched refs:SSL_CONF_cmd (Results 1 – 22 of 22) sorted by relevance
/third_party/openssl/doc/man3/ |
D | SSL_CONF_CTX_set_ssl_ctx.pod | 18 B<cctx> is cleared. Subsequent calls to SSL_CONF_cmd() will be sent to 23 B<cctx> is cleared. Subsequent calls to SSL_CONF_cmd() will be sent to 40 L<SSL_CONF_cmd(3)>,
|
D | SSL_CONF_cmd.pod | 6 SSL_CONF_cmd - send configuration command 12 int SSL_CONF_cmd(SSL_CONF_CTX *cctx, const char *cmd, const char *value); 17 The function SSL_CONF_cmd() performs configuration operation B<cmd> with 569 SSL_CONF_cmd(ctx, "Protocol", "-SSLv3"); 570 SSL_CONF_cmd(ctx, userparam, uservalue); 575 SSL_CONF_cmd(ctx, userparam, uservalue); 576 SSL_CONF_cmd(ctx, "Protocol", "-SSLv3"); 581 By checking the return code of SSL_CONF_cmd() it is possible to query if a 582 given B<cmd> is recognised, this is useful if SSL_CONF_cmd() values are 585 For example an application might call SSL_CONF_cmd() and if it returns [all …]
|
D | SSL_CONF_CTX_set1_prefix.pod | 20 Command prefixes alter the commands recognised by subsequent SSL_CONF_cmd() 42 L<SSL_CONF_cmd(3)>,
|
D | SSL_CONF_CTX_set_flags.pod | 22 The flags set affect how subsequent calls to SSL_CONF_cmd() or 68 L<SSL_CONF_cmd(3)>,
|
D | SSL_CONF_CTX_new.pod | 34 L<SSL_CONF_cmd(3)>,
|
D | SSL_CONF_cmd_argv.pod | 36 L<SSL_CONF_cmd(3)>
|
D | SSL_CTX_config.pod | 75 L<SSL_CONF_cmd(3)>,
|
D | SSL_CTX_set_min_proto_version.pod | 57 L<SSL_CTX_set_options(3)>, L<SSL_CONF_cmd(3)>
|
/third_party/openssl/ssl/ |
D | ssl_mcnf.c | 69 rv = SSL_CONF_cmd(cctx, cmdstr, arg); in ssl_do_config()
|
D | ssl_conf.c | 799 int SSL_CONF_cmd(SSL_CONF_CTX *cctx, const char *cmd, const char *value) in SSL_CONF_cmd() function 855 rv = SSL_CONF_cmd(cctx, arg, argn); in SSL_CONF_cmd_argv()
|
/third_party/openssl/demos/bio/ |
D | server-conf.c | 65 rv = SSL_CONF_cmd(cctx, cnf->name, cnf->value); in main()
|
D | client-conf.c | 53 rv = SSL_CONF_cmd(cctx, cnf->name, cnf->value); in main()
|
/third_party/openssl/test/ |
D | ssltest_old.c | 1498 rv = SSL_CONF_cmd(c_cctx, arg, argn); in main() 1501 rv = SSL_CONF_cmd(s_cctx2, arg, argn); in main() 1503 rv = SSL_CONF_cmd(s_cctx, arg, argn); in main()
|
D | README.ssltest.md | 117 configurations. For details, see the manpages for `SSL_CONF_cmd`.
|
D | sslapitest.c | 2521 if (!TEST_int_eq(SSL_CONF_cmd(confctx, "Options", "-AntiReplay"), in test_early_data_replay_int()
|
/third_party/openssl/doc/man1/ |
D | s_server.pod | 197 in the "Supported Command Line Commands" section of the L<SSL_CONF_cmd(3)> 834 L<SSL_CONF_cmd(3)>, L<sess_id(1)>, L<s_client(1)>, L<ciphers(1)>
|
D | s_client.pod | 151 in the "Supported Command Line Commands" section of the L<SSL_CONF_cmd(3)> 820 L<SSL_CONF_cmd(3)>, L<sess_id(1)>, L<s_server(1)>, L<ciphers(1)>,
|
/third_party/openssl/util/ |
D | libssl.num | 267 SSL_CONF_cmd 268 1_1_0 EXIST::FUNCTION:
|
/third_party/openssl/apps/ |
D | s_cb.c | 1245 if (SSL_CONF_cmd(cctx, flag, arg) <= 0) { in config_ctx()
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 2156 __owur int SSL_CONF_cmd(SSL_CONF_CTX *cctx, const char *cmd, const char *value);
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1256 SSL_F_SSL_CONF_CMD:334:SSL_CONF_cmd
|
/third_party/openssl/ |
D | CHANGES | 1204 *) Support for SSL_OP_NO_ENCRYPT_THEN_MAC in SSL_CONF_cmd.
|