Searched refs:msg_timeout (Results 1 – 6 of 6) sorted by relevance
/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_connection.csv | 1 …, -server,val, -proxy,val, -no_proxy,val, -tls_used,noarg, -path,val, -msg_timeout,int, -total_tim… 7 …on,, -server,xn--rksmrgs-5wao1o.example.com:_SERVER_PORT,,,,,BLANK,,,, -msg_timeout,1,BLANK,,BLANK, 8 0,wrong server port, -section,, -server,_SERVER_HOST:99,,,,,BLANK,,,, -msg_timeout,1,BLANK,,BLANK, 9 0,server default port, -section,, -server,_SERVER_HOST,,,,,BLANK,,,, -msg_timeout,1,BLANK,,BLANK, 16 0,server with wrong port, -section,, -server,_SERVER_HOST:999,,,,,BLANK,,,,-msg_timeout,1,BLANK,,BL… 21 …R_HOST:_SERVER_PORT, -proxy,127.0.0.1, -no_proxy,nonmatch.com,BLANK,,,,-msg_timeout,1,BLANK,,BLANK, 24 0,tls_used, -section,, -server,_SERVER_HOST:_SERVER_PORT,,,,,-tls_used,,,,-msg_timeout,1,BLANK,,BLA… 35 0,msg_timeout missing argument, -section,,,,,,,,BLANK,,,, -msg_timeout,,BLANK,,BLANK, 36 0,msg_timeout negative, -section,,,,,,,,BLANK,,,, -msg_timeout,-5,BLANK,,BLANK, 37 1,msg_timeout 5, -section,,,,,,,,BLANK,,,, -msg_timeout,5,BLANK,,BLANK, [all …]
|
/openssl/crypto/cmp/ |
H A D | cmp_client.c | 151 int bak_msg_timeout = ctx->msg_timeout; in send_receive_check() 176 if (ctx->msg_timeout == 0 || time_left < ctx->msg_timeout) in send_receive_check() 177 ctx->msg_timeout = time_left; in send_receive_check() 187 ctx->msg_timeout = bak_msg_timeout; in send_receive_check()
|
H A D | cmp_http.c | 86 ctx->msg_timeout, in OSSL_CMP_MSG_http_perform()
|
H A D | cmp_ctx.c | 125 ctx->msg_timeout = -1; in OSSL_CMP_CTX_new() 958 ctx->msg_timeout = val; in DEFINE_set1_ASN1_OCTET_STRING() 1029 return ctx->msg_timeout; in OSSL_CMP_CTX_get_option()
|
H A D | cmp_local.h | 50 int msg_timeout; /* max seconds to wait for each CMP message round trip */ member
|
/openssl/doc/man1/ |
H A D | openssl-cmp.pod.in | 60 [B<-msg_timeout> I<seconds>] 580 =item B<-msg_timeout> I<seconds>
|
Completed in 21 milliseconds