I was able to sort this out. The following TLSCipherSuite statement in slapd.conf worked:
TLSCipherSuite AES256-SHA:TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384:TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384:TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384:ECDHE-RSA-AES256-SHA
TLS: configured cipher suites:
TLS: 0035: Kx=RSA Au=RSA Enc=AES(256) Mac=SHA1B
TLS: C014: Kx=ECDHE Au=RSA Enc=AES(256) Mac=SHA1
TLS: C028: Kx=ECDHE Enc=AES(256) Mac=SHA384
TLS: C030: Kx=ECDHE Enc=AES(256) Mac=AEAD
TLS: C032: Kx=ECDH Enc=AES(256) Mac=AEAD
TLS: available cipher suites from gsk_get_all_cipher_suites():
The older cipher suites used cipher keyword names (0035 & C014). The newer cipher suites would only work with cipher suite names. Specifying cipher suite codes did not work and Broadcom support is looking into that issue.
Our CA LDAP vulnerability report is clean now
#LDAP