[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: SSL Question: Is Everyone Ignorant or Just Non-responsive



In older 2.x releases it was called LDAP_OPT_X_TLS_CERT. Look at the code
for ldap_pvt_tls_get_option in libldap/tls.c, it's plainly there. It's
unfortunate that the option was named ...CERT since it doesn't directly
give you the certificate. Obviously the ...CTX name is more accurate and
the new code uses that name.

(If you wish to continue this thread, I suggest you change the subject.
Certainly I think the answer to the subject is painfully obvious by now.)
  -- Howard

> -----Original Message-----
> From: Logan Parthipan [mailto:zeropulse2001@yahoo.com]

> --- Howard Chu <hyc@highlandsun.com> wrote:
> > 	result=ldap_initialize(&ld,
> > "ldaps://foo.com:9876");
> > 	result=ldap_get_option(ld, LDAP_OPT_X_TLS_CTX,
> > &ctx);
> > 	SSL_CTX_set_info_callback(ctx, myinfo_cb);
> > 
> 
> LDAP_OPT_X_TLS_CTX doesn't seem to be defined in the
> release distributions.
> 
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/
>