Home
last modified time | relevance | path

Searched refs:tls_used (Results 1 – 6 of 6) sorted by relevance

/openssl/crypto/cmp/
H A Dcmp_http.c54 int tls_used; in OSSL_CMP_MSG_http_perform() local
71 tls_used = ctx->tls_used >= 0 ? ctx->tls_used != 0 in OSSL_CMP_MSG_http_perform()
75 ctx->server, server_port, tls_used ? " using TLS" : ""); in OSSL_CMP_MSG_http_perform()
78 ctx->serverPath, tls_used, in OSSL_CMP_MSG_http_perform()
H A Dcmp_ctx.c126 ctx->tls_used = -1; /* default for backward compatibility */ in OSSL_CMP_CTX_new()
964 ctx->tls_used = val; in DEFINE_set1_ASN1_OCTET_STRING()
1033 return ctx->tls_used; in OSSL_CMP_CTX_get_option()
H A Dcmp_local.h52 int tls_used; /* whether to use TLS for client-side HTTP connections */ member
/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_connection.csv1 expected,description, -section,val, -server,val, -proxy,val, -no_proxy,val, -tls_used,noarg, -path,…
24 0,tls_used, -section,, -server,_SERVER_HOST:_SERVER_PORT,,,,,-tls_used,,,,-msg_timeout,1,BLANK,,BLA…
/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dtest.cnf50 tls_used =
59 tls_used =
/openssl/doc/man1/
H A Dopenssl-cmp.pod.in110 [B<-tls_used>]
520 If the scheme C<https> is given, the B<-tls_used> option is implied.
532 may be required by B<-tls_used> or B<-server> with the prefix C<https>),
968 =item B<-tls_used>

Completed in 26 milliseconds