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.

Parameter
Description
SSLParams
Set the value in this SSL parameter object.
verifier
Use this verifier function.
closure
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

tibemsSSLParams_SetVerifyHost

tibemsSSLHostNameVerifier


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com