| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_CONF_CTX_set_ssl_ctx.pod | 20 B<cctx> is cleared. Subsequent calls to SSL_CONF_cmd() will be sent to 25 B<cctx> is cleared. Subsequent calls to SSL_CONF_cmd() will be sent to 49 L<SSL_CONF_cmd(3)>,
|
| H A D | SSL_CONF_cmd.pod | 6 SSL_CONF_cmd - send configuration command 12 int SSL_CONF_cmd(SSL_CONF_CTX *ctx, const char *option, const char *value); 17 The function SSL_CONF_cmd() performs configuration operation B<option> with 285 The following options are accepted by SSL_CONF_cmd(), but are not 732 SSL_CONF_cmd(ctx, "Protocol", "-SSLv3"); 733 SSL_CONF_cmd(ctx, userparam, uservalue); 738 SSL_CONF_cmd(ctx, userparam, uservalue); 739 SSL_CONF_cmd(ctx, "Protocol", "-SSLv3"); 744 By checking the return code of SSL_CONF_cmd() it is possible to query if a 745 given B<option> is recognised, this is useful if SSL_CONF_cmd() values are [all …]
|
| H A D | SSL_CONF_CTX_set1_prefix.pod | 20 Command prefixes alter the commands recognised by subsequent SSL_CONF_cmd() 43 L<SSL_CONF_cmd(3)>,
|
| H A D | SSL_CONF_CTX_set_flags.pod | 22 The flags set affect how subsequent calls to SSL_CONF_cmd() or 69 L<SSL_CONF_cmd(3)>,
|
| H A D | SSL_CONF_CTX_new.pod | 35 L<SSL_CONF_cmd(3)>,
|
| H A D | SSL_CONF_cmd_argv.pod | 37 L<SSL_CONF_cmd(3)>
|
| H A D | SSL_CTX_config.pod | 74 L<SSL_CONF_cmd(3)>,
|
| H A D | SSL_CTX_set_min_proto_version.pod | 62 L<SSL_CTX_set_options(3)>, L<SSL_CONF_cmd(3)>
|
| /freebsd/crypto/openssl/demos/bio/ |
| H A D | server-conf.c | 66 rv = SSL_CONF_cmd(cctx, cnf->name, cnf->value); in main()
|
| H A D | client-conf.c | 54 rv = SSL_CONF_cmd(cctx, cnf->name, cnf->value); in main()
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_mcnf.c | 82 rv = SSL_CONF_cmd(cctx, cmdstr, arg); in ssl_do_config()
|
| H A D | ssl_conf.c | 966 int SSL_CONF_cmd(SSL_CONF_CTX *cctx, const char *cmd, const char *value) in SSL_CONF_cmd() function 1025 rv = SSL_CONF_cmd(cctx, arg, argn); in SSL_CONF_cmd_argv()
|
| /freebsd/secure/lib/libssl/ |
| H A D | Version.map | 51 SSL_CONF_cmd;
|
| /freebsd/crypto/openssl/test/ |
| H A D | ssl_old_test.c | 1492 rv = SSL_CONF_cmd(c_cctx, arg, argn); in main() 1495 rv = SSL_CONF_cmd(s_cctx2, arg, argn); in main() 1497 rv = SSL_CONF_cmd(s_cctx, arg, argn); in main()
|
| H A D | README.ssltest.md | 118 configurations. For details, see the manpages for `SSL_CONF_cmd`.
|
| H A D | sslapitest.c | 3828 if (!TEST_int_eq(SSL_CONF_cmd(confctx, "Options", "-AntiReplay"), in test_early_data_replay_int() 10413 if (!TEST_int_gt(SSL_CONF_cmd(confctx, "Certificate", certfilename), 0) in test_pluggable_signature() 10414 || !TEST_int_gt(SSL_CONF_cmd(confctx, "PrivateKey", privkeyfilename), 0) in test_pluggable_signature() 11374 if (!TEST_int_eq(SSL_CONF_cmd(cctx, "DHParameters", dhfile), 2)) in test_load_dhfile()
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-list.pod.in | 237 L<SSL_CONF_cmd(3)> specifying SignatureAlgorithms.
|
| H A D | openssl-s_server.pod.in | 147 L<SSL_CONF_cmd(3)/Supported Command Line Commands> 904 L<SSL_CONF_cmd(3)>,
|
| H A D | openssl-s_client.pod.in | 136 in the "Supported Command Line Commands" section of the L<SSL_CONF_cmd(3)> 1003 L<SSL_CONF_cmd(3)>,
|
| /freebsd/crypto/openssl/util/ |
| H A D | libssl.num | 267 SSL_CONF_cmd 268 3_0_0 EXIST::FUNCTION:
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | s_cb.c | 1354 if (SSL_CONF_cmd(cctx, flag, arg) <= 0) { in config_ctx()
|
| /freebsd/crypto/openssl/doc/man5/ |
| H A D | config.pod | 353 by B<SSL_CONF_cmd(3)>, which will be called by SSL_CTX_config() or
|
| /freebsd/crypto/openssl/doc/ |
| H A D | build.info | 2234 DEPEND[html/man3/SSL_CONF_cmd.html]=man3/SSL_CONF_cmd.pod 2235 GENERATE[html/man3/SSL_CONF_cmd.html]=man3/SSL_CONF_cmd.pod 2236 DEPEND[man/man3/SSL_CONF_cmd.3]=man3/SSL_CONF_cmd.pod 2237 GENERATE[man/man3/SSL_CONF_cmd.3]=man3/SSL_CONF_cmd.pod 3622 html/man3/SSL_CONF_cmd.html \ 4298 man/man3/SSL_CONF_cmd.3 \
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-api-ssl-funcs.md | 414 | `SSL_CONF_cmd` | Global | U | A | NC\* | Done …
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 2612 __owur int SSL_CONF_cmd(SSL_CONF_CTX *cctx, const char *cmd, const char *value);
|