tibemsLookupParams_SetLdapCiphers


Function

Purpose

Set SSL ciphers.

C Declaration

tibems_status tibemsLookupParams_SetLdapCiphers( 
    tibemsLookupParams lparams, 
    const char* ciphers ); 

COBOL Call

CALL "tibemsLookupParams_SetLdapCiphers" 
     USING BY VALUE lparams, 
           BY REFERENCE ciphers, 
           RETURNING tibems-status 
END-CALL. 

lparams has usage pointer.

Parameter
Description
lparams
Set the property in this parameter object.
ciphers
Set the property to specify these ciphers (as a colon-separated list).
For example:
"EDH-RSA-DES-CBC3-SHA:EDH-DSS-DES-CBC3-SHA:DES-CBC3-SHA:DES-CBC3
-MD5:DHE-DSS-RC4-SHA:IDEA-CBC-SHA:RC4-SHA:RC4-MD5:IDEA-CBC-MD5:R
C2-CBC-MD5:RC4-MD5:RC4-64-MD5:EXP1024-DHE-DSS-RC4-SHA:EXP1024-RC
4-SHA:EXP1024-DHE-DSS-DES-CBC-SHA:EXP1024-DES-CBC-SHA:EXP1024-RC
2-CBC-MD5:EXP1024-RC4-MD5:EDH-RSA-DES-CBC-SHA:EDH-DSS-DES-CBC-SH
A:DES-CBC-SHA:DES-CBC-MD5:EXP-EDH-RSA-DES-CBC-SHA:EXP-EDH-DSS-DE
S-CBC-SHA:EXP-DES-CBC-SHA:EXP-RC2-CBC-MD5:EXP-RC4-MD5:EXP-RC2-CB
C-MD5:EXP-RC4-MD5" 

Remarks

Set this parameter when using secure LDAP connections.

The LDAP server configures a similar list of ciphers. SSL communication uses the strongest ciphers in the intersection of the server and client cipher lists.


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