Set the TCP port used for CMP HTTP(S) transfer.
Synopsis
Declared in <openssl/cmp.h>
int
OSSL_CMP_CTX_set_serverPort(
OSSL_CMP_CTX* ctx,
int port);
Return Value
1 on success, 0 on error.
Parameters
Name |
Description |
ctx |
CMP context. |
port |
Server port number. |
Created with MrDocs