Function
Set the expected host name.
tibems_status
tibemsSSLParams_SetExpectedHostName(tibemsSSLParams
SSLParams
, const char* expected_hostname );
CALL "tibemsSSLParams_SetExpectedHostName"
USING BY VALUE SSLParams
,
BY REFERENCE expected-hostname,
RETURNING tibems-status
END-CALL.
Parameter
|
Description
|
---|---|
SSLParams
|
Set the value in this SSL parameter object.
|
expected_hostname
|
Use this value.
|
This parameter applies when establishing an SSL connection to the EMS server. If host name verification is enabled, an application-specific verifier function checks that the actual host name where the server is running is the same as this expected host name.
tibemsSSLParams_SetHostNameVerifier
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |