Searched refs:msg_timeout (Results 1 – 7 of 7) sorted by relevance
/openssl-master/test/recipes/80-test_cmp_http_data/ |
A D | test_connection.csv | 1 …, -server,val, -proxy,val, -no_proxy,val, -tls_used,noarg, -path,val, -msg_timeout,int, -total_tim… 8 …on,, -server,xn--rksmrgs-5wao1o.example.com:_SERVER_PORT,,,,,BLANK,,,, -msg_timeout,1,BLANK,,BLANK, 9 0,wrong server port, -section,, -server,_SERVER_HOST:99,,,,,BLANK,,,, -msg_timeout,1,BLANK,,BLANK, 10 0,server default port, -section,, -server,_SERVER_HOST,,,,,BLANK,,,, -msg_timeout,1,BLANK,,BLANK, 17 0,server with wrong port, -section,, -server,_SERVER_HOST:999,,,,,BLANK,,,,-msg_timeout,1,BLANK,,BL… 21 …:_SERVER_PORT, -proxy,127.0.0.1:65536, -no_proxy,nonmatch.com,BLANK,,,,-msg_timeout,1,BLANK,,BLANK, 22 …R_HOST:_SERVER_PORT, -proxy,127.0.0.1, -no_proxy,nonmatch.com,BLANK,,,,-msg_timeout,1,BLANK,,BLANK, 34 0,msg_timeout missing argument, -section,,,,,,,,BLANK,,,, -msg_timeout,,BLANK,,BLANK, 35 0,msg_timeout negative, -section,,,,,,,,BLANK,,,, -msg_timeout,-5,BLANK,,BLANK, 36 1,msg_timeout 5, -section,,,,,,,,BLANK,,,, -msg_timeout,5,BLANK,,BLANK, [all …]
|
/openssl-master/crypto/cmp/ |
A D | cmp_client.c | 137 int msg_timeout; in send_receive_check() local 147 msg_timeout = ctx->msg_timeout; /* backup original value */ in send_receive_check() 159 if (ctx->msg_timeout == 0 || time_left < ctx->msg_timeout) in send_receive_check() 160 ctx->msg_timeout = time_left; in send_receive_check() 169 ctx->msg_timeout = msg_timeout; /* restore original value */ in send_receive_check()
|
A D | cmp_http.c | 85 ctx->msg_timeout, in OSSL_CMP_MSG_http_perform()
|
A D | cmp_ctx.c | 119 ctx->msg_timeout = -1; in OSSL_CMP_CTX_new() 1059 ctx->msg_timeout = val; in OSSL_CMP_CTX_set_option() 1125 return ctx->msg_timeout; in OSSL_CMP_CTX_get_option()
|
A D | cmp_local.h | 50 int msg_timeout; /* max seconds to wait for each CMP message round trip */ member
|
/openssl-master/test/recipes/80-test_cmp_http_data/Mock/ |
A D | test.cnf | 48 msg_timeout = 5
|
/openssl-master/doc/man1/ |
A D | openssl-cmp.pod.in | 56 [B<-msg_timeout> I<seconds>] 500 =item B<-msg_timeout> I<seconds>
|
Completed in 14 milliseconds