Searched refs:total_timeout (Results 1 – 6 of 6) sorted by relevance
/openssl-master/test/recipes/80-test_cmp_http_data/ |
A D | test_connection.csv | 1 …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 D | test.cnf | 3 total_timeout = 8 # prevent, e.g., infinite polling due to error 49 total_timeout =
|
/openssl-master/crypto/cmp/ |
A D | cmp_client.c | 148 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 D | cmp_ctx.c | 1062 ctx->total_timeout = val; in OSSL_CMP_CTX_set_option() 1127 return ctx->total_timeout; in OSSL_CMP_CTX_get_option()
|
A D | cmp_local.h | 51 int total_timeout; /* max number of seconds an enrollment may take, incl. */ member
|
/openssl-master/doc/man1/ |
A D | openssl-cmp.pod.in | 57 [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