tibemsSSLParams_SetRenegotiateInterval


Function

SSL key renegotiation is deprecated in release 4.3; it is not supported in release 5.0.

Purpose

Set an interval for renegotiating the SSL shared encryption key.

C Declaration

tibems_status tibemsSSLParams_SetRenegotiateInterval( 
    tibemsSSLParams SSLParams, 
    tibems_long milliseconds ); 

COBOL Call

CALL "tibemsSSLParams_SetRenegotiateInterval" 
     USING BY VALUE SSLParams, 
           BY VALUE milliseconds, 
           RETURNING tibems-status 
END-CALL. 

SSLParams has usage pointer.

Parameter
Description
SSLParams
Set the value in this SSL parameter object.
millliseconds
Set the renegotiation interval (in milliseconds) to this value.
The minimum value is 15000 (15 seconds). If you supply a non-zero value that is less than this minimum, this minimum is used instead.
Zero is a special value, which disables renegotiation based on time interval.

Remarks

The client program renegotiates the key it shares with the server at this interval.

Renegotiating a key can adversely affect overall performance. If you set renegotiation parameters, ensure that renegotiation occurs only when truly required.


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