pingidentity / ldapsdk

UnboundID LDAP SDK for Java
Other
334 stars 81 forks source link

ECDSA/ECC certificate support #113

Open adisheshsm opened 3 years ago

adisheshsm commented 3 years ago

Hi, does ldapsdk support ECDSA/ECC client certificates during startTLS?

thanks and regards, Adishesh

dirmgr commented 3 years ago

Yes, as long as the underlying JVM supports using those certificates. I just tested it with Java 7, which is the oldest Java version that the LDAP SDK supports, and it worked just fine.