Lines Matching +full:no +full:- +full:cmp
2 * Copyright 2007-2022 The OpenSSL Project Authors. All Rights Reserved.
3 * Copyright Nokia 2007-2019
4 * Copyright Siemens AG 2015-2019
19 #include <openssl/cmp.h>
28 #include <openssl/cmp.h>
67 if (!X509V3_add_value("Pragma", "no-cache", &headers)) in OSSL_CMP_MSG_http_perform()
72 if (ctx->serverPort != 0) in OSSL_CMP_MSG_http_perform()
73 BIO_snprintf(server_port, sizeof(server_port), "%d", ctx->serverPort); in OSSL_CMP_MSG_http_perform()
75 if (ctx->http_ctx == NULL) in OSSL_CMP_MSG_http_perform()
76 ossl_cmp_log3(DEBUG, ctx, "connecting to CMP server %s:%s%s", in OSSL_CMP_MSG_http_perform()
77 ctx->server, server_port, tls_used ? " using TLS" : ""); in OSSL_CMP_MSG_http_perform()
79 rsp = OSSL_HTTP_transfer(&ctx->http_ctx, ctx->server, server_port, in OSSL_CMP_MSG_http_perform()
80 ctx->serverPath, tls_used, in OSSL_CMP_MSG_http_perform()
81 ctx->proxy, ctx->no_proxy, in OSSL_CMP_MSG_http_perform()
83 ctx->http_cb, OSSL_CMP_CTX_get_http_cb_arg(ctx), in OSSL_CMP_MSG_http_perform()
88 ctx->msg_timeout, in OSSL_CMP_MSG_http_perform()
89 keep_alive(ctx->keep_alive, req->body->type)); in OSSL_CMP_MSG_http_perform()
94 if (ctx->http_ctx == NULL) in OSSL_CMP_MSG_http_perform()
95 ossl_cmp_debug(ctx, "disconnected from CMP server"); in OSSL_CMP_MSG_http_perform()
98 * is not closed at this level, but this will be done by the CMP client in OSSL_CMP_MSG_http_perform()
102 ossl_cmp_debug(ctx, "finished reading response from CMP server"); in OSSL_CMP_MSG_http_perform()