Home
last modified time | relevance | path

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

/openssl-master/test/recipes/80-test_cmp_http_data/
A Dtest_connection.csv1 …xy,val, -no_proxy,val, -tls_used,noarg, -path,val, -msg_timeout,int, -total_timeout,int, -keep_ali…
39 0,total_timeout missing argument, -section,,,,,,,,BLANK,,,,BLANK,, -total_timeout,,BLANK,
40 0,total_timeout negative, -section,,,,,,,,BLANK,,,,BLANK,, -total_timeout,-5,BLANK,
41 1,total_timeout 10, -section,,,,,,,,BLANK,,,,BLANK,, -total_timeout,10,BLANK,
42 1,total_timeout 0, -section,,,,,,,,BLANK,,,,BLANK,, -total_timeout,0,BLANK,
/openssl-master/test/recipes/80-test_cmp_http_data/Mock/
A Dtest.cnf3 total_timeout = 8 # prevent, e.g., infinite polling due to error
49 total_timeout =
/openssl-master/crypto/cmp/
A Dcmp_client.c148 if (is_enrollment && ctx->total_timeout > 0 /* timeout is not infinite */) { in send_receive_check()
173 ctx->total_timeout > 0 && time(NULL) >= ctx->end_time ? in send_receive_check()
317 if (ctx->total_timeout > 0) { /* timeout is not infinite */ in poll_for_response()
650 if (ctx->total_timeout > 0) /* else ctx->end_time is not used */ in initial_certreq()
651 ctx->end_time = time(NULL) + ctx->total_timeout; in initial_certreq()
A Dcmp_ctx.c1062 ctx->total_timeout = val; in OSSL_CMP_CTX_set_option()
1127 return ctx->total_timeout; in OSSL_CMP_CTX_get_option()
A Dcmp_local.h51 int total_timeout; /* max number of seconds an enrollment may take, incl. */ member
/openssl-master/doc/man1/
A Dopenssl-cmp.pod.in57 [B<-total_timeout> I<seconds>]
504 Default is to use the B<-total_timeout> setting.
506 =item B<-total_timeout> I<seconds>

Completed in 12 milliseconds