Function
Set a size threshold for renegotiating the SSL shared encryption key.
tibems_status
tibemsSSLParams_SetRenegotiateSize(tibemsSSLParams
SSLParams
,tibems_long
bytes );
CALL "tibemsSSLParams_SetRenegotiateSize"
USING BY VALUE SSLParams
,
BY VALUE bytes,
RETURNING tibems-status
END-CALL.
The client program renegotiates the key it shares with the server after encrypting this number of bytes.
![]() |
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 |