]> git.sur5r.net Git - openldap/history - libraries/libldap/tls.c
In ldap_pvt_tls_init() treat subsequent invocations as no-ops, not error.
[openldap] / libraries / libldap / tls.c
2000-01-15 Howard ChuIn ldap_pvt_tls_init() treat subsequent invocations...
1999-12-10 Mark ValenceStart TLS extension: check that TLS was inited successf...
1999-12-09 Mark ValenceAdds for Start TLS functionality on slapd and LDAP...
1999-12-06 Mark ValenceChanged ldap_pvt_tls_init_def_ctx() to not fail if...
1999-10-27 Mark ValenceChanges to make TLS work on Windows
1999-09-25 Mark Valencefixed LDAP_OPT_X_TLS case of ldap_pvt_tls_config().
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-25 Kurt ZeilengaImplement ldap_dn_normalize and friends. Should be...
1999-08-01 Hallvard FurusethInclude <ac/stdlib.h> instead of <stdlib.h>
1999-07-21 Julio Sánchez Fern... Partial support for a new option to help debug TLS...
1999-07-20 Julio Sánchez Fern... Some content for tls_verify_cb where parts of our polic...
1999-07-16 Julio Sánchez Fern... We were not remembering the allocated SSL thing in...
1999-07-15 Julio Sánchez Fern... Set ciphers from slapd.conf.
1999-07-15 Kurt ZeilengaAdd missing arg to Debug macro call
1999-07-15 Julio Sánchez Fern... New routine tls_report_error to analyze errors from...
1999-07-14 Kurt ZeilengaNewer versions of OpenSSL install headers in $prefix...
1999-07-13 Julio Sánchez Fern... First version of TLS glue for SSLeay/OpenSSL originally...