Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 7 Connection : tibemsSSLParams : tibemsSSLParams_SetHostNameVerifier

tibemsSSLParams_SetHostNameVerifier
Function
Purpose
Set the host name verifier function.
C Declaration
tibems_status tibemsSSLParams_SetHostNameVerifier(
    tibemsSSLParams SSLParams,
    tibemsSSLHostNameVerifier verifier,
    const void* closure );
COBOL Call
CALL "tibemsSSLParams_SetHostNameVerifier"
     USING BY VALUE SSLParams,
           BY VALUE verifier,
           BY REFERENCE closure,
           RETURNING tibems-status
END-CALL.
 
SSLParams and verifier have usage pointer.
Parameters
 
Supply application-specific data. Each call to the verifier function passes this data as an argument.
Remarks
When creating a connection to the EMS server, an application-specific verifier function checks that the actual host name where the server is running is the same as this expected host name.
See Also
tibemsSSLParams_SetExpectedHostName on page 242
tibemsSSLParams_SetVerifyHost on page 248
tibemsSSLHostNameVerifier on page 250

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved