]> git.sur5r.net Git - openldap/history - libraries/libldap/tls.c
Extended TLS_REQCERT/TLSVerifyClient syntax to 4 states: never,allow,try,
[openldap] / libraries / libldap / tls.c
2002-01-27 Howard ChuExtended TLS_REQCERT/TLSVerifyClient syntax to 4 states...
2002-01-26 Howard ChuFix, errno was incorrect after SSL_read returned 0...
2002-01-12 Howard ChuMore cleanup in ldap_pvt_tls_destroy()
2002-01-12 Howard ChuFix ldap_start_tls_s, don't check for TLS present on...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuHide (make static) sb_bio_method and tls_sbio structure...
2001-12-17 Kurt ZeilengaWe "understand" localhost to be same as the local hostn...
2001-11-30 Howard ChuAdd #include <openssl/safestack.h> to fix ITS#1412
2001-11-06 Howard ChuAdded ldap_pvt_tls_destroy() to cleanup TLS library...
2001-10-25 Pierangelo Masaratimissing leading quote
2001-10-25 Kurt ZeilengaDon't pass NULL string pointers to Debug
2001-09-18 Kurt ZeilengaMinor cleanup
2001-09-18 Howard ChuSilence some typecast warnings
2001-09-18 Howard ChuDon't pass NULL hostname to ldap_pvt_tls_check_hostname...
2001-09-09 Kurt ZeilengaRemove dead code
2001-09-09 Kurt ZeilengaBlindly fix TLS/SASL external interaction.
2001-09-05 Kurt ZeilengaFix TLS ldap.conf issues
2001-09-02 Howard ChuFix ldap_int_tls_start to set its error codes in ld...
2001-09-02 Howard ChuFull implementation of server identity checking per...
2001-08-29 Howard ChuRemove redundant call of SSL_set_info_callback, to...
2001-08-27 Kurt ZeilengaFix -H ldaps:// crashes due to rework of TLS code
2001-08-02 Kurt ZeilengaFix bug introduced during TLS rework
2001-06-25 Kurt ZeilengaAnother round of TLS updates to support secure referral...
2001-06-25 Kurt ZeilengaRework tls check
2001-06-25 Kurt Zeilengamove TLS ctx to lconn struct in prep for supporting...
2001-06-22 Kurt ZeilengaFix up error handling
2001-05-19 Kurt ZeilengaShould not be using reverse lookup names to check certi...
2001-01-18 Kurt ZeilengaAdd ldap_pvt_tls_get_peer_dn() routine. Returns peer...
2001-01-10 Kurt Zeilengaupdate rand file after use
2000-11-22 Kurt ZeilengaITS#903: validate hostname in server cert from Norbert...
2000-10-31 Kurt ZeilengaFirst cut of SASL/EXTERNAL
2000-10-16 Kurt ZeilengaITS#821: TLS data ready fix from <mattc@chartist.com>
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...