]> git.sur5r.net Git - openldap/history - libraries/libldap/tls.c
Revised ITS#799 fix from Steve Sonntag <vtag@novell.com>
[openldap] / libraries / libldap / tls.c
2000-10-05 Kurt ZeilengaAdd missing newlines
2000-10-02 Kurt ZeilengaFix up some free'ing.
2000-09-21 Kurt ZeilengaShould modify code to bail on initialization errors...
2000-09-13 Randy KunkeeInclude <ac/param.h> to pick up MAXPATHLEN.
2000-09-13 Kurt ZeilengaClean up
2000-09-13 Kurt ZeilengaMove ldap_pvt_tls_init call to ldap_pvt_tls_start
2000-09-12 Kurt ZeilengaRework TLS code (only supports default connection)
2000-09-01 Kurt ZeilengaChange default to SSL_PEER_NONE (don't require peer...
2000-08-25 Kurt ZeilengaMove ldap_start_tls_s() to tls.c
2000-08-16 Howard ChuImplemented ldap_pvt_tls_get_peer() for use with SASL...
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-07-08 Kurt ZeilengaITS#619: TLS PRNG initialization code
2000-06-07 Kurt ZeilengaAdd missing -DNO_THREADS trylock and make minor change...
2000-06-07 Kurt ZeilengaUse LDAP_VFREE and friends. Other misc code cleanup.
2000-06-01 Kurt ZeilengaITS#537: lber io rewrite from Gambor Gombas.
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-10 Howard Chulibldap/tls.c: change tls_verify_cb to no longer ignore...
2000-03-18 Kurt ZeilengaReturn okay after setting LDAP_OPT_X_TLS_CERT (ITS...
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...