Skip to content
Snippets Groups Projects
Forked from openldap / OpenLDAP
22384 commits behind the upstream repository.
  • Julio Sánchez Fernández's avatar
    68b508d2
    Move calls to ldap_pvt_tls_accept to connection_read instead of · 68b508d2
    Julio Sánchez Fernández authored
    connection_init so that we get into the select() logic.
    Make use of new flags in the connection.
    BTW, and before I forget, it sort of works.  I have connected with
    a Netscape client using a secure connection and did a failed
    search (my test database is empty), but the trace looked correct.
    Make sure you have your CA certificate in your Netscape preinstalled.
    Otherwise, the connection fails with error 0xFFFFFFFF that is rather
    uninformative.
    68b508d2
    History
    Move calls to ldap_pvt_tls_accept to connection_read instead of
    Julio Sánchez Fernández authored
    connection_init so that we get into the select() logic.
    Make use of new flags in the connection.
    BTW, and before I forget, it sort of works.  I have connected with
    a Netscape client using a secure connection and did a failed
    search (my test database is empty), but the trace looked correct.
    Make sure you have your CA certificate in your Netscape preinstalled.
    Otherwise, the connection fails with error 0xFFFFFFFF that is rather
    uninformative.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
connection.c 23.16 KiB