Searched refs:tls_used (Results 1 – 6 of 6) sorted by relevance
/openssl/crypto/cmp/ |
H A D | cmp_http.c | 54 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 D | cmp_ctx.c | 126 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 D | cmp_local.h | 52 int tls_used; /* whether to use TLS for client-side HTTP connections */ member
|
/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_connection.csv | 1 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 D | test.cnf | 50 tls_used = 59 tls_used =
|
/openssl/doc/man1/ |
H A D | openssl-cmp.pod.in | 110 [B<-tls_used>] 521 If the scheme C<https> is given, the B<-tls_used> option is implied. 534 may be required by B<-tls_used> or B<-server> with the prefix C<https>), 970 =item B<-tls_used>
|
Completed in 48 milliseconds